Home
last modified time | relevance | path

Searched refs:VLC_CODEC_I444_10B (Results 1 – 6 of 6) sorted by relevance

/dports/multimedia/vlc/vlc-3.0.16/src/misc/
H A Dfourcc.c246 VLC_CODEC_I444_10L, VLC_CODEC_I444_10B, VLC_CODEC_I444_9L, VLC_CODEC_I444_9B, \
359 VLC_CODEC_I444_10L, VLC_CODEC_I444_10B, VLC_CODEC_FALLBACK_444_16, 0
362 VLC_CODEC_I444_10B, VLC_CODEC_I444_10L, VLC_CODEC_FALLBACK_444_16, 0
729 VLC_CODEC_I444_10B }, PLANAR_16(3, 1, 1, 10) },
H A Dfourcc_list.h884 B(VLC_CODEC_I444_10B, "Planar 4:4:4 YUV 10-bit BE"),
/dports/multimedia/vlc/vlc-3.0.16/modules/video_filter/
H A Dfilter_picture.h43 case VLC_CODEC_I444_10B:
H A Dblend.cpp609 YUV(VLC_CODEC_I444_10B, CPictureI444_16, convert8To10Bits),
/dports/multimedia/vlc/vlc-3.0.16/modules/codec/avcodec/
H A Dchroma.c118 {VLC_CODEC_I444_10B, AV_PIX_FMT_YUV444P10BE, 0, 0, 0 },
/dports/multimedia/vlc/vlc-3.0.16/include/
H A Dvlc_fourcc.h242 #define VLC_CODEC_I444_10B VLC_FOURCC('I','4','A','B') macro