Home
last modified time | relevance | path

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

/frameworks/av/media/module/libmediatranscoding/transcoder/benchmark/
DMediaTrackTranscoderBenchmark.cpp304 std::shared_ptr<AMediaFormat> srcTrackFormat = nullptr; in ConfigureSampleReader() local
315 srcTrackFormat = std::shared_ptr<AMediaFormat>(trackFormat, &AMediaFormat_delete); in ConfigureSampleReader()
332 auto destinationFormat = GetDefaultTrackFormat(mediaType, srcTrackFormat.get()); in ConfigureSampleReader()
/frameworks/av/media/module/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()