Lines Matching refs:getFormat
245 updateSizeToRender(mVideoSource->getFormat()); in setDataSource_l_jpg()
402 meta = mVideoSource->getFormat(); in setAudioPlayer()
414 meta = anAudioSource->getFormat(); in setAudioPlayer()
418 meta = mAudioSource->getFormat(); in setAudioPlayer()
663 updateSizeToRender(mVideoSource->getFormat()); in initRenderer_l()
698 sp<MetaData> meta = mAudioTrack->getFormat(); in initAudioDecoder()
707 mClient.interface(), mAudioTrack->getFormat(), in initAudioDecoder()
719 if (mAudioTrack->getFormat()->findInt64(kKeyDuration, &durationUs)) { in initAudioDecoder()
752 mClient.interface(), mVideoTrack->getFormat(), in initVideoDecoder()
759 if (mVideoTrack->getFormat()->findInt64(kKeyDuration, &durationUs)) { in initVideoDecoder()
766 updateSizeToRender(mVideoTrack->getFormat()); in initVideoDecoder()
850 updateSizeToRender(mVideoSource->getFormat()); in onVideoEvent()
1513 updateSizeToRender(mVideoSource->getFormat()); in readFirstVideoFrame()