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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmlp_parser.h39 int group1_samplerate; ///< Sample rate of first substream member in struct:MLPHeaderInfo
H A Dmlp_parser.c154 mh->group1_samplerate = mlp_samplerate(ratebits);
165 mh->group1_samplerate = mlp_samplerate(ratebits);
185 mh->peak_bitrate = (get_bits(gb, 15) * mh->group1_samplerate + 8) >> 4;
313 avctx->sample_rate = mh.group1_samplerate;
H A Dmlpdec.c272 if (mh.group2_samplerate && mh.group2_samplerate != mh.group1_samplerate) {
278 if (mh.group1_samplerate == 0) {
282 if (mh.group1_samplerate > MAX_SAMPLERATE) {
285 mh.group1_samplerate, MAX_SAMPLERATE);
320 m->avctx->sample_rate = mh.group1_samplerate;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmlp_parser.h39 int group1_samplerate; ///< Sample rate of first substream member in struct:MLPHeaderInfo
H A Dmlp_parser.c156 mh->group1_samplerate = mlp_samplerate(ratebits);
170 mh->group1_samplerate = mlp_samplerate(ratebits);
198 mh->peak_bitrate = (get_bits(gb, 15) * mh->group1_samplerate + 8) >> 4;
335 avctx->sample_rate = mh.group1_samplerate;
H A Dmlpdec.c309 if (mh.group2_samplerate && mh.group2_samplerate != mh.group1_samplerate) {
315 if (mh.group1_samplerate == 0) {
319 if (mh.group1_samplerate > MAX_SAMPLERATE) {
322 mh.group1_samplerate, MAX_SAMPLERATE);
358 m->avctx->sample_rate = mh.group1_samplerate;

Completed in 73 milliseconds