Home
last modified time | relevance | path

Searched refs:GST_VIDEO_FORMAT_VUYA (Results 1 – 24 of 24) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/d3d11/
Dgstd3d11format.cpp175 return GST_VIDEO_FORMAT_VUYA; in gst_d3d11_dxgi_format_to_gst()
Dgstd3d11device.cpp531 priv->format_table[n_formats].format = GST_VIDEO_FORMAT_VUYA; in gst_d3d11_device_setup_format_table()
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11converter.cpp820 case GST_VIDEO_FORMAT_VUYA: in setup_convert_info_yuv_to_rgb()
892 case GST_VIDEO_FORMAT_VUYA: in setup_convert_info_rgb_to_yuv()
1234 in_vuya = GST_VIDEO_INFO_FORMAT (in_info) == GST_VIDEO_FORMAT_VUYA; in setup_convert_info_yuv_to_yuv()
1235 out_vuya = GST_VIDEO_INFO_FORMAT (out_info) == GST_VIDEO_FORMAT_VUYA; in setup_convert_info_yuv_to_yuv()
1320 case GST_VIDEO_FORMAT_VUYA: in setup_convert_info_yuv_to_gray()
1419 case GST_VIDEO_FORMAT_VUYA: in setup_convert_info_gray_to_yuv()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-format.h236 GST_VIDEO_FORMAT_VUYA, enumerator
Dvideo-enumtypes.c733 { C_ENUM(GST_VIDEO_FORMAT_VUYA), "GST_VIDEO_FORMAT_VUYA", "vuya" }, in gst_video_format_get_type()
Dvideo-info.c824 case GST_VIDEO_FORMAT_VUYA: in fill_planes()
Dvideo-format.c7400 return GST_VIDEO_FORMAT_VUYA; in gst_video_format_from_fourcc()
Dvideo-converter.c7259 case GST_VIDEO_FORMAT_VUYA: in get_scale_format()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/egl/
Dgsteglimage.c496 case GST_VIDEO_FORMAT_VUYA: in _drm_rgba_fourcc_from_info()
646 case GST_VIDEO_FORMAT_VUYA: in _drm_direct_fourcc_from_info()
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/
Dgstmfutils.cpp64 {MFVideoFormat_AYUV, MAKE_RAW_FORMAT_CAPS ("VUYA"), GST_VIDEO_FORMAT_VUYA},
408 case GST_VIDEO_FORMAT_VUYA: in gst_mf_update_video_info_with_stride()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglformat.c172 case GST_VIDEO_FORMAT_VUYA: in gst_gl_format_from_video_info()
Dgstglcolorconvert.c1682 case GST_VIDEO_FORMAT_VUYA: in _get_n_textures()
1934 case GST_VIDEO_FORMAT_VUYA: in _YUV_to_RGB()
2107 case GST_VIDEO_FORMAT_VUYA: in _RGB_to_YUV()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstnvenc.c300 case GST_VIDEO_FORMAT_VUYA: in gst_nvenc_get_nv_buffer_format()
336 {GST_VIDEO_FORMAT_VUYA, NV_ENC_BUFFER_FORMAT_AYUV, FALSE, FALSE}, in gst_nvenc_get_supported_input_formats()
Dgstnvh264enc.c510 GST_VIDEO_INFO_FORMAT (info) == GST_VIDEO_FORMAT_VUYA) { in gst_nv_h264_enc_set_encoder_config()
Dgstnvh265enc.c565 GST_VIDEO_INFO_FORMAT (info) == GST_VIDEO_FORMAT_VUYA) { in gst_nv_h265_enc_set_encoder_config()
Dgstnvbaseenc.c844 case GST_VIDEO_FORMAT_VUYA: in gst_nv_base_enc_set_filtered_input_formats()
2010 case GST_VIDEO_FORMAT_VUYA: in _get_cuda_device_stride()
/third_party/gstreamer/gstplugins_bad/sys/msdk/
Dgstmsdksystemmemory.c128 case GST_VIDEO_FORMAT_VUYA: in ensure_data()
Dgstmsdkvideomemory.c247 case GST_VIDEO_FORMAT_VUYA: in gst_video_meta_map_msdk_memory()
Dgstmsdkallocator_libva.c612 case GST_VIDEO_FORMAT_VUYA: in gst_msdk_export_dmabuf_to_vasurface()
Dgstmsdkh265enc.c831 case GST_VIDEO_FORMAT_VUYA: in gst_msdkh265enc_need_conversion()
Dgstmsdkenc.c671 case GST_VIDEO_FORMAT_VUYA: in gst_msdkenc_init_encoder()
2038 case GST_VIDEO_FORMAT_VUYA: in gst_msdkenc_need_conversion()
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvabasedec.c688 return GST_VIDEO_FORMAT_VUYA; in _default_video_format_from_chroma()
/third_party/gstreamer/gstplugins_base/gst/compositor/
Dcompositor.c795 case GST_VIDEO_FORMAT_VUYA: in set_functions()
/third_party/gstreamer/gstplugins_bad/
DChangeLog34955 to GST_VIDEO_FORMAT_VUYA and add a condition for the VUYA format.
39094 GST_VIDEO_FORMAT_VUYA is mapped to MFX_FOURCC_AYUV in this plugin
41398 msdk: return the right pointer for GST_VIDEO_FORMAT_VUYA frame
41399 The first component for GST_VIDEO_FORMAT_VUYA in memory is V.
41415 msdk: map GST_VIDEO_FORMAT_VUYA to VA_FOURCC_AYUV
41420 msdk: map GST_VIDEO_FORMAT_VUYA to MFX_FOURCC_AYUV