Home
last modified time | relevance | path

Searched refs:VLC_CODEC_CVPX_NV12 (Results 1 – 8 of 8) sorted by relevance

/dports/multimedia/vlc/vlc-3.0.16/modules/codec/
H A Dvt_utils.c202 case VLC_CODEC_NV12: fmt.i_chroma = VLC_CODEC_CVPX_NV12; break; in cvpxpic_unmap()
235 case VLC_CODEC_CVPX_NV12: in cvpxpool_create()
H A Dvideotoolbox.m2087 p_dec->fmt_out.i_codec = VLC_CODEC_CVPX_NV12;
/dports/multimedia/vlc/vlc-3.0.16/modules/video_output/opengl/
H A Dconverter_cvpx.c168 && tc->fmt.i_chroma != VLC_CODEC_CVPX_NV12 in Open()
230 case VLC_CODEC_CVPX_NV12: in Open()
/dports/multimedia/vlc/vlc-3.0.16/src/misc/
H A Dfourcc.c380 VLC_CODEC_CVPX_NV12, VLC_CODEC_NV12, VLC_CODEC_I420, 0,
530 VLC_CODEC_CVPX_NV12,
764 { { VLC_CODEC_CVPX_NV12, VLC_CODEC_CVPX_UYVY,
/dports/multimedia/vlc/vlc-3.0.16/modules/video_chroma/
H A Dcvpx.c380 VLC_CODEC_CVPX_NV12,
/dports/multimedia/vlc/vlc-3.0.16/modules/video_filter/
H A Dci_filters.m588 case VLC_CODEC_CVPX_NV12:
618 if (filter->fmt_in.video.i_chroma != VLC_CODEC_CVPX_NV12
/dports/multimedia/vlc/vlc-3.0.16/include/
H A Dvlc_fourcc.h378 #define VLC_CODEC_CVPX_NV12 VLC_FOURCC('C','V','P','N') macro
/dports/multimedia/vlc/vlc-3.0.16/doc/
H A DChangeLog-201743206 fourcc: rename VLC_CODEC_CVPX_OPAQUE to VLC_CODEC_CVPX_NV12