Home
last modified time | relevance | path

Searched defs:onOutputAvailable (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/media/tests/benchmark/src/native/common/
DBenchmarkCommon.h100 virtual void onOutputAvailable(AMediaCodec *codec, int32_t index, in onOutputAvailable() function
/frameworks/av/media/tests/benchmark/src/native/encoder/
DEncoder.cpp117 void Encoder::onOutputAvailable(AMediaCodec *mediaCodec, int32_t bufIdx, in onOutputAvailable() function in Encoder
/frameworks/av/media/tests/benchmark/MediaBenchmarkTest/src/main/java/com/android/media/benchmark/library/
DDecoder.java284 private void onOutputAvailable( in onOutputAvailable() method in Decoder
DEncoder.java242 private void onOutputAvailable(MediaCodec mediaCodec, int outputBufferId, in onOutputAvailable() method in Encoder
/frameworks/av/media/tests/benchmark/src/native/decoder/
DDecoder.cpp92 void Decoder::onOutputAvailable(AMediaCodec *mediaCodec, int32_t bufIdx, in onOutputAvailable() function in Decoder