Searched refs:Muxer (Results 1 – 9 of 9) sorted by relevance
25 int32_t Muxer::initMuxer(int32_t fd, MUXER_OUTPUT_T outputFormat) { in initMuxer()51 void Muxer::deInitMuxer() { in deInitMuxer()65 void Muxer::resetMuxer() { in resetMuxer()69 void Muxer::dumpStatistics(string inputReference, string componentName, string statsFile) { in dumpStatistics()75 int32_t Muxer::mux(uint8_t *inputBuffer, vector<AMediaCodecBufferInfo> &frameInfos) { in mux()
34 class Muxer {36 Muxer() : mFormat(nullptr), mMuxer(nullptr), mStats(nullptr) { mExtractor = new Extractor(); } in Muxer() function38 virtual ~Muxer() { in ~Muxer()
24 srcs: ["Muxer.cpp"],
20 import com.android.media.benchmark.library.Muxer;144 Muxer muxer = new Muxer(); in testMuxer()
62 Muxer *muxerObj = new Muxer(); in TEST_P()
50 Muxer *muxerObj = new Muxer(); in Java_com_android_media_benchmark_library_Native_Mux()
32 ${native_source_path}/muxer/Muxer.cpp
68 ## Muxer section in NDK CLI Tests146 ## Muxer section in <a name="BenchmarkApplication"></a> Benchmark Application230 6. **setupTime**: The time taken to set up the MediaExtractor/Muxer/Codec instance.238 7. **destroyTime**: The time taken to stop and close MediaExtractor/Muxer/Codec instance.263 ## Muxer section in Analysis
27 public class Muxer { class