Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Dgsmdec.c28 #define GSM_BLOCK_SIZE 33 macro
58 size = GSM_BLOCK_SIZE; in gsm_read_packet()
64 if (ret < GSM_BLOCK_SIZE) { in gsm_read_packet()
68 pkt->pts = pkt->pos / GSM_BLOCK_SIZE; in gsm_read_packet()
84 st->codecpar->bit_rate = GSM_BLOCK_SIZE * 8 * c->sample_rate / GSM_BLOCK_SAMPLES; in gsm_read_header()
93 AV_OPT_TYPE_INT, {.i64 = GSM_SAMPLE_RATE}, 1, INT_MAX / GSM_BLOCK_SIZE,
/third_party/ffmpeg/libavcodec/
H A Dlibgsmdec.c64 avctx->block_align = GSM_BLOCK_SIZE; in libgsm_decode_init()
108 buf += GSM_BLOCK_SIZE; in libgsm_decode_frame()
H A Dgsm.h25 #define GSM_BLOCK_SIZE 33 macro
H A Dgsm_parser.c50 s->block_size = GSM_BLOCK_SIZE; in gsm_parse()
H A Dgsmdec.c49 avctx->block_align = GSM_BLOCK_SIZE; in gsm_init()
H A Dlibgsmenc.c75 avctx->block_align = GSM_BLOCK_SIZE; in libgsm_encode_init()

Completed in 2 milliseconds