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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Delectronicarts.c106 int compression_type = -1, revision = -1, revision2 = -1; local
135 compression_type = read_arbitary(pb);
136 av_log (s, AV_LOG_INFO, "compression_type (element 0x83) set to 0x%08x\n", compression_type);
176 switch (compression_type) {
200 av_log(s, AV_LOG_ERROR, "unsupported stream type; compression_type=%i\n", compression_type);
218 int compression_type; local
223 compression_type = get_byte(pb);
226 switch (compression_type) {
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dpngdec.c46 int compression_type; member in struct:PNGDecContext
437 s->compression_type = *s->bytestream++;
443 av_log(avctx, AV_LOG_DEBUG, "width=%d height=%d depth=%d color_type=%d compression_type=%d filter_type=%d interlace_type=%d\n",
445 s->compression_type, s->filter_type, s->interlace_type);
H A Dtarga.c39 int compression_type; member in struct:TargaContext

Completed in 107 milliseconds