Searched refs:all_pix_fmts (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_lut.c124 static const enum AVPixelFormat all_pix_fmts[] = { RGB_FORMATS, YUV_FORMATS, AV_PIX_FMT_NONE }; variable in typeref:enum:AVPixelFormat
132 all_pix_fmts;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavfilter/
H A Dvf_lut.c157 static enum PixelFormat all_pix_fmts[] = { RGB_FORMATS, YUV_FORMATS, PIX_FMT_NONE }; variable in typeref:enum:PixelFormat
164 lut->is_yuv ? yuv_pix_fmts : all_pix_fmts;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Djpeg2000dec.c220 static const enum AVPixelFormat all_pix_fmts[] = {RGB_PIXEL_FORMATS, variable in typeref:enum:AVPixelFormat
339 possible_fmts = all_pix_fmts;
340 possible_fmts_nb = FF_ARRAY_ELEMS(all_pix_fmts);

Completed in 77 milliseconds