Go to the source code of this file.
◆ TIMES256
◆ TIMES64
◆ TIMES16
◆ TIMES4
Value:
#define ENTRY(idx, string)
◆ ENTRY
Value: [x] = ((x) >= 'a' && (x) <= 'f') ? (x) - ('a' - 10) : \
((x) >= 'A' && (x) <= 'F') ? (x) - ('A' - 10) : \
((x) >= '0' && (x) <= '9') ? (x) - '0' : 255,
◆ get_nibble()
| static int get_nibble |
( |
uint8_t | x | ) |
|
|
static |
◆ parse_str_int()
| static int parse_str_int |
( |
const uint8_t * | p, |
|
|
const uint8_t * | end, |
|
|
const uint8_t * | key ) |
|
static |
◆ xbm_decode_frame()
◆ ff_xbm_decoder
Initial value:= {
.p.name = "xbm",
}
#define FF_CODEC_CAP_SKIP_FRAME_FILL_PARAM
The decoder extracts and fills its parameters even if the frame is skipped due to the skip_frame sett...
#define FF_CODEC_DECODE_CB(func)
#define CODEC_LONG_NAME(str)
#define AV_CODEC_CAP_DR1
Codec uses get_buffer() or get_encode_buffer() for allocating buffers and supports custom allocators.
static int xbm_decode_frame(AVCodecContext *avctx, AVFrame *p, int *got_frame, AVPacket *avpkt)
Definition at line 143 of file xbmdec.c.