Home
last modified time | relevance | path

Searched refs:BLOCK_SAMPLES (Results 1 - 6 of 6) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dadxdec.c32 #define BLOCK_SAMPLES 32 macro
129 par->bit_rate = (int64_t)par->sample_rate * par->ch_layout.nb_channels * BLOCK_SIZE * 8LL / BLOCK_SAMPLES; in adx_read_header()
131 avpriv_set_pts_info(st, 64, BLOCK_SAMPLES, par->sample_rate); in adx_read_header()
/third_party/ffmpeg/libavcodec/
H A Dadxdec.c83 for (i = 0; i < BLOCK_SAMPLES; i++) { in adx_decode()
160 frame->nb_samples = num_blocks * BLOCK_SAMPLES; in adx_decode_frame()
177 samples_offset += BLOCK_SAMPLES; in adx_decode_frame()
H A Dadx.h54 #define BLOCK_SAMPLES 32 macro
H A Dadx_parser.c84 s1->duration = BLOCK_SAMPLES; in adx_parse()
H A Dadx.c78 avctx->bit_rate = avctx->sample_rate * channels * BLOCK_SIZE * 8 / BLOCK_SAMPLES; in ff_adx_decode_header()
H A Dadxenc.c132 avctx->frame_size = BLOCK_SAMPLES; in adx_encode_init()

Completed in 2 milliseconds