FFmpeg
|
#include <stdint.h>
Go to the source code of this file.
Macros | |
#define | AVPRIV_CODEC2_MODE_MAX 8 |
#define | AVPRIV_CODEC2_AVOPTIONS(desc, classname, min_val, default_val, option_flags) |
#define | AVPRIV_CODEC2_EXTRADATA_SIZE 4 |
Functions | |
int | avpriv_codec2_mode_bit_rate (void *logctx, int mode) |
int | avpriv_codec2_mode_frame_size (void *logctx, int mode) |
int | avpriv_codec2_mode_block_align (void *logctx, int mode) |
static void | avpriv_codec2_make_extradata (uint8_t *ptr, int mode) |
static uint16_t | avpriv_codec2_version_from_extradata (uint8_t *ptr) |
static uint8_t | avpriv_codec2_mode_from_extradata (uint8_t *ptr) |
#define AVPRIV_CODEC2_MODE_MAX 8 |
Definition at line 30 of file codec2utils.h.
#define AVPRIV_CODEC2_AVOPTIONS | ( | desc, | |
classname, | |||
min_val, | |||
default_val, | |||
option_flags | |||
) |
Definition at line 36 of file codec2utils.h.
#define AVPRIV_CODEC2_EXTRADATA_SIZE 4 |
Definition at line 62 of file codec2utils.h.
Definition at line 26 of file codec2utils.c.
Referenced by codec2_read_header_common().
Definition at line 38 of file codec2utils.c.
Referenced by avpriv_codec2_mode_bit_rate(), and codec2_read_header_common().
Definition at line 60 of file codec2utils.c.
Referenced by avpriv_codec2_mode_bit_rate(), and codec2_read_header_common().
Definition at line 65 of file codec2utils.h.
Referenced by codec2raw_read_header(), and libcodec2_init_encoder().
|
inlinestatic |
Definition at line 74 of file codec2utils.h.
Referenced by codec2_read_header().
Definition at line 78 of file codec2utils.h.
Referenced by codec2_read_header_common(), and libcodec2_init_decoder().