Searched refs:ffmpeg_schro_pixel_format_map (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dlibschroedinger.c67 unsigned int num_formats = sizeof(ffmpeg_schro_pixel_format_map) /
68 sizeof(ffmpeg_schro_pixel_format_map[0]);
73 if (ffmpeg_schro_pixel_format_map[idx].schro_pix_fmt == schro_pix_fmt) {
75 ffmpeg_schro_pixel_format_map[idx].schro_frame_fmt;
H A Dlibschroedinger.h41 } ffmpeg_schro_pixel_format_map[] = { variable in typeref:struct:__anon541
H A Dlibschroedingerdec.c126 int num_formats = sizeof(ffmpeg_schro_pixel_format_map) /
127 sizeof(ffmpeg_schro_pixel_format_map[0]);
131 if (ffmpeg_schro_pixel_format_map[idx].schro_pix_fmt == schro_pix_fmt) {
132 return ffmpeg_schro_pixel_format_map[idx].ff_pix_fmt;
H A Dlibschroedingerenc.c81 int num_formats = sizeof(ffmpeg_schro_pixel_format_map) /
82 sizeof(ffmpeg_schro_pixel_format_map[0]);
88 if (ffmpeg_schro_pixel_format_map[idx].ff_pix_fmt ==
91 ffmpeg_schro_pixel_format_map[idx].schro_pix_fmt;

Completed in 99 milliseconds