Go to the source code of this file.
◆ BITSTREAM_READER_LE
| #define BITSTREAM_READER_LE |
Definition at line 30 of file osq.c.
◆ OFFSET
Definition at line 34 of file osq.c.
◆ P2
◆ P3
◆ osq_flush()
Definition at line 66 of file osq.c.
◆ osq_close()
Definition at line 74 of file osq.c.
◆ osq_init()
Definition at line 87 of file osq.c.
◆ reset_stats()
◆ update_stats()
| static void update_stats |
( |
OSQChannel * | cb, |
|
|
int | val ) |
|
static |
◆ update_residue_parameter()
| static int update_residue_parameter |
( |
OSQChannel * | cb | ) |
|
|
static |
◆ get_urice()
◆ get_srice()
◆ osq_channel_parameters()
◆ do_decode()
◆ osq_decode_block()
◆ osq_receive_frame()
◆ ff_osq_decoder
Initial value:= {
.p.name = "osq",
}
#define FF_CODEC_RECEIVE_FRAME_CB(func)
#define CODEC_LONG_NAME(str)
#define FF_CODEC_CAP_INIT_CLEANUP
The codec allows calling the close function for deallocation even if the init function returned a fai...
int(* init)(AVBSFContext *ctx)
#define AV_CODEC_CAP_DR1
Codec uses get_buffer() or get_encode_buffer() for allocating buffers and supports custom allocators.
#define AV_CODEC_CAP_CHANNEL_CONF
Codec should fill in channel configuration and samplerate instead of container.
static av_cold int osq_close(AVCodecContext *avctx)
static av_cold void osq_flush(AVCodecContext *avctx)
static av_cold int osq_init(AVCodecContext *avctx)
static int osq_receive_frame(AVCodecContext *avctx, AVFrame *frame)
Definition at line 486 of file osq.c.