Home | History | Annotate | Download | only in libstagefright

Lines Matching refs:getFormat

981     sp<MetaData> meta = mVideoSource->getFormat();
1027 if (!mVideoTrack->getFormat()->findInt32(
1046 sp<MetaData> meta = mVideoSource->getFormat();
1057 if (!mVideoTrack->getFormat()->findInt32(
1369 sp<MetaData> meta = mAudioTrack->getFormat();
1378 mClient.interface(), mAudioTrack->getFormat(),
1385 if (mAudioTrack->getFormat()->findInt64(kKeyDuration, &durationUs)) {
1410 if (!mAudioSource->getFormat()
1475 mClient.interface(), mVideoTrack->getFormat(),
1482 if (mVideoTrack->getFormat()->findInt64(kKeyDuration, &durationUs)) {
1499 CHECK(mVideoSource->getFormat()
2272 !mAudioTrack->getFormat()->findInt32(kKeyChannelCount, &channelCount)) {