Searched refs:av_get_bits_per_sample_format (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dresample.c178 s->sample_size[0] = av_get_bits_per_sample_format(s->sample_fmt[0])>>3;
179 s->sample_size[1] = av_get_bits_per_sample_format(s->sample_fmt[1])>>3;
H A Davcodec.h3105 int av_get_bits_per_sample_format(enum SampleFormat sample_fmt);
H A Dutils.c933 int av_get_bits_per_sample_format(enum SampleFormat sample_fmt) { function
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/include/libavcodec/
H A Davcodec.h3105 int av_get_bits_per_sample_format(enum SampleFormat sample_fmt);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dmatroskaenc.c528 bit_depth = av_get_bits_per_sample_format(codec->sample_fmt);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/
H A Dffmpeg.c539 int osize= av_get_bits_per_sample_format(enc->sample_fmt)/8;
540 int isize= av_get_bits_per_sample_format(dec->sample_fmt)/8;
H A Dffplay.c1617 int istride[6]= {av_get_bits_per_sample_format(dec->sample_fmt)/8};

Completed in 191 milliseconds