Searched refs:GST_VIDEO_INFO_COMP_DEPTH (Results 1 – 13 of 13) sorted by relevance
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/ |
D | cuda-converter.c | 968 if (GST_VIDEO_INFO_COMP_DEPTH (info, 0) > 8) in convert_ensure_fallback_memory() 1033 if (GST_VIDEO_INFO_COMP_DEPTH (info, plane) > 8) in convert_create_texture() 1321 if (GST_VIDEO_INFO_COMP_DEPTH (in_info, 0) > 8) { in convert_RGB_TO_YUV() 1437 if (GST_VIDEO_INFO_COMP_DEPTH (in_info, 0) > 8) in convert_RGB_TO_RGB() 1668 in_bits = GST_VIDEO_INFO_COMP_DEPTH (in_info, 0); in cuda_converter_get_matrix() 1669 out_bits = GST_VIDEO_INFO_COMP_DEPTH (out_info, 0); in cuda_converter_get_matrix() 1948 templ.in_depth = GST_VIDEO_INFO_COMP_DEPTH (in_info, 0); in cuda_converter_lookup_path() 1949 templ.out_depth = GST_VIDEO_INFO_COMP_DEPTH (out_info, 0); in cuda_converter_lookup_path() 2037 templ.in_depth = GST_VIDEO_INFO_COMP_DEPTH (&unpack_info, 0); in cuda_converter_lookup_path() 2098 templ.in_depth = GST_VIDEO_INFO_COMP_DEPTH (&unpack_info, 0); in cuda_converter_lookup_path()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | video-frame.h | 143 #define GST_VIDEO_FRAME_COMP_DEPTH(f,c) GST_VIDEO_INFO_COMP_DEPTH(&(f)->info,(c))
|
D | video-info.h | 417 #define GST_VIDEO_INFO_COMP_DEPTH(i,c) GST_VIDEO_FORMAT_INFO_DEPTH((i)->finfo,(c)) macro
|
D | video-info.c | 796 bpp += GST_VIDEO_INFO_COMP_DEPTH (info, i); in fill_planes()
|
/third_party/gstreamer/gstplugins_bad/gst/debugutils/ |
D | gstcompare.c | 474 if (GST_VIDEO_INFO_COMP_DEPTH (&info1, i) != 8) in gst_compare_ssim()
|
/third_party/gstreamer/gstplugins_bad/sys/msdk/ |
D | gstmsdkh265enc.c | 848 if (GST_VIDEO_INFO_COMP_DEPTH (info, 0) == 10) in gst_msdkh265enc_need_conversion()
|
D | gstmsdkenc.c | 2046 if (GST_VIDEO_INFO_COMP_DEPTH (info, 0) == 10) in gst_msdkenc_need_conversion()
|
/third_party/gstreamer/gstplugins_bad/ext/svthevcenc/ |
D | gstsvthevcenc.c | 798 if (GST_VIDEO_INFO_COMP_DEPTH (info, 0) == 10) { in config_enc_params() 1312 encoder->profile = GST_VIDEO_INFO_COMP_DEPTH (info, 0) == 8 ? 1 : 2; in gst_svthevc_enc_set_format()
|
/third_party/gstreamer/gstplugins_bad/sys/d3d11/ |
D | gstd3d11converter.cpp | 657 in_bits = GST_VIDEO_INFO_COMP_DEPTH (in_info, 0); in converter_get_matrix() 658 out_bits = GST_VIDEO_INFO_COMP_DEPTH (out_info, 0); in converter_get_matrix()
|
D | gstd3d11window.cpp | 498 if (GST_VIDEO_INFO_COMP_DEPTH (&window->info, i) > 8) { in gst_d3d11_window_prepare_default()
|
/third_party/gstreamer/gstplugins_good/gst/shapewipe/ |
D | gstshapewipe.c | 434 bpp = GST_VIDEO_INFO_COMP_DEPTH (&info, 0); in gst_shape_wipe_mask_sink_setcaps()
|
/third_party/gstreamer/gstplugins_bad/ext/x265/ |
D | gstx265enc.c | 811 bitdepth = GST_VIDEO_INFO_COMP_DEPTH (info, 0); in gst_x265_enc_init_encoder_locked()
|
/third_party/gstreamer/gst_libav/ext/libav/ |
D | gstavcodecmap.c | 3024 bpp += GST_VIDEO_INFO_COMP_DEPTH (info, i); in gst_ffmpeg_videoinfo_to_context()
|