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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvmdaudio.c51 int out_bps; member in struct:VmdAudioContext
91 s->out_bps = av_get_bytes_per_sample(avctx->sample_fmt);
93 s->chunk_size = avctx->block_align + avctx->channels * (s->out_bps == 2);
195 if (s->out_bps == 2) {
209 if (s->out_bps == 2) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvmdav.c443 int out_bps; member in struct:VmdAudioContext
480 s->out_bps = av_get_bytes_per_sample(avctx->sample_fmt);
482 s->chunk_size = avctx->block_align + avctx->channels * (s->out_bps == 2);
582 if (s->out_bps == 2) {
595 if (s->out_bps == 2) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/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; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Davfiltergraph.c984 int out_bps = av_get_bytes_per_sample(out_format); local
994 if (bps == 4 && out_bps == 8) {
1000 score = -abs(out_bps - bps);
1001 if (out_bps >= bps)

Completed in 119 milliseconds