AVS_Clip          193 compat/avisynth/avisynth_c.h typedef struct AVS_Clip AVS_Clip;
AVS_Clip          536 compat/avisynth/avisynth_c.h AVSC_API(AVS_Clip *, avs_take_clip)(AVS_Value, AVS_ScriptEnvironment *);
AVS_Clip          537 compat/avisynth/avisynth_c.h AVSC_API(void, avs_set_to_clip)(AVS_Value *, AVS_Clip *);
AVS_Clip          569 compat/avisynth/avisynth_c.h AVSC_INLINE AVS_Value avs_new_value_clip(AVS_Clip * v0)
AVS_Clip          580 compat/avisynth/avisynth_c.h AVSC_API(void, avs_release_clip)(AVS_Clip *);
AVS_Clip          581 compat/avisynth/avisynth_c.h AVSC_API(AVS_Clip *, avs_copy_clip)(AVS_Clip *);
AVS_Clip          583 compat/avisynth/avisynth_c.h AVSC_API(const char *, avs_clip_get_error)(AVS_Clip *); // return 0 if no error
AVS_Clip          585 compat/avisynth/avisynth_c.h AVSC_API(const AVS_VideoInfo *, avs_get_video_info)(AVS_Clip *);
AVS_Clip          587 compat/avisynth/avisynth_c.h AVSC_API(int, avs_get_version)(AVS_Clip *);
AVS_Clip          589 compat/avisynth/avisynth_c.h AVSC_API(AVS_VideoFrame *, avs_get_frame)(AVS_Clip *, int n);
AVS_Clip          592 compat/avisynth/avisynth_c.h AVSC_API(int, avs_get_parity)(AVS_Clip *, int n);
AVS_Clip          595 compat/avisynth/avisynth_c.h AVSC_API(int, avs_get_audio)(AVS_Clip *, void * buf,
AVS_Clip          599 compat/avisynth/avisynth_c.h AVSC_API(int, avs_set_cache_hints)(AVS_Clip *,
AVS_Clip          610 compat/avisynth/avisynth_c.h   AVS_Clip * child;
AVS_Clip          635 compat/avisynth/avisynth_c.h AVSC_API(AVS_Clip *, avs_new_c_filter)(AVS_ScriptEnvironment * e,
AVS_Clip          149 compat/avisynth/avxsynth_c.h typedef struct AVS_Clip AVS_Clip;
AVS_Clip          490 compat/avisynth/avxsynth_c.h AVSC_API(AVS_Clip *, avs_take_clip)(AVS_Value, AVS_ScriptEnvironment *);
AVS_Clip          491 compat/avisynth/avxsynth_c.h AVSC_API(void, avs_set_to_clip)(AVS_Value *, AVS_Clip *);
AVS_Clip          526 compat/avisynth/avxsynth_c.h AVSC_INLINE AVS_Value avs_new_value_clip(AVS_Clip * v0)
AVS_Clip          540 compat/avisynth/avxsynth_c.h AVSC_API(void, avs_release_clip)(AVS_Clip *);
AVS_Clip          541 compat/avisynth/avxsynth_c.h AVSC_API(AVS_Clip *, avs_copy_clip)(AVS_Clip *);
AVS_Clip          543 compat/avisynth/avxsynth_c.h AVSC_API(const char *, avs_clip_get_error)(AVS_Clip *); // return 0 if no error
AVS_Clip          545 compat/avisynth/avxsynth_c.h AVSC_API(const AVS_VideoInfo *, avs_get_video_info)(AVS_Clip *);
AVS_Clip          547 compat/avisynth/avxsynth_c.h AVSC_API(int, avs_get_version)(AVS_Clip *);
AVS_Clip          549 compat/avisynth/avxsynth_c.h AVSC_API(AVS_VideoFrame *, avs_get_frame)(AVS_Clip *, int n);
AVS_Clip          552 compat/avisynth/avxsynth_c.h AVSC_API(int, avs_get_parity)(AVS_Clip *, int n);
AVS_Clip          555 compat/avisynth/avxsynth_c.h AVSC_API(int, avs_get_audio)(AVS_Clip *, void * buf,
AVS_Clip          559 compat/avisynth/avxsynth_c.h AVSC_API(int, avs_set_cache_hints)(AVS_Clip *,
AVS_Clip          573 compat/avisynth/avxsynth_c.h   AVS_Clip * child;
AVS_Clip          602 compat/avisynth/avxsynth_c.h AVSC_API(AVS_Clip *, avs_new_c_filter)(AVS_ScriptEnvironment * e,
AVS_Clip           73 libavformat/avisynth.c     AVS_Clip *clip;