Home
last modified time | relevance | path

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

/dports/multimedia/vlc/vlc-3.0.16/modules/codec/
H A Dvt_utils.c205 case VLC_CODEC_BGRA: fmt.i_chroma = VLC_CODEC_CVPX_BGRA; break; in cvpxpic_unmap()
241 case VLC_CODEC_CVPX_BGRA: in cvpxpool_create()
H A Dvideotoolbox.m1324 if (!closing && p_dec->fmt_out.i_codec == VLC_CODEC_CVPX_BGRA
2100 p_dec->fmt_out.i_codec = VLC_CODEC_CVPX_BGRA;
/dports/multimedia/vlc/vlc-3.0.16/modules/video_output/opengl/
H A Dconverter_cvpx.c170 && tc->fmt.i_chroma != VLC_CODEC_CVPX_BGRA in Open()
249 case VLC_CODEC_CVPX_BGRA: in Open()
/dports/multimedia/vlc/vlc-3.0.16/modules/video_filter/
H A Dci_filters.m560 converter->fmt_out.i_codec = VLC_CODEC_CVPX_BGRA;
565 converter->fmt_in.i_codec = VLC_CODEC_CVPX_BGRA;
591 case VLC_CODEC_CVPX_BGRA:
619 && filter->fmt_in.video.i_chroma != VLC_CODEC_CVPX_BGRA)
627 ctx->cvpx_pool_fmt.i_chroma = VLC_CODEC_CVPX_BGRA;
/dports/multimedia/vlc/vlc-3.0.16/src/misc/
H A Dfourcc.c389 VLC_CODEC_CVPX_BGRA, VLC_CODEC_BGRA, 0,
765 VLC_CODEC_CVPX_I420, VLC_CODEC_CVPX_BGRA },
/dports/multimedia/vlc/vlc-3.0.16/modules/video_chroma/
H A Dcvpx.c378 static vlc_fourcc_t const supported_chromas[] = { VLC_CODEC_CVPX_BGRA,
/dports/multimedia/vlc/vlc-3.0.16/include/
H A Dvlc_fourcc.h381 #define VLC_CODEC_CVPX_BGRA VLC_FOURCC('C','V','P','B') macro
/dports/multimedia/vlc/vlc-3.0.16/doc/
H A DChangeLog-201712552 fourcc: add VLC_CODEC_CVPX_BGRA fallback
12560 Handle VLC_CODEC_CVPX_BGRA <=> VLC_CODEC_BGRA without NV12 filter proxy. (same