Lines Matching defs:frame
251 AVS_VideoFrame *frame;
504 /* Read AviSynth+'s frame properties to set additional info.
506 * Due to a bug preventing the C interface from accessing frame
515 frame = avs_library.avs_get_frame(avs->clip, 0);
516 avsmap = avs_library.avs_get_frame_props_ro(avs->env, frame);
733 /* AviSynth works with frame-based video, detecting field order can
905 AVS_VideoFrame *frame;
936 frame = avs_library.avs_get_frame(avs->clip, n);
948 src_p = avs_library.avs_get_read_ptr_p(frame, plane);
949 pitch = avs_library.avs_get_pitch_p(frame, plane);
951 rowsize = avs_library.avs_get_row_size_p(frame, plane);
952 planeheight = avs_library.avs_get_height_p(frame, plane);
967 avs_library.avs_release_video_frame(frame);
1111 /* AviSynth frame counts are signed int. */
1122 /* Force frame granularity for seeking. */