Home
last modified time | relevance | path

Searched refs:main_width (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/uvch264/
Dgstuvch264_src.h94 guint16 main_width; member
Dgstuvch264_src.c519 self->main_width = 0; in gst_uvc_h264_src_init()
1950 self->main_width, self->main_height, self->main_profile, in configure_h264()
2535 if (!_extract_caps_info (vid_struct, &self->main_width, in gst_uvc_h264_src_construct_pipeline()
/third_party/ffmpeg/libavfilter/
Dvf_overlay_cuda.c114 int main_width, int main_height, in overlay_cuda_call_kernel() argument
133 DIV_UP(main_width, BLOCK_X), DIV_UP(main_height, BLOCK_Y), 1, in overlay_cuda_call_kernel()