Go to the source code of this file.
|
int | ff_dca_set_channel_layout (AVCodecContext *avctx, int *ch_remap, int dca_mask) |
|
void | ff_dca_downmix_to_stereo_fixed (DCADSPContext *dcadsp, int32_t **samples, int *coeff_l, int nsamples, int ch_mask) |
|
void | ff_dca_downmix_to_stereo_float (AVFloatDSPContext *fdsp, float **samples, int *coeff_l, int nsamples, int ch_mask) |
|
static int | dcadec_decode_frame (AVCodecContext *avctx, AVFrame *frame, int *got_frame_ptr, AVPacket *avpkt) |
|
static av_cold void | dcadec_flush (AVCodecContext *avctx) |
|
static av_cold int | dcadec_close (AVCodecContext *avctx) |
|
static av_cold void | dcadec_init_static (void) |
|
static av_cold int | dcadec_init (AVCodecContext *avctx) |
|
◆ MIN_PACKET_SIZE
#define MIN_PACKET_SIZE 16 |
◆ MAX_PACKET_SIZE
#define MAX_PACKET_SIZE 0x104000 |
◆ OFFSET
◆ PARAM
◆ ff_dca_set_channel_layout()
◆ ff_dca_downmix_to_stereo_fixed()
◆ ff_dca_downmix_to_stereo_float()
◆ dcadec_decode_frame()
◆ dcadec_flush()
◆ dcadec_close()
◆ dcadec_init_static()
static av_cold void dcadec_init_static |
( |
void |
| ) |
|
|
static |
◆ dcadec_init()
◆ dcadec_options
Initial value:= {
{ "channel_order", "Order in which the channels are to be exported",
{ "coded", "order in which the channels are coded in the bitstream",
{
"downmix",
"Request a specific channel layout from the decoder",
OFFSET(downmix_layout),
}
Definition at line 388 of file dcadec.c.
◆ dcadec_class
Initial value:= {
.class_name = "DCA decoder",
}
Definition at line 405 of file dcadec.c.
◆ ff_dca_decoder
Initial value:
Definition at line 413 of file dcadec.c.