Searched refs:GST_VIDEO_FORMAT_INFO_DEPTH (Results 1 – 6 of 6) sorted by relevance
417 #define GST_VIDEO_INFO_COMP_DEPTH(i,c) GST_VIDEO_FORMAT_INFO_DEPTH((i)->finfo,(c))
609 #define GST_VIDEO_FORMAT_INFO_DEPTH(info,c) ((info)->depth[c]) macro
2421 convert->unpack_bits = GST_VIDEO_FORMAT_INFO_DEPTH (finfo, 0); in gst_video_converter_new_with_pool()2433 convert->pack_bits = GST_VIDEO_FORMAT_INFO_DEPTH (finfo, 0); in gst_video_converter_new_with_pool()
339 depth = GST_VIDEO_FORMAT_INFO_DEPTH (finfo, i); in check_1x1_buffer()
1636 bits = GST_VIDEO_FORMAT_INFO_DEPTH (uinfo, 0); in convert_hline_generic()
329 bit_depth += GST_VIDEO_FORMAT_INFO_DEPTH (info, i); in d3d_format_comp_rate()