Searched refs:srcTrackFormat (Results 1 – 2 of 2) sorted by relevance
304 std::shared_ptr<AMediaFormat> srcTrackFormat = nullptr; in ConfigureSampleReader() local315 srcTrackFormat = std::shared_ptr<AMediaFormat>(trackFormat, &AMediaFormat_delete); in ConfigureSampleReader()332 auto destinationFormat = GetDefaultTrackFormat(mediaType, srcTrackFormat.get()); in ConfigureSampleReader()
312 AMediaFormat* srcTrackFormat = mSourceTrackFormats[trackIndex].get(); in configureTrackFormat() local315 if (!AMediaFormat_getString(srcTrackFormat, AMEDIAFORMAT_KEY_MIME, &srcMime)) { in configureTrackFormat()338 trackFormat = createVideoTrackFormat(srcTrackFormat, destinationOptions); in configureTrackFormat()