Home | History | Annotate | Download | only in libstagefright

Lines Matching defs:samplerate

1439         int32_t sampleRate;
1440 bool success = mMeta->findInt32(kKeySampleRate, &sampleRate);
1442 mTimeScale = sampleRate;
2715 int32_t samplerate;
2716 success = mMeta->findInt32(kKeySampleRate, &samplerate);
2718 mOwner->writeInt32(samplerate << 16);