Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libstagefright/codecs/avcdec/
H A DSoftAVCDec.cpp184 status_t SoftAVC::resetDecoder() { in resetDecoder() function in android::SoftAVC
337 resetDecoder(); in onReset()
633 resetDecoder(); in onQueueFilled()
656 resetDecoder(); in onQueueFilled()
H A DSoftAVCDec.h102 status_t resetDecoder();
/aosp12/frameworks/av/media/libstagefright/codecs/hevcdec/
H A DSoftHEVC.cpp220 status_t SoftHEVC::resetDecoder() { in resetDecoder() function in android::SoftHEVC
377 resetDecoder(); in onReset()
622 resetDecoder(); in onQueueFilled()
646 resetDecoder(); in onQueueFilled()
H A DSoftHEVC.h107 status_t resetDecoder();
/aosp12/frameworks/av/media/tests/benchmark/src/native/decoder/
H A DC2Decoder.h37 void resetDecoder();
H A DDecoder.h58 void resetDecoder();
H A DC2Decoder.cpp166 void C2Decoder::resetDecoder() { in resetDecoder() function in C2Decoder
H A DDecoder.cpp253 void Decoder::resetDecoder() { in resetDecoder() function in Decoder
/aosp12/frameworks/av/media/libstagefright/codecs/mpeg2dec/
H A DSoftMPEG2.cpp183 status_t SoftMPEG2::resetDecoder() { in resetDecoder() function in android::SoftMPEG2
461 resetDecoder(); in onReset()
749 resetDecoder(); in onQueueFilled()
779 resetDecoder(); in onQueueFilled()
H A DSoftMPEG2.h119 status_t resetDecoder();
/aosp12/packages/apps/Camera2/src/com/android/camera/ui/
H A DZoomView.java194 public void resetDecoder() { in resetDecoder() method in ZoomView
207 resetDecoder(); in loadBitmap()
/aosp12/frameworks/av/media/tests/benchmark/MediaBenchmarkTest/src/main/cpp/
H A DNativeDecoder.cpp121 decoder->resetDecoder(); in Java_com_android_media_benchmark_library_Native_Decode()
/aosp12/frameworks/av/media/codec2/components/hevc/
H A DC2SoftHevcDec.h97 status_t resetDecoder();
H A DC2SoftHevcDec.cpp349 if (OK != resetDecoder()) return C2_CORRUPTED; in onStop()
640 status_t C2SoftHevcDec::resetDecoder() { in resetDecoder() function in android::C2SoftHevcDec
884 resetDecoder(); in process()
/aosp12/frameworks/av/media/tests/benchmark/tests/
H A DDecoderTest.cpp90 decoder->resetDecoder(); in TEST_P()
H A DC2DecoderTest.cpp141 mDecoder->resetDecoder(); in TEST_P()
H A DC2EncoderTest.cpp151 decoder->resetDecoder(); in TEST_P()
H A DEncoderTest.cpp158 decoder->resetDecoder(); in TEST_P()
/aosp12/frameworks/av/media/codec2/components/avc/
H A DC2SoftAvcDec.h138 status_t resetDecoder();
H A DC2SoftAvcDec.cpp362 if (OK != resetDecoder()) return C2_CORRUPTED; in onStop()
648 status_t C2SoftAvcDec::resetDecoder() { in resetDecoder() function in android::C2SoftAvcDec
895 resetDecoder(); in process()
/aosp12/frameworks/av/media/codec2/components/mpeg2/
H A DC2SoftMpeg2Dec.h136 status_t resetDecoder();
H A DC2SoftMpeg2Dec.cpp343 if (OK != resetDecoder()) return C2_CORRUPTED; in onStop()
710 status_t C2SoftMpeg2Dec::resetDecoder() { in resetDecoder() function in android::C2SoftMpeg2Dec
977 resetDecoder(); in process()
/aosp12/frameworks/av/media/tests/benchmark/MediaBenchmarkTest/src/androidTest/java/com/android/media/benchmark/tests/
H A DDecoderTest.java181 decoder.resetDecoder(); in testDecoder()
/aosp12/frameworks/av/media/tests/benchmark/MediaBenchmarkTest/src/main/java/com/android/media/benchmark/library/
H A DDecoder.java253 public void resetDecoder() { mStats.reset(); } in resetDecoder() method in Decoder
/aosp12/packages/apps/Camera2/src/com/android/camera/widget/
H A DFilmstripView.java1695 mZoomView.resetDecoder(); in updateViewItem()