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

1 2

  /frameworks/av/media/libstagefright/codecs/gsm/dec/
SoftGSM.h 44 virtual void onQueueFilled(OMX_U32 portIndex);
  /frameworks/av/media/libstagefright/codecs/raw/
SoftRaw.h 42 virtual void onQueueFilled(OMX_U32 portIndex);
SoftRaw.cpp 233 void SoftRaw::onQueueFilled(OMX_U32 /* portIndex */) {
  /frameworks/av/media/libstagefright/codecs/aacenc/
SoftAACEncoder2.h 43 virtual void onQueueFilled(OMX_U32 portIndex);
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/
SoftAMR.h 40 virtual void onQueueFilled(OMX_U32 portIndex);
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/
SoftAMRNBEncoder.h 41 virtual void onQueueFilled(OMX_U32 portIndex);
  /frameworks/av/media/libstagefright/codecs/amrwbenc/
SoftAMRWBEncoder.h 46 virtual void onQueueFilled(OMX_U32 portIndex);
  /frameworks/av/media/libstagefright/codecs/flac/dec/
SoftFlacDecoder.h 42 virtual void onQueueFilled(OMX_U32 portIndex);
  /frameworks/av/media/libstagefright/codecs/g711/dec/
SoftG711.h 40 virtual void onQueueFilled(OMX_U32 portIndex);
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
SoftMPEG4.h 40 virtual void onQueueFilled(OMX_U32 portIndex);
  /frameworks/av/media/libstagefright/codecs/mp3dec/
SoftMP3.h 42 virtual void onQueueFilled(OMX_U32 portIndex);
  /frameworks/av/media/libstagefright/codecs/on2/dec/
SoftVPX.h 40 virtual void onQueueFilled(OMX_U32 portIndex);
  /frameworks/av/media/libstagefright/codecs/vorbis/dec/
SoftVorbis.h 43 virtual void onQueueFilled(OMX_U32 portIndex);
  /frameworks/av/media/libstagefright/codecs/aacdec/
SoftAAC2.h 42 virtual void onQueueFilled(OMX_U32 portIndex);
  /frameworks/av/media/libstagefright/codecs/flac/enc/
SoftFlacEncoder.h 44 virtual void onQueueFilled(OMX_U32 portIndex);
  /frameworks/av/media/libstagefright/codecs/hevcdec/
SoftHEVC.h 61 virtual void onQueueFilled(OMX_U32 portIndex);
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
SoftMPEG4Encoder.h 49 virtual void onQueueFilled(OMX_U32 portIndex);
  /frameworks/av/media/libstagefright/codecs/opus/dec/
SoftOpus.h 57 virtual void onQueueFilled(OMX_U32 portIndex);
  /frameworks/av/media/libstagefright/codecs/on2/enc/
SoftVPXEncoder.h 94 virtual void onQueueFilled(OMX_U32 portIndex);
  /frameworks/av/media/libstagefright/codecs/avcdec/
SoftAVCDec.h 51 virtual void onQueueFilled(OMX_U32 portIndex);
  /frameworks/av/media/libstagefright/codecs/mpeg2dec/
SoftMPEG2.h 63 virtual void onQueueFilled(OMX_U32 portIndex);
  /frameworks/av/media/libstagefright/codecs/xaacdec/
SoftXAAC.h 59 virtual void onQueueFilled(OMX_U32 portIndex);
  /frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
SimpleSoftOMXComponent.h 79 virtual void onQueueFilled(OMX_U32 portIndex);
  /frameworks/av/media/libstagefright/codecs/avcenc/
SoftAVCEnc.h 134 virtual void onQueueFilled(OMX_U32 portIndex);
  /frameworks/av/media/libstagefright/omx/
SimpleSoftOMXComponent.cpp 402 onQueueFilled(portIndex);
693 void SimpleSoftOMXComponent::onQueueFilled(OMX_U32 portIndex __unused) {

Completed in 1625 milliseconds

1 2