Home
last modified time | relevance | path

Searched refs:swap_uv (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dcuda-converter.c1745 gint swap_uv; member
1769 templ->out_shift, templ->mask, templ->swap_uv, templ->read_chroma, in cuda_converter_generate_yuv_to_yuv_kernel_code()
1802 templ->out_shift, templ->mask, templ->swap_uv, templ->max_in_val, in cuda_converter_generate_yuv_to_rgb_kernel_code()
1836 templ->out_shift, templ->mask, templ->swap_uv, templ->unpack_function, in cuda_converter_generate_rgb_to_yuv_kernel_code()
1955 templ.swap_uv = (is_uv_swapped (in_format) != is_uv_swapped (out_format)); in cuda_converter_lookup_path()
/third_party/ffmpeg/libavcodec/
Dmpegvideo_xvmc.c77 if (s->swap_uv) { in ff_xvmc_pack_pblocks()
Dmpegvideo.h509 int swap_uv; //vcr2 codec is an MPEG-2 variant with U and V swapped member
Dmpeg12dec.c2162 s->swap_uv = 0; // AFAIK VCR2 does not have SEQ_HEADER in mpeg1_decode_sequence()
2218 s->swap_uv = 1; // in case of xvmc we need to swap uv for each MB in vcr2_init_sequence()
/third_party/ffmpeg/libavutil/
Dhwcontext_vaapi.c98 #define MAP(va, rt, av, swap_uv) { \ argument
102 swap_uv, \