Searched refs:conv_info (Results 1 – 3 of 3) sorted by relevance
/third_party/gstreamer/gstplugins_bad/ext/vulkan/ |
D | vkcolorconvert.c | 710 ConvertInfo *conv_info; in yuv_to_rgb_create_uniform_memory() local 725 conv_info = convert_info_new (&conv->quad->in_info, &conv->quad->out_info); in yuv_to_rgb_create_uniform_memory() 726 matrix_to_float (&conv_info->to_RGB_matrix, data.matrices.to_RGB); in yuv_to_rgb_create_uniform_memory() 727 matrix_to_float (&conv_info->convert_matrix, data.matrices.primaries); in yuv_to_rgb_create_uniform_memory() 728 matrix_to_float (&conv_info->to_YUV_matrix, data.matrices.to_YUV); in yuv_to_rgb_create_uniform_memory() 730 g_free (conv_info); in yuv_to_rgb_create_uniform_memory()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | video-overlay-composition.c | 1268 GstVideoInfo conv_info; in gst_video_overlay_rectangle_get_pixels_raw_internal() local 1271 wanted_format, &conv_info, &buf); in gst_video_overlay_rectangle_get_pixels_raw_internal() 1273 GST_VIDEO_INFO_FORMAT (&conv_info), width, height); in gst_video_overlay_rectangle_get_pixels_raw_internal()
|
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_image.c | 2683 const VkSamplerYcbcrConversionInfo *conv_info = in anv_CreateImageView() local 2691 assert(!image->vk.android_external_format || conv_info); in anv_CreateImageView() 2694 if (conv_info) { in anv_CreateImageView() 2695 ANV_FROM_HANDLE(anv_ycbcr_conversion, conversion, conv_info->conversion); in anv_CreateImageView()
|