Searched refs:fli_type (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dflicvideo.c78 int fli_type; /* either 0xAF11 or 0xAF12, affects palette resolution */ member in struct:FlicDecodeContext
101 s->fli_type = FLC_MAGIC_CARPET_SYNTHETIC_TYPE_CODE;
117 s->fli_type = FLI_TYPE_CODE;
120 s->fli_type = AV_RL16(&fli_header[4]);
128 if ((s->fli_type == FLC_FLX_TYPE_CODE) && (depth == 16)) {
226 * chunks in a 0xAF12-type file (fli_type is set to 0xAF13 during
228 if ((chunk_type == FLI_256_COLOR) && (s->fli_type != FLC_MAGIC_CARPET_SYNTHETIC_TYPE_CODE))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dflicvideo.c77 int fli_type; /* either 0xAF11 or 0xAF12, affects palette resolution */ member in struct:FlicDecodeContext
94 s->fli_type = AV_RL16(&fli_header[4]); /* Might be overridden if a Magic Carpet FLC */
99 s->fli_type = FLC_MAGIC_CARPET_SYNTHETIC_TYPE_CODE;
109 if ((s->fli_type == FLC_FLX_TYPE_CODE) && (depth == 16)) {
198 * chunks in a 0xAF12-type file (fli_type is set to 0xAF13 during
200 if ((chunk_type == FLI_256_COLOR) && (s->fli_type != FLC_MAGIC_CARPET_SYNTHETIC_TYPE_CODE))

Completed in 52 milliseconds