Home
last modified time | relevance | path

Searched refs:VLC_CODEC_I444_9B (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, \
353 VLC_CODEC_I444_9L, VLC_CODEC_I444_9B, VLC_CODEC_FALLBACK_444_16, 0
356 VLC_CODEC_I444_9B, VLC_CODEC_I444_9L, VLC_CODEC_FALLBACK_444_16, 0
731 VLC_CODEC_I444_9B }, PLANAR_16(3, 1, 1, 9) },
H A Dfourcc_list.h871 B(VLC_CODEC_I444_9B, "Planar 4:4:4 YUV 9-bit BE"),
/dports/multimedia/vlc/vlc-3.0.16/modules/video_filter/
H A Dfilter_picture.h49 case VLC_CODEC_I444_9B:
H A Dblend.cpp608 YUV(VLC_CODEC_I444_9B, CPictureI444_16, convert8To9Bits),
/dports/multimedia/vlc/vlc-3.0.16/modules/codec/avcodec/
H A Dchroma.c116 {VLC_CODEC_I444_9B, AV_PIX_FMT_YUV444P9BE, 0, 0, 0 },
/dports/multimedia/vlc/vlc-3.0.16/include/
H A Dvlc_fourcc.h239 #define VLC_CODEC_I444_9B VLC_FOURCC('I','4','9','B') macro