Searched refs:onPortFlushCompleted (Results 1 - 25 of 26) sorted by relevance

12

/frameworks/av/media/libstagefright/codecs/amrnb/dec/
H A DSoftAMR.h41 virtual void onPortFlushCompleted(OMX_U32 portIndex);
H A DSoftAMR.cpp492 void SoftAMR::onPortFlushCompleted(OMX_U32 portIndex) { function in class:android::SoftAMR
493 ALOGV("onPortFlushCompleted portindex %d, resetting frame ", portIndex);
/frameworks/av/media/libstagefright/codecs/gsm/dec/
H A DSoftGSM.h46 virtual void onPortFlushCompleted(OMX_U32 portIndex);
H A DSoftGSM.cpp284 void SoftGSM::onPortFlushCompleted(OMX_U32 portIndex) { function in class:android::SoftGSM
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
H A DSoftMPEG4.h41 virtual void onPortFlushCompleted(OMX_U32 portIndex);
H A DSoftMPEG4.cpp355 void SoftMPEG4::onPortFlushCompleted(OMX_U32 portIndex) { function in class:android::SoftMPEG4
/frameworks/av/media/libstagefright/codecs/mp3dec/
H A DSoftMP3.h43 virtual void onPortFlushCompleted(OMX_U32 portIndex);
H A DSoftMP3.cpp377 void SoftMP3::onPortFlushCompleted(OMX_U32 portIndex) { function in class:android::SoftMP3
/frameworks/av/media/libstagefright/codecs/on2/dec/
H A DSoftVPX.h41 virtual void onPortFlushCompleted(OMX_U32 portIndex);
H A DSoftVPX.cpp287 void SoftVPX::onPortFlushCompleted(OMX_U32 portIndex) { function in class:android::SoftVPX
/frameworks/av/media/libstagefright/codecs/on2/h264dec/
H A DSoftAVC.h39 virtual void onPortFlushCompleted(OMX_U32 portIndex);
H A DSoftAVC.cpp320 void SoftAVC::onPortFlushCompleted(OMX_U32 portIndex) { function in class:android::SoftAVC
/frameworks/av/media/libstagefright/codecs/vorbis/dec/
H A DSoftVorbis.h44 virtual void onPortFlushCompleted(OMX_U32 portIndex);
H A DSoftVorbis.cpp460 void SoftVorbis::onPortFlushCompleted(OMX_U32 portIndex) { function in class:android::SoftVorbis
/frameworks/av/media/libstagefright/codecs/aacdec/
H A DSoftAAC2.h43 virtual void onPortFlushCompleted(OMX_U32 portIndex);
/frameworks/av/media/libstagefright/codecs/hevcdec/
H A DSoftHEVC.h62 virtual void onPortFlushCompleted(OMX_U32 portIndex);
H A DSoftHEVC.cpp395 void SoftHEVC::onPortFlushCompleted(OMX_U32 portIndex) { function in class:android::SoftHEVC
/frameworks/av/media/libstagefright/codecs/opus/dec/
H A DSoftOpus.h58 virtual void onPortFlushCompleted(OMX_U32 portIndex);
H A DSoftOpus.cpp517 void SoftOpus::onPortFlushCompleted(OMX_U32 portIndex) { function in class:android::SoftOpus
/frameworks/av/media/libstagefright/codecs/avcdec/
H A DSoftAVCDec.h60 virtual void onPortFlushCompleted(OMX_U32 portIndex);
H A DSoftAVCDec.cpp434 void SoftAVC::onPortFlushCompleted(OMX_U32 portIndex) { function in class:android::SoftAVC
/frameworks/av/media/libstagefright/codecs/mpeg2dec/
H A DSoftMPEG2.h64 virtual void onPortFlushCompleted(OMX_U32 portIndex);
H A DSoftMPEG2.cpp523 void SoftMPEG2::onPortFlushCompleted(OMX_U32 portIndex) { function in class:android::SoftMPEG2
/frameworks/av/media/libstagefright/include/
H A DSimpleSoftOMXComponent.h77 virtual void onPortFlushCompleted(OMX_U32 portIndex);
/frameworks/av/media/libstagefright/omx/
H A DSimpleSoftOMXComponent.cpp553 onPortFlushCompleted(portIndex);
650 void SimpleSoftOMXComponent::onPortFlushCompleted(OMX_U32 portIndex __unused) {

Completed in 7359 milliseconds

12