Searched refs:PassthroughTrackTranscoder (Results 1 – 9 of 9) sorted by relevance
26 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()
14 MediaTranscoder MediaTrackTranscoder VideoTrackTranscoder PassthroughTrackTranscoder
36 "PassthroughTrackTranscoder.cpp",
310 transcoder = std::make_shared<PassthroughTrackTranscoder>(shared_from_this()); in configureTrackFormat()
36 class PassthroughTrackTranscoder : public MediaTrackTranscoder {41 PassthroughTrackTranscoder( in PassthroughTrackTranscoder() function45 virtual ~PassthroughTrackTranscoder() override = default;
156 PassthroughTrackTranscoder transcoder{callback}; in TEST_F()195 mBufferPool = std::make_shared<PassthroughTrackTranscoder::BufferPool>(kMaxBuffers); in SetUp()203 std::shared_ptr<PassthroughTrackTranscoder::BufferPool> mBufferPool;
78 // PassthroughTrackTranscoder unit test
59 mTranscoder = std::make_shared<PassthroughTrackTranscoder>(mCallback); in SetUp()
359 transcoder = std::make_shared<PassthroughTrackTranscoder>(callbacks); in BenchmarkTranscoder()