Home
last modified time | relevance | path

Searched defs:destinationFormat (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/module/libmediatranscoding/transcoder/
DMediaTrackTranscoder.cpp29 const std::shared_ptr<AMediaFormat>& destinationFormat) { in configure()
DVideoTrackTranscoder.cpp211 const std::shared_ptr<AMediaFormat>& destinationFormat) { in configureDestinationFormat()
/frameworks/av/media/module/libmediatranscoding/transcoder/tests/
DTranscoderTestUtils.h70 AMediaFormat* destinationFormat = AMediaFormat_new(); variable
/frameworks/av/media/module/libmediatranscoding/transcoder/benchmark/
DMediaTrackTranscoderBenchmark.cpp332 auto destinationFormat = GetDefaultTrackFormat(mediaType, srcTrackFormat.get()); in ConfigureSampleReader() local