/third_party/gstreamer/gstplugins_good/gst/alpha/ |
D | gstalphacolor.c | 503 case GST_VIDEO_FORMAT_AYUV: in gst_alpha_color_set_info() 533 case GST_VIDEO_FORMAT_AYUV: in gst_alpha_color_set_info() 563 case GST_VIDEO_FORMAT_AYUV: in gst_alpha_color_set_info() 593 case GST_VIDEO_FORMAT_AYUV: in gst_alpha_color_set_info() 605 case GST_VIDEO_FORMAT_AYUV: in gst_alpha_color_set_info() 607 case GST_VIDEO_FORMAT_AYUV: in gst_alpha_color_set_info()
|
D | gstalpha.c | 2389 case GST_VIDEO_FORMAT_AYUV: in gst_alpha_set_process_function_full() 2391 case GST_VIDEO_FORMAT_AYUV: in gst_alpha_set_process_function_full() 2429 case GST_VIDEO_FORMAT_AYUV: in gst_alpha_set_process_function_full() 2470 case GST_VIDEO_FORMAT_AYUV: in gst_alpha_set_process_function_full() 2472 case GST_VIDEO_FORMAT_AYUV: in gst_alpha_set_process_function_full() 2510 case GST_VIDEO_FORMAT_AYUV: in gst_alpha_set_process_function_full()
|
/third_party/gstreamer/gstplugins_bad/ext/wayland/ |
D | wlvideoformat.c | 57 {WL_SHM_FORMAT_AYUV, DRM_FORMAT_AYUV, GST_VIDEO_FORMAT_AYUV},
|
/third_party/gstreamer/gstplugins_good/gst/deinterlace/ |
D | gstdeinterlacemethod.c | 70 case GST_VIDEO_FORMAT_AYUV: in gst_deinterlace_method_supported_impl() 143 case GST_VIDEO_FORMAT_AYUV: in gst_deinterlace_method_setup_impl() 266 case GST_VIDEO_FORMAT_AYUV: in gst_deinterlace_simple_method_supported() 685 case GST_VIDEO_FORMAT_AYUV: in gst_deinterlace_simple_method_setup()
|
/third_party/gstreamer/gstplugins_bad/gst/videofilters/ |
D | gstzebrastripe.c | 234 case GST_VIDEO_FORMAT_AYUV: in gst_zebra_stripe_transform_frame_ip()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | video-overlay-composition.h | 112 #define GST_VIDEO_OVERLAY_COMPOSITION_FORMAT_YUV GST_VIDEO_FORMAT_AYUV
|
D | video-format.c | 89 #define PACK_420 GST_VIDEO_FORMAT_AYUV, unpack_planar_420, 1, pack_planar_420 152 #define PACK_YUY2 GST_VIDEO_FORMAT_AYUV, unpack_YUY2, 1, pack_YUY2 229 #define PACK_UYVY GST_VIDEO_FORMAT_AYUV, unpack_UYVY, 1, pack_UYVY 305 #define PACK_VYUY GST_VIDEO_FORMAT_AYUV, unpack_VYUY, 1, pack_VYUY 381 #define PACK_YVYU GST_VIDEO_FORMAT_AYUV, unpack_YVYU, 1, pack_YVYU 458 #define PACK_v308 GST_VIDEO_FORMAT_AYUV, unpack_v308, 1, pack_v308 495 #define PACK_IYU2 GST_VIDEO_FORMAT_AYUV, unpack_IYU2, 1, pack_IYU2 532 #define PACK_AYUV GST_VIDEO_FORMAT_AYUV, unpack_copy4, 1, pack_copy4 920 #define PACK_Y41B GST_VIDEO_FORMAT_AYUV, unpack_Y41B, 1, pack_Y41B 1006 #define PACK_Y42B GST_VIDEO_FORMAT_AYUV, unpack_Y42B, 1, pack_Y42B [all …]
|
D | video-format.h | 158 GST_VIDEO_FORMAT_AYUV, enumerator
|
D | video-converter.c | 7258 case GST_VIDEO_FORMAT_AYUV: in get_scale_format() 7699 {GST_VIDEO_FORMAT_I420, GST_VIDEO_FORMAT_AYUV, TRUE, FALSE, TRUE, FALSE, 7708 {GST_VIDEO_FORMAT_YV12, GST_VIDEO_FORMAT_AYUV, TRUE, FALSE, TRUE, FALSE, 7717 {GST_VIDEO_FORMAT_Y42B, GST_VIDEO_FORMAT_AYUV, TRUE, FALSE, TRUE, TRUE, 7726 {GST_VIDEO_FORMAT_Y444, GST_VIDEO_FORMAT_AYUV, TRUE, FALSE, TRUE, TRUE, 7734 {GST_VIDEO_FORMAT_YUY2, GST_VIDEO_FORMAT_AYUV, TRUE, FALSE, TRUE, TRUE, 7743 {GST_VIDEO_FORMAT_UYVY, GST_VIDEO_FORMAT_AYUV, TRUE, FALSE, TRUE, TRUE, 7748 {GST_VIDEO_FORMAT_AYUV, GST_VIDEO_FORMAT_AYUV, TRUE, FALSE, FALSE, TRUE, TRUE, 7750 {GST_VIDEO_FORMAT_AYUV, GST_VIDEO_FORMAT_YUY2, TRUE, FALSE, TRUE, TRUE, 7752 {GST_VIDEO_FORMAT_AYUV, GST_VIDEO_FORMAT_UYVY, TRUE, FALSE, TRUE, TRUE, [all …]
|
D | video-dither.c | 392 case GST_VIDEO_FORMAT_AYUV: in gst_video_dither_new()
|
/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | gstrtpvrawpay.c | 189 case GST_VIDEO_FORMAT_AYUV: in gst_rtp_vraw_pay_setcaps() 498 case GST_VIDEO_FORMAT_AYUV: in gst_rtp_vraw_pay_handle_buffer()
|
D | gstrtpvrawdepay.c | 239 format = GST_VIDEO_FORMAT_AYUV; in gst_rtp_vraw_depay_setcaps() 487 case GST_VIDEO_FORMAT_AYUV: in gst_rtp_vraw_depay_process_packet()
|
/third_party/gstreamer/gstplugins_good/gst/smpte/ |
D | gstsmptealpha.c | 640 case GST_VIDEO_FORMAT_AYUV: in gst_smpte_alpha_set_info() 642 case GST_VIDEO_FORMAT_AYUV: in gst_smpte_alpha_set_info()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/egl/ |
D | gsteglimage.c | 495 case GST_VIDEO_FORMAT_AYUV: in _drm_rgba_fourcc_from_info() 645 case GST_VIDEO_FORMAT_AYUV: in _drm_direct_fourcc_from_info()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstglformat.c | 171 case GST_VIDEO_FORMAT_AYUV: in gst_gl_format_from_video_info()
|
D | gstglcolorconvert.c | 1681 case GST_VIDEO_FORMAT_AYUV: in _get_n_textures() 1928 case GST_VIDEO_FORMAT_AYUV: in _YUV_to_RGB() 2100 case GST_VIDEO_FORMAT_AYUV: in _RGB_to_YUV()
|
/third_party/gstreamer/gstplugins_bad/gst/coloreffects/ |
D | gstcoloreffects.c | 455 case GST_VIDEO_FORMAT_AYUV: in gst_color_effects_set_info()
|
/third_party/gstreamer/gstplugins_good/gst/videofilter/ |
D | gstgamma.c | 348 case GST_VIDEO_FORMAT_AYUV: in gst_gamma_set_info()
|
D | gstvideobalance.c | 438 case GST_VIDEO_FORMAT_AYUV: in gst_video_balance_set_info()
|
/third_party/gstreamer/gstplugins_bad/gst/geometrictransform/ |
D | gstgeometrictransform.c | 244 if (GST_VIDEO_FRAME_FORMAT (out_frame) == GST_VIDEO_FORMAT_AYUV) { in gst_geometric_transform_transform_frame()
|
/third_party/gstreamer/gstplugins_bad/ext/vulkan/ |
D | vkcolorconvert.c | 62 || format == GST_VIDEO_FORMAT_AYUV); in get_rgb_format_swizzle_order() 504 case GST_VIDEO_FORMAT_AYUV: in video_format_to_reorder() 820 {GST_VIDEO_FORMAT_AYUV, ayuv_to_rgb_frag, ayuv_to_rgb_frag_size, in fill_shader_info()
|
/third_party/gstreamer/gstplugins_bad/gst/dvbsubenc/ |
D | gstdvbsubenc.c | 283 GST_VIDEO_FORMAT_AYUV, FALSE); in create_cropped_frame()
|
D | gstdvbsubenc-util.c | 152 if (GST_VIDEO_INFO_FORMAT (&src->info) != GST_VIDEO_FORMAT_AYUV) in gst_dvbsubenc_ayuv_to_ayuv8p()
|
/third_party/gstreamer/gstplugins_bad/ext/openjpeg/ |
D | gstopenjpegenc.c | 801 case GST_VIDEO_FORMAT_AYUV: in gst_openjpeg_enc_set_format() 851 case GST_VIDEO_FORMAT_AYUV: in gst_openjpeg_enc_set_format()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/ |
D | gstvkimagememory.c | 80 case GST_VIDEO_FORMAT_AYUV: in gst_vulkan_format_from_video_info()
|