Home
last modified time | relevance | path

Searched refs:resetDecoder (Results 1 – 23 of 23) sorted by relevance

/frameworks/av/media/tests/benchmark/src/native/decoder/
DC2Decoder.h41 void resetDecoder();
DDecoder.h58 void resetDecoder();
DC2Decoder.cpp164 void C2Decoder::resetDecoder() { in resetDecoder() function in C2Decoder
DDecoder.cpp253 void Decoder::resetDecoder() { in resetDecoder() function in Decoder
/frameworks/av/media/libstagefright/codecs/avcdec/
DSoftAVCDec.cpp184 status_t SoftAVC::resetDecoder() { in resetDecoder() function in android::SoftAVC
337 resetDecoder(); in onReset()
633 resetDecoder(); in onQueueFilled()
656 resetDecoder(); in onQueueFilled()
DSoftAVCDec.h102 status_t resetDecoder();
/frameworks/av/media/libstagefright/codecs/hevcdec/
DSoftHEVC.cpp220 status_t SoftHEVC::resetDecoder() { in resetDecoder() function in android::SoftHEVC
377 resetDecoder(); in onReset()
622 resetDecoder(); in onQueueFilled()
646 resetDecoder(); in onQueueFilled()
DSoftHEVC.h107 status_t resetDecoder();
/frameworks/av/media/libstagefright/codecs/mpeg2dec/
DSoftMPEG2.cpp183 status_t SoftMPEG2::resetDecoder() { in resetDecoder() function in android::SoftMPEG2
461 resetDecoder(); in onReset()
749 resetDecoder(); in onQueueFilled()
779 resetDecoder(); in onQueueFilled()
DSoftMPEG2.h119 status_t resetDecoder();
/frameworks/av/media/tests/benchmark/MediaBenchmarkTest/src/main/cpp/
DNativeDecoder.cpp121 decoder->resetDecoder(); in Java_com_android_media_benchmark_library_Native_Decode()
/frameworks/av/media/codec2/components/hevc/
DC2SoftHevcDec.h98 status_t resetDecoder();
DC2SoftHevcDec.cpp350 if (OK != resetDecoder()) return C2_CORRUPTED; in onStop()
635 status_t C2SoftHevcDec::resetDecoder() { in resetDecoder() function in android::C2SoftHevcDec
877 resetDecoder(); in process()
/frameworks/av/media/tests/benchmark/tests/
DDecoderTest.cpp90 decoder->resetDecoder(); in TEST_P()
DC2DecoderTest.cpp141 mDecoder->resetDecoder(); in TEST_P()
DC2EncoderTest.cpp151 decoder->resetDecoder(); in TEST_P()
DEncoderTest.cpp158 decoder->resetDecoder(); in TEST_P()
/frameworks/av/media/codec2/components/mpeg2/
DC2SoftMpeg2Dec.h136 status_t resetDecoder();
DC2SoftMpeg2Dec.cpp335 if (OK != resetDecoder()) return C2_CORRUPTED; in onStop()
702 status_t C2SoftMpeg2Dec::resetDecoder() { in resetDecoder() function in android::C2SoftMpeg2Dec
969 resetDecoder(); in process()
/frameworks/av/media/codec2/components/avc/
DC2SoftAvcDec.h139 status_t resetDecoder();
DC2SoftAvcDec.cpp358 if (OK != resetDecoder()) return C2_CORRUPTED; in onStop()
638 status_t C2SoftAvcDec::resetDecoder() { in resetDecoder() function in android::C2SoftAvcDec
882 resetDecoder(); in process()
/frameworks/av/media/tests/benchmark/MediaBenchmarkTest/src/androidTest/java/com/android/media/benchmark/tests/
DDecoderTest.java181 decoder.resetDecoder(); in testDecoder()
/frameworks/av/media/tests/benchmark/MediaBenchmarkTest/src/main/java/com/android/media/benchmark/library/
DDecoder.java253 public void resetDecoder() { mStats.reset(); } in resetDecoder() method in Decoder