Home
last modified time | relevance | path

Searched refs:out_bps (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dvmdaudio.c52 int out_bps; member
94 s->out_bps = av_get_bytes_per_sample(avctx->sample_fmt); in vmdaudio_decode_init()
96 s->chunk_size = avctx->block_align + channels * (s->out_bps == 2); in vmdaudio_decode_init()
201 if (s->out_bps == 2) { in vmdaudio_decode_frame()
215 if (s->out_bps == 2) { in vmdaudio_decode_frame()
/third_party/ffmpeg/libavresample/
H A Daudio_convert.c160 int out_bps = sizeof(otype); \
162 int os = channels * out_bps; \
165 uint8_t *po = out + ch * out_bps; \
/third_party/ffmpeg/libavfilter/
H A Davfiltergraph.c1002 int out_bps = av_get_bytes_per_sample(out_format); in swap_sample_fmts_on_filter() local
1012 if (bps == 4 && out_bps == 8) { in swap_sample_fmts_on_filter()
1018 score = -abs(out_bps - bps); in swap_sample_fmts_on_filter()
1019 if (out_bps >= bps) in swap_sample_fmts_on_filter()

Completed in 4 milliseconds