Home
last modified time | relevance | path

Searched refs:srcTrackFormat (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libmediatranscoding/transcoder/benchmark/
DMediaTrackTranscoderBenchmark.cpp305 std::shared_ptr<AMediaFormat> srcTrackFormat = nullptr; in ConfigureSampleReader() local
316 srcTrackFormat = std::shared_ptr<AMediaFormat>(trackFormat, &AMediaFormat_delete); in ConfigureSampleReader()
333 auto destinationFormat = GetDefaultTrackFormat(mediaType, srcTrackFormat.get()); in ConfigureSampleReader()
/frameworks/av/media/libmediatranscoding/transcoder/
DMediaTranscoder.cpp312 AMediaFormat* srcTrackFormat = mSourceTrackFormats[trackIndex].get(); in configureTrackFormat() local
315 if (!AMediaFormat_getString(srcTrackFormat, AMEDIAFORMAT_KEY_MIME, &srcMime)) { in configureTrackFormat()
338 trackFormat = createVideoTrackFormat(srcTrackFormat, destinationOptions); in configureTrackFormat()