Searched refs:onQueueFilled (Results 1 - 25 of 34) sorted by relevance

12

/frameworks/av/media/libstagefright/codecs/raw/
H A DSoftRaw.h42 virtual void onQueueFilled(OMX_U32 portIndex);
H A DSoftRaw.cpp166 void SoftRaw::onQueueFilled(OMX_U32 portIndex) { function in class:android::SoftRaw
/frameworks/av/media/libstagefright/codecs/aacdec/
H A DSoftAAC2.h41 virtual void onQueueFilled(OMX_U32 portIndex);
H A DSoftAAC2.cpp300 void SoftAAC2::onQueueFilled(OMX_U32 portIndex) { function in class:android::SoftAAC2
/frameworks/av/media/libstagefright/codecs/aacenc/
H A DSoftAACEncoder.h44 virtual void onQueueFilled(OMX_U32 portIndex);
H A DSoftAACEncoder2.h43 virtual void onQueueFilled(OMX_U32 portIndex);
H A DSoftAACEncoder.cpp379 void SoftAACEncoder::onQueueFilled(OMX_U32 portIndex) { function in class:android::SoftAACEncoder
/frameworks/av/media/libstagefright/codecs/amrnb/dec/
H A DSoftAMR.h40 virtual void onQueueFilled(OMX_U32 portIndex);
H A DSoftAMR.cpp277 void SoftAMR::onQueueFilled(OMX_U32 portIndex) { function in class:android::SoftAMR
/frameworks/av/media/libstagefright/codecs/amrnb/enc/
H A DSoftAMRNBEncoder.h41 virtual void onQueueFilled(OMX_U32 portIndex);
H A DSoftAMRNBEncoder.cpp273 void SoftAMRNBEncoder::onQueueFilled(OMX_U32 portIndex) { function in class:android::SoftAMRNBEncoder
/frameworks/av/media/libstagefright/codecs/amrwbenc/
H A DSoftAMRWBEncoder.h46 virtual void onQueueFilled(OMX_U32 portIndex);
/frameworks/av/media/libstagefright/codecs/g711/dec/
H A DSoftG711.h40 virtual void onQueueFilled(OMX_U32 portIndex);
H A DSoftG711.cpp185 void SoftG711::onQueueFilled(OMX_U32 portIndex) { function in class:android::SoftG711
/frameworks/av/media/libstagefright/codecs/mp3dec/
H A DSoftMP3.h42 virtual void onQueueFilled(OMX_U32 portIndex);
H A DSoftMP3.cpp174 void SoftMP3::onQueueFilled(OMX_U32 portIndex) { function in class:android::SoftMP3
/frameworks/av/media/libstagefright/codecs/on2/dec/
H A DSoftVPX.h40 virtual void onQueueFilled(OMX_U32 portIndex);
/frameworks/av/media/libstagefright/codecs/vorbis/dec/
H A DSoftVorbis.h43 virtual void onQueueFilled(OMX_U32 portIndex);
/frameworks/av/media/libstagefright/codecs/flac/enc/
H A DSoftFlacEncoder.h48 virtual void onQueueFilled(OMX_U32 portIndex);
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
H A DSoftMPEG4.h44 virtual void onQueueFilled(OMX_U32 portIndex);
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
H A DSoftMPEG4Encoder.h44 virtual void onQueueFilled(OMX_U32 portIndex);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/
H A DSoftAVC.h46 virtual void onQueueFilled(OMX_U32 portIndex);
/frameworks/av/media/libstagefright/codecs/avc/enc/
H A DSoftAVCEncoder.h46 virtual void onQueueFilled(OMX_U32 portIndex);
/frameworks/av/media/libstagefright/include/
H A DSimpleSoftOMXComponent.h69 virtual void onQueueFilled(OMX_U32 portIndex);
/frameworks/av/media/libstagefright/omx/
H A DSimpleSoftOMXComponent.cpp375 onQueueFilled(portIndex);
623 void SimpleSoftOMXComponent::onQueueFilled(OMX_U32 portIndex) {

Completed in 937 milliseconds

12