Searched refs:vcaps (Results 1 – 2 of 2) sorted by relevance
350 VIDEO_STREAM_CONFIG_CAPS *vcaps = caps; in dshow_cycle_formats() local355 ff_print_VIDEO_STREAM_CONFIG_CAPS(vcaps); in dshow_cycle_formats()382 vcaps->MinOutputSize.cx, vcaps->MinOutputSize.cy, in dshow_cycle_formats()383 1e7 / vcaps->MaxFrameInterval, in dshow_cycle_formats()384 vcaps->MaxOutputSize.cx, vcaps->MaxOutputSize.cy, in dshow_cycle_formats()385 1e7 / vcaps->MinFrameInterval); in dshow_cycle_formats()399 if (framerate > vcaps->MaxFrameInterval || in dshow_cycle_formats()400 framerate < vcaps->MinFrameInterval) in dshow_cycle_formats()405 if (ctx->requested_width > vcaps->MaxOutputSize.cx || in dshow_cycle_formats()406 ctx->requested_width < vcaps->MinOutputSize.cx || in dshow_cycle_formats()[all …]
999 GstCaps *vcaps; in test_render_continuity_push_video_buffers_thread() local1001 vcaps = create_video_caps (VIDEO_CAPS_STRING); in test_render_continuity_push_video_buffers_thread()1002 gst_check_setup_events_textoverlay (myvideosrcpad, data, vcaps, in test_render_continuity_push_video_buffers_thread()1008 vbuf = create_black_buffer (vcaps); in test_render_continuity_push_video_buffers_thread()1022 gst_caps_unref (vcaps); in test_render_continuity_push_video_buffers_thread()