Home
last modified time | relevance | path

Searched refs:PassthroughTrackTranscoder (Results 1 – 9 of 9) sorted by relevance

/frameworks/av/media/module/libmediatranscoding/transcoder/
DPassthroughTrackTranscoder.cpp26 PassthroughTrackTranscoder::BufferPool::~BufferPool() { in ~BufferPool()
32 uint8_t* PassthroughTrackTranscoder::BufferPool::getBufferWithSize(size_t minimumBufferSize) in getBufferWithSize()
73 void PassthroughTrackTranscoder::BufferPool::returnBuffer(uint8_t* buffer) { in returnBuffer()
85 void PassthroughTrackTranscoder::BufferPool::abort() { in abort()
91 media_status_t PassthroughTrackTranscoder::configureDestinationFormat( in configureDestinationFormat()
97 media_status_t PassthroughTrackTranscoder::runTranscodeLoop(bool* stopped) { in runTranscodeLoop()
158 void PassthroughTrackTranscoder::abortTranscodeLoop() { in abortTranscodeLoop()
164 std::shared_ptr<AMediaFormat> PassthroughTrackTranscoder::getOutputFormat() const { in getOutputFormat()
Dsetloglevel.sh14 MediaTranscoder MediaTrackTranscoder VideoTrackTranscoder PassthroughTrackTranscoder
DAndroid.bp36 "PassthroughTrackTranscoder.cpp",
DMediaTranscoder.cpp310 transcoder = std::make_shared<PassthroughTrackTranscoder>(shared_from_this()); in configureTrackFormat()
/frameworks/av/media/module/libmediatranscoding/transcoder/include/media/
DPassthroughTrackTranscoder.h36 class PassthroughTrackTranscoder : public MediaTrackTranscoder {
41 PassthroughTrackTranscoder( in PassthroughTrackTranscoder() function
45 virtual ~PassthroughTrackTranscoder() override = default;
/frameworks/av/media/module/libmediatranscoding/transcoder/tests/
DPassthroughTrackTranscoderTests.cpp156 PassthroughTrackTranscoder transcoder{callback}; in TEST_F()
195 mBufferPool = std::make_shared<PassthroughTrackTranscoder::BufferPool>(kMaxBuffers); in SetUp()
203 std::shared_ptr<PassthroughTrackTranscoder::BufferPool> mBufferPool;
DAndroid.bp78 // PassthroughTrackTranscoder unit test
DMediaTrackTranscoderTests.cpp59 mTranscoder = std::make_shared<PassthroughTrackTranscoder>(mCallback); in SetUp()
/frameworks/av/media/module/libmediatranscoding/transcoder/benchmark/
DMediaTrackTranscoderBenchmark.cpp359 transcoder = std::make_shared<PassthroughTrackTranscoder>(callbacks); in BenchmarkTranscoder()