/frameworks/av/media/tests/benchmark/src/native/decoder/ |
D | C2Decoder.h | 41 void resetDecoder();
|
D | Decoder.h | 58 void resetDecoder();
|
D | C2Decoder.cpp | 164 void C2Decoder::resetDecoder() { in resetDecoder() function in C2Decoder
|
D | Decoder.cpp | 253 void Decoder::resetDecoder() { in resetDecoder() function in Decoder
|
/frameworks/av/media/libstagefright/codecs/avcdec/ |
D | SoftAVCDec.cpp | 184 status_t SoftAVC::resetDecoder() { in resetDecoder() function in android::SoftAVC 337 resetDecoder(); in onReset() 633 resetDecoder(); in onQueueFilled() 656 resetDecoder(); in onQueueFilled()
|
D | SoftAVCDec.h | 102 status_t resetDecoder();
|
/frameworks/av/media/libstagefright/codecs/hevcdec/ |
D | SoftHEVC.cpp | 220 status_t SoftHEVC::resetDecoder() { in resetDecoder() function in android::SoftHEVC 377 resetDecoder(); in onReset() 622 resetDecoder(); in onQueueFilled() 646 resetDecoder(); in onQueueFilled()
|
D | SoftHEVC.h | 107 status_t resetDecoder();
|
/frameworks/av/media/libstagefright/codecs/mpeg2dec/ |
D | SoftMPEG2.cpp | 183 status_t SoftMPEG2::resetDecoder() { in resetDecoder() function in android::SoftMPEG2 461 resetDecoder(); in onReset() 749 resetDecoder(); in onQueueFilled() 779 resetDecoder(); in onQueueFilled()
|
D | SoftMPEG2.h | 119 status_t resetDecoder();
|
/frameworks/av/media/tests/benchmark/MediaBenchmarkTest/src/main/cpp/ |
D | NativeDecoder.cpp | 121 decoder->resetDecoder(); in Java_com_android_media_benchmark_library_Native_Decode()
|
/frameworks/av/media/codec2/components/hevc/ |
D | C2SoftHevcDec.h | 98 status_t resetDecoder();
|
D | C2SoftHevcDec.cpp | 350 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/ |
D | DecoderTest.cpp | 90 decoder->resetDecoder(); in TEST_P()
|
D | C2DecoderTest.cpp | 141 mDecoder->resetDecoder(); in TEST_P()
|
D | C2EncoderTest.cpp | 151 decoder->resetDecoder(); in TEST_P()
|
D | EncoderTest.cpp | 158 decoder->resetDecoder(); in TEST_P()
|
/frameworks/av/media/codec2/components/mpeg2/ |
D | C2SoftMpeg2Dec.h | 136 status_t resetDecoder();
|
D | C2SoftMpeg2Dec.cpp | 335 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/ |
D | C2SoftAvcDec.h | 139 status_t resetDecoder();
|
D | C2SoftAvcDec.cpp | 358 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/ |
D | DecoderTest.java | 181 decoder.resetDecoder(); in testDecoder()
|
/frameworks/av/media/tests/benchmark/MediaBenchmarkTest/src/main/java/com/android/media/benchmark/library/ |
D | Decoder.java | 253 public void resetDecoder() { mStats.reset(); } in resetDecoder() method in Decoder
|