Searched refs:GST_VIDEO_FORMAT_VUYA (Results 1 – 24 of 24) sorted by relevance
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/d3d11/ |
D | gstd3d11format.cpp | 175 return GST_VIDEO_FORMAT_VUYA; in gst_d3d11_dxgi_format_to_gst()
|
D | gstd3d11device.cpp | 531 priv->format_table[n_formats].format = GST_VIDEO_FORMAT_VUYA; in gst_d3d11_device_setup_format_table()
|
/third_party/gstreamer/gstplugins_bad/sys/d3d11/ |
D | gstd3d11converter.cpp | 820 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/ |
D | video-format.h | 236 GST_VIDEO_FORMAT_VUYA, enumerator
|
D | video-enumtypes.c | 733 { C_ENUM(GST_VIDEO_FORMAT_VUYA), "GST_VIDEO_FORMAT_VUYA", "vuya" }, in gst_video_format_get_type()
|
D | video-info.c | 824 case GST_VIDEO_FORMAT_VUYA: in fill_planes()
|
D | video-format.c | 7400 return GST_VIDEO_FORMAT_VUYA; in gst_video_format_from_fourcc()
|
D | video-converter.c | 7259 case GST_VIDEO_FORMAT_VUYA: in get_scale_format()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/egl/ |
D | gsteglimage.c | 496 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/ |
D | gstmfutils.cpp | 64 {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/ |
D | gstglformat.c | 172 case GST_VIDEO_FORMAT_VUYA: in gst_gl_format_from_video_info()
|
D | gstglcolorconvert.c | 1682 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/ |
D | gstnvenc.c | 300 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()
|
D | gstnvh264enc.c | 510 GST_VIDEO_INFO_FORMAT (info) == GST_VIDEO_FORMAT_VUYA) { in gst_nv_h264_enc_set_encoder_config()
|
D | gstnvh265enc.c | 565 GST_VIDEO_INFO_FORMAT (info) == GST_VIDEO_FORMAT_VUYA) { in gst_nv_h265_enc_set_encoder_config()
|
D | gstnvbaseenc.c | 844 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/ |
D | gstmsdksystemmemory.c | 128 case GST_VIDEO_FORMAT_VUYA: in ensure_data()
|
D | gstmsdkvideomemory.c | 247 case GST_VIDEO_FORMAT_VUYA: in gst_video_meta_map_msdk_memory()
|
D | gstmsdkallocator_libva.c | 612 case GST_VIDEO_FORMAT_VUYA: in gst_msdk_export_dmabuf_to_vasurface()
|
D | gstmsdkh265enc.c | 831 case GST_VIDEO_FORMAT_VUYA: in gst_msdkh265enc_need_conversion()
|
D | gstmsdkenc.c | 671 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/ |
D | gstvabasedec.c | 688 return GST_VIDEO_FORMAT_VUYA; in _default_video_format_from_chroma()
|
/third_party/gstreamer/gstplugins_base/gst/compositor/ |
D | compositor.c | 795 case GST_VIDEO_FORMAT_VUYA: in set_functions()
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 34955 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
|