HomeSort by relevance Sort by last modified time
    Searched refs:onPortFlushCompleted (Results 1 - 25 of 26) sorted by null

1 2

  /frameworks/av/media/libstagefright/codecs/gsm/dec/
SoftGSM.h 46 virtual void onPortFlushCompleted(OMX_U32 portIndex);
SoftGSM.cpp 284 void SoftGSM::onPortFlushCompleted(OMX_U32 portIndex) {
  /frameworks/av/media/libstagefright/codecs/on2/dec/
SoftVPX.h 41 virtual void onPortFlushCompleted(OMX_U32 portIndex);
SoftVPX.cpp 304 void SoftVPX::onPortFlushCompleted(OMX_U32 portIndex) {
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/
SoftAMR.h 41 virtual void onPortFlushCompleted(OMX_U32 portIndex);
SoftAMR.cpp 492 void SoftAMR::onPortFlushCompleted(OMX_U32 portIndex) {
493 ALOGV("onPortFlushCompleted portindex %d, resetting frame ", portIndex);
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
SoftMPEG4.h 41 virtual void onPortFlushCompleted(OMX_U32 portIndex);
SoftMPEG4.cpp 373 void SoftMPEG4::onPortFlushCompleted(OMX_U32 portIndex) {
  /frameworks/av/media/libstagefright/codecs/mp3dec/
SoftMP3.h 43 virtual void onPortFlushCompleted(OMX_U32 portIndex);
SoftMP3.cpp 391 void SoftMP3::onPortFlushCompleted(OMX_U32 portIndex) {
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/
SoftAVC.h 39 virtual void onPortFlushCompleted(OMX_U32 portIndex);
SoftAVC.cpp 320 void SoftAVC::onPortFlushCompleted(OMX_U32 portIndex) {
  /frameworks/av/media/libstagefright/codecs/opus/dec/
SoftOpus.h 58 virtual void onPortFlushCompleted(OMX_U32 portIndex);
SoftOpus.cpp 517 void SoftOpus::onPortFlushCompleted(OMX_U32 portIndex) {
  /frameworks/av/media/libstagefright/codecs/vorbis/dec/
SoftVorbis.h 44 virtual void onPortFlushCompleted(OMX_U32 portIndex);
SoftVorbis.cpp 460 void SoftVorbis::onPortFlushCompleted(OMX_U32 portIndex) {
  /frameworks/av/media/libstagefright/codecs/aacdec/
SoftAAC2.h 43 virtual void onPortFlushCompleted(OMX_U32 portIndex);
  /frameworks/av/media/libstagefright/codecs/hevcdec/
SoftHEVC.h 62 virtual void onPortFlushCompleted(OMX_U32 portIndex);
SoftHEVC.cpp 437 void SoftHEVC::onPortFlushCompleted(OMX_U32 portIndex) {
  /frameworks/av/media/libstagefright/codecs/avcdec/
SoftAVCDec.h 60 virtual void onPortFlushCompleted(OMX_U32 portIndex);
SoftAVCDec.cpp 477 void SoftAVC::onPortFlushCompleted(OMX_U32 portIndex) {
  /frameworks/av/media/libstagefright/codecs/mpeg2dec/
SoftMPEG2.h 64 virtual void onPortFlushCompleted(OMX_U32 portIndex);
SoftMPEG2.cpp 564 void SoftMPEG2::onPortFlushCompleted(OMX_U32 portIndex) {
  /frameworks/av/media/libstagefright/include/
SimpleSoftOMXComponent.h 77 virtual void onPortFlushCompleted(OMX_U32 portIndex);
  /frameworks/av/media/libstagefright/omx/
SimpleSoftOMXComponent.cpp 572 onPortFlushCompleted(portIndex);
672 void SimpleSoftOMXComponent::onPortFlushCompleted(OMX_U32 portIndex __unused) {

Completed in 431 milliseconds

1 2