AVS_VideoFrame 394 compat/avisynth/avisynth_c.h AVSC_INLINE int avs_get_pitch(const AVS_VideoFrame * p) { AVS_VideoFrame 397 compat/avisynth/avisynth_c.h AVSC_INLINE int avs_get_pitch_p(const AVS_VideoFrame * p, int plane) { AVS_VideoFrame 402 compat/avisynth/avisynth_c.h AVSC_INLINE int avs_get_row_size(const AVS_VideoFrame * p) { AVS_VideoFrame 405 compat/avisynth/avisynth_c.h AVSC_INLINE int avs_get_row_size_p(const AVS_VideoFrame * p, int plane) { AVS_VideoFrame 427 compat/avisynth/avisynth_c.h AVSC_INLINE int avs_get_height(const AVS_VideoFrame * p) { AVS_VideoFrame 430 compat/avisynth/avisynth_c.h AVSC_INLINE int avs_get_height_p(const AVS_VideoFrame * p, int plane) { AVS_VideoFrame 438 compat/avisynth/avisynth_c.h AVSC_INLINE const BYTE* avs_get_read_ptr(const AVS_VideoFrame * p) { AVS_VideoFrame 441 compat/avisynth/avisynth_c.h AVSC_INLINE const BYTE* avs_get_read_ptr_p(const AVS_VideoFrame * p, int plane) AVS_VideoFrame 449 compat/avisynth/avisynth_c.h AVSC_INLINE int avs_is_writable(const AVS_VideoFrame * p) { AVS_VideoFrame 452 compat/avisynth/avisynth_c.h AVSC_INLINE BYTE* avs_get_write_ptr(const AVS_VideoFrame * p) AVS_VideoFrame 461 compat/avisynth/avisynth_c.h AVSC_INLINE BYTE* avs_get_write_ptr_p(const AVS_VideoFrame * p, int plane) AVS_VideoFrame 478 compat/avisynth/avisynth_c.h AVSC_API(void, avs_release_video_frame)(AVS_VideoFrame *); AVS_VideoFrame 480 compat/avisynth/avisynth_c.h AVSC_API(AVS_VideoFrame *, avs_copy_video_frame)(AVS_VideoFrame *); AVS_VideoFrame 483 compat/avisynth/avisynth_c.h AVSC_INLINE void avs_release_frame(AVS_VideoFrame * f) AVS_VideoFrame 485 compat/avisynth/avisynth_c.h AVSC_INLINE AVS_VideoFrame * avs_copy_frame(AVS_VideoFrame * f) AVS_VideoFrame 589 compat/avisynth/avisynth_c.h AVSC_API(AVS_VideoFrame *, avs_get_frame)(AVS_Clip *, int n); AVS_VideoFrame 613 compat/avisynth/avisynth_c.h AVS_VideoFrame * (AVSC_CC * get_frame)(AVS_FilterInfo *, int n); AVS_VideoFrame 695 compat/avisynth/avisynth_c.h AVSC_API(AVS_VideoFrame *, avs_new_video_frame_a)(AVS_ScriptEnvironment *, AVS_VideoFrame 701 compat/avisynth/avisynth_c.h AVS_VideoFrame * avs_new_video_frame(AVS_ScriptEnvironment * env, AVS_VideoFrame 706 compat/avisynth/avisynth_c.h AVS_VideoFrame * avs_new_frame(AVS_ScriptEnvironment * env, AVS_VideoFrame 712 compat/avisynth/avisynth_c.h AVSC_API(int, avs_make_writable)(AVS_ScriptEnvironment *, AVS_VideoFrame * * pvf); AVS_VideoFrame 719 compat/avisynth/avisynth_c.h AVSC_API(AVS_VideoFrame *, avs_subframe)(AVS_ScriptEnvironment *, AVS_VideoFrame * src, int rel_offset, int new_pitch, int new_row_size, int new_height); AVS_VideoFrame 739 compat/avisynth/avisynth_c.h AVSC_API(AVS_VideoFrame *, avs_subframe_planar)(AVS_ScriptEnvironment *, AVS_VideoFrame * src, int rel_offset, int new_pitch, int new_row_size, int new_height, int rel_offsetU, int rel_offsetV, int new_pitchUV); AVS_VideoFrame 29 compat/avisynth/avisynth_c_25.h AVSC_INLINE int avs_get_height_p_25(const AVS_VideoFrame * p, int plane) { AVS_VideoFrame 39 compat/avisynth/avisynth_c_25.h AVSC_INLINE int avs_get_row_size_p_25(const AVS_VideoFrame * p, int plane) { AVS_VideoFrame 337 compat/avisynth/avxsynth_c.h AVSC_INLINE int avs_get_pitch(const AVS_VideoFrame * p) { AVS_VideoFrame 340 compat/avisynth/avxsynth_c.h AVSC_INLINE int avs_get_pitch_p(const AVS_VideoFrame * p, int plane) { AVS_VideoFrame 345 compat/avisynth/avxsynth_c.h AVSC_INLINE int avs_get_row_size(const AVS_VideoFrame * p) { AVS_VideoFrame 348 compat/avisynth/avxsynth_c.h AVSC_INLINE int avs_get_row_size_p(const AVS_VideoFrame * p, int plane) { AVS_VideoFrame 370 compat/avisynth/avxsynth_c.h AVSC_INLINE int avs_get_height(const AVS_VideoFrame * p) { AVS_VideoFrame 373 compat/avisynth/avxsynth_c.h AVSC_INLINE int avs_get_height_p(const AVS_VideoFrame * p, int plane) { AVS_VideoFrame 381 compat/avisynth/avxsynth_c.h AVSC_INLINE const unsigned char* avs_get_read_ptr(const AVS_VideoFrame * p) { AVS_VideoFrame 384 compat/avisynth/avxsynth_c.h AVSC_INLINE const unsigned char* avs_get_read_ptr_p(const AVS_VideoFrame * p, int plane) AVS_VideoFrame 392 compat/avisynth/avxsynth_c.h AVSC_INLINE int avs_is_writable(const AVS_VideoFrame * p) { AVS_VideoFrame 395 compat/avisynth/avxsynth_c.h AVSC_INLINE unsigned char* avs_get_write_ptr(const AVS_VideoFrame * p) AVS_VideoFrame 404 compat/avisynth/avxsynth_c.h AVSC_INLINE unsigned char* avs_get_write_ptr_p(const AVS_VideoFrame * p, int plane) AVS_VideoFrame 424 compat/avisynth/avxsynth_c.h AVSC_API(void, avs_release_video_frame)(AVS_VideoFrame *); AVS_VideoFrame 426 compat/avisynth/avxsynth_c.h AVSC_API(AVS_VideoFrame *, avs_copy_video_frame)(AVS_VideoFrame *); AVS_VideoFrame 432 compat/avisynth/avxsynth_c.h AVSC_INLINE void avs_release_frame(AVS_VideoFrame * f) AVS_VideoFrame 434 compat/avisynth/avxsynth_c.h AVSC_INLINE AVS_VideoFrame * avs_copy_frame(AVS_VideoFrame * f) AVS_VideoFrame 549 compat/avisynth/avxsynth_c.h AVSC_API(AVS_VideoFrame *, avs_get_frame)(AVS_Clip *, int n); AVS_VideoFrame 576 compat/avisynth/avxsynth_c.h AVS_VideoFrame * (AVSC_CC * get_frame)(AVS_FilterInfo *, int n); AVS_VideoFrame 665 compat/avisynth/avxsynth_c.h AVSC_API(AVS_VideoFrame *, avs_new_video_frame_a)(AVS_ScriptEnvironment *, AVS_VideoFrame 674 compat/avisynth/avxsynth_c.h AVS_VideoFrame * avs_new_video_frame(AVS_ScriptEnvironment * env, AVS_VideoFrame 679 compat/avisynth/avxsynth_c.h AVS_VideoFrame * avs_new_frame(AVS_ScriptEnvironment * env, AVS_VideoFrame 688 compat/avisynth/avxsynth_c.h AVSC_API(int, avs_make_writable)(AVS_ScriptEnvironment *, AVS_VideoFrame * * pvf); AVS_VideoFrame 695 compat/avisynth/avxsynth_c.h AVSC_API(AVS_VideoFrame *, avs_subframe)(AVS_ScriptEnvironment *, AVS_VideoFrame * src, int rel_offset, int new_pitch, int new_row_size, int new_height); AVS_VideoFrame 722 compat/avisynth/avxsynth_c.h AVSC_API(AVS_VideoFrame *, avs_subframe_planar)(AVS_ScriptEnvironment *, AVS_VideoFrame * src, int rel_offset, int new_pitch, int new_row_size, int new_height, int rel_offsetU, int rel_offsetV, int new_pitchUV); AVS_VideoFrame 422 libavformat/avisynth.c AVS_VideoFrame *frame;