HomeSort by relevance Sort by last modified time
    Searched refs:resetDecoder (Results 1 - 14 of 14) sorted by null

  /frameworks/av/media/libstagefright/codecs/hevcdec/
SoftHEVC.h 107 status_t resetDecoder();
SoftHEVC.cpp 220 status_t SoftHEVC::resetDecoder() {
377 resetDecoder();
614 resetDecoder();
638 resetDecoder();
  /frameworks/av/media/libstagefright/codecs/avcdec/
SoftAVCDec.h 102 status_t resetDecoder();
SoftAVCDec.cpp 184 status_t SoftAVC::resetDecoder() {
337 resetDecoder();
626 resetDecoder();
649 resetDecoder();
  /frameworks/av/media/libstagefright/codecs/mpeg2dec/
SoftMPEG2.h 119 status_t resetDecoder();
SoftMPEG2.cpp 183 status_t SoftMPEG2::resetDecoder() {
461 resetDecoder();
749 resetDecoder();
779 resetDecoder();
  /hardware/google/av/media/codecs/hevc/
C2SoftHevcDec.h 97 status_t resetDecoder();
C2SoftHevcDec.cpp 307 if (OK != resetDecoder()) return C2_CORRUPTED;
613 status_t C2SoftHevcDec::resetDecoder() {
    [all...]
  /packages/apps/Camera2/src/com/android/camera/ui/
ZoomView.java 194 public void resetDecoder() {
207 resetDecoder();
  /hardware/google/av/media/codecs/avc/
C2SoftAvcDec.h 145 status_t resetDecoder();
C2SoftAvcDec.cpp 350 if (OK != resetDecoder()) return C2_CORRUPTED;
651 status_t C2SoftAvcDec::resetDecoder() {
    [all...]
  /hardware/google/av/media/codecs/mpeg2/
C2SoftMpeg2Dec.h 142 status_t resetDecoder();
C2SoftMpeg2Dec.cpp 270 if (OK != resetDecoder()) return C2_CORRUPTED;
657 status_t C2SoftMpeg2Dec::resetDecoder() {
    [all...]
  /packages/apps/Camera2/src/com/android/camera/widget/
FilmstripView.java     [all...]

Completed in 150 milliseconds