Home
last modified time | relevance | path

Searched refs:VLC_CODEC_XYZ12 (Results 1 – 7 of 7) sorted by relevance

/dports/multimedia/vlc/vlc-3.0.16/modules/codec/avcodec/
H A Dchroma.c174 {VLC_CODEC_XYZ12, AV_PIX_FMT_XYZ12, 0xfff0, 0xfff0, 0xfff0},
/dports/multimedia/vlc/vlc-3.0.16/modules/video_output/opengl/
H A Dconverter_sw.c547 else if (tc->fmt.i_chroma == VLC_CODEC_XYZ12) in opengl_tex_converter_generic_init()
549 static const vlc_fourcc_t xyz12_list[] = { VLC_CODEC_XYZ12, 0 }; in opengl_tex_converter_generic_init()
H A Dfragment_shaders.c570 if (chroma == VLC_CODEC_XYZ12) in opengl_fragment_shader_init_impl()
/dports/multimedia/vlc/vlc-3.0.16/include/
H A Dvlc_fourcc.h557 #define VLC_CODEC_XYZ12 VLC_FOURCC('X','Y','1','2') macro
/dports/multimedia/vlc/vlc-3.0.16/src/misc/
H A Dfourcc.c753 { { VLC_CODEC_XYZ12, 0 }, PACKED_FMT(6, 48) },
H A Des_format.c218 case VLC_CODEC_XYZ12: in video_format_Setup()
H A Dfourcc_list.h911 B(VLC_CODEC_XYZ12, "Packed XYZ 12-bit BE"),