Home | History | Annotate | Download | only in libstagefright

Lines Matching defs:samplerate

1456         int32_t sampleRate;
1457 bool success = mMeta->findInt32(kKeySampleRate, &sampleRate);
1459 mTimeScale = sampleRate;
2769 int32_t samplerate;
2770 success = mMeta->findInt32(kKeySampleRate, &samplerate);
2772 mOwner->writeInt32(samplerate << 16);