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

1 2

  /frameworks/av/media/libstagefright/codecs/raw/
SoftRaw.h 42 virtual void onQueueFilled(OMX_U32 portIndex);
SoftRaw.cpp 166 void SoftRaw::onQueueFilled(OMX_U32 portIndex) {
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/
SoftAMRNBEncoder.h 41 virtual void onQueueFilled(OMX_U32 portIndex);
SoftAMRNBEncoder.cpp 273 void SoftAMRNBEncoder::onQueueFilled(OMX_U32 portIndex) {
  /frameworks/av/media/libstagefright/codecs/amrwbenc/
SoftAMRWBEncoder.h 46 virtual void onQueueFilled(OMX_U32 portIndex);
  /frameworks/av/media/libstagefright/codecs/g711/dec/
SoftG711.h 40 virtual void onQueueFilled(OMX_U32 portIndex);
SoftG711.cpp 185 void SoftG711::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/aacdec/
SoftAAC.h 42 virtual void onQueueFilled(OMX_U32 portIndex);
SoftAAC2.h 41 virtual void onQueueFilled(OMX_U32 portIndex);
SoftAAC.cpp 259 void SoftAAC::onQueueFilled(OMX_U32 portIndex) {
  /frameworks/av/media/libstagefright/codecs/aacenc/
SoftAACEncoder.h 44 virtual void onQueueFilled(OMX_U32 portIndex);
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);
SoftAMR.cpp 277 void SoftAMR::onQueueFilled(OMX_U32 portIndex) {
  /frameworks/av/media/libstagefright/codecs/flac/enc/
SoftFlacEncoder.h 48 virtual void onQueueFilled(OMX_U32 portIndex);
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
SoftMPEG4.h 44 virtual void onQueueFilled(OMX_U32 portIndex);
  /frameworks/av/media/libstagefright/codecs/mp3dec/
SoftMP3.h 42 virtual void onQueueFilled(OMX_U32 portIndex);
SoftMP3.cpp 174 void SoftMP3::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/avc/enc/
SoftAVCEncoder.h 46 virtual void onQueueFilled(OMX_U32 portIndex);
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
SoftMPEG4Encoder.h 44 virtual void onQueueFilled(OMX_U32 portIndex);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/
SoftAVC.h 46 virtual void onQueueFilled(OMX_U32 portIndex);
  /frameworks/av/media/libstagefright/include/
SimpleSoftOMXComponent.h 69 virtual void onQueueFilled(OMX_U32 portIndex);
  /frameworks/av/media/libstagefright/omx/
SimpleSoftOMXComponent.cpp 375 onQueueFilled(portIndex);
623 void SimpleSoftOMXComponent::onQueueFilled(OMX_U32 portIndex) {

Completed in 665 milliseconds

1 2