Home
last modified time | relevance | path

Searched refs:AC3_FRAME_SIZE (Results 1 - 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dac3defs.h32 #define AC3_FRAME_SIZE (AC3_MAX_BLOCKS * 256) macro
H A Dac3enc_template.c51 if (!(s->planar_samples[ch] = av_mallocz((AC3_FRAME_SIZE + AC3_BLOCK_SIZE) * in allocate_sample_buffers()
H A Dac3enc.c2354 while (wpf > 1 && wpf * s->sample_rate / AC3_FRAME_SIZE * 16 > avctx->bit_rate) in validate_options()
/third_party/ffmpeg/libavformat/
H A Dspdifdec.c47 *offset = AC3_FRAME_SIZE << 2; in spdif_get_offset_and_codec()
H A Dspdifenc.c116 ctx->pkt_offset = AC3_FRAME_SIZE << 2; in spdif_header_ac3()

Completed in 7 milliseconds