Home | History | Annotate | Download | only in libstagefright

Lines Matching defs:samplerate

1786         int32_t sampleRate;
1787 bool success = mMeta->findInt32(kKeySampleRate, &sampleRate);
1789 mTimeScale = sampleRate;
3350 int32_t samplerate;
3351 success = mMeta->findInt32(kKeySampleRate, &samplerate);
3353 mOwner->writeInt32(samplerate << 16);