HomeSort by relevance Sort by last modified time
    Searched full:portindex (Results 26 - 50 of 102) sorted by null

12 3 4 5

  /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);
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
SoftMPEG4Encoder.h 49 virtual void onQueueFilled(OMX_U32 portIndex);
  /frameworks/av/media/libstagefright/codecs/raw/
SoftRaw.h 42 virtual void onQueueFilled(OMX_U32 portIndex);
  /hardware/intel/common/omx-components/videocodec/
OMXVideoDecoderPAVC.h 32 virtual OMX_ERRORTYPE ProcessorFlush(OMX_U32 portIndex);
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/
SoftAMR.cpp 277 void SoftAMR::onQueueFilled(OMX_U32 /* portIndex */) {
431 void SoftAMR::onPortFlushCompleted(OMX_U32 portIndex) {
432 ALOGV("onPortFlushCompleted portindex %d, resetting frame ", portIndex);
433 if (portIndex == 0) {
442 void SoftAMR::onPortEnableCompleted(OMX_U32 portIndex, bool enabled) {
443 if (portIndex != 1) {
  /frameworks/av/media/libstagefright/
MediaCodec.cpp 798 msg->setInt32("portIndex", kPortIndexInput);
808 msg->setInt32("portIndex", kPortIndexInput);
817 msg->setInt32("portIndex", kPortIndexOutput);
844 size_t portIndex, size_t index,
861 Vector<BufferInfo> *buffers = &mPortBuffers[portIndex];
866 if (portIndex == kPortIndexInput && mCrypto != NULL) {
    [all...]
ACodec.cpp 227 virtual PortMode getPortMode(OMX_U32 portIndex);
370 virtual PortMode getPortMode(OMX_U32 portIndex);
389 virtual PortMode getPortMode(OMX_U32 portIndex);
764 status_t ACodec::allocateBuffersOnPort(OMX_U32 portIndex) {
765 CHECK(portIndex == kPortIndexInput || portIndex == kPortIndexOutput);
767 CHECK(mDealer[portIndex] == NULL);
768 CHECK(mBuffers[portIndex].isEmpty());
771 if (mNativeWindow != NULL && portIndex == kPortIndexOutput) {
780 def.nPortIndex = portIndex;
    [all...]
  /frameworks/av/media/libstagefright/codecs/vorbis/dec/
SoftVorbis.cpp 246 void SoftVorbis::onQueueFilled(OMX_U32 portIndex) {
254 if (portIndex == 0 && mInputBufferCount < 2) {
415 void SoftVorbis::onPortFlushCompleted(OMX_U32 portIndex) {
416 if (portIndex == 0 && mState != NULL) {
445 void SoftVorbis::onPortEnableCompleted(OMX_U32 portIndex, bool enabled) {
446 if (portIndex != 1) {
  /developers/samples/android/media/MidiSynth/Application/src/main/java/com/example/android/midisynth/
MainActivity.java 93 int portIndex = 0;
95 R.id.spinner_synth_sender, synthInfo, portIndex);
  /frameworks/av/include/media/stagefright/
MediaFilter.h 141 status_t allocateBuffersOnPort(OMX_U32 portIndex);
143 uint32_t portIndex, IOMX::buffer_id bufferID,
MediaCodec.h 351 void returnBuffersToCodecOnPort(int32_t portIndex);
352 size_t updateBuffers(int32_t portIndex, const sp<AMessage> &msg);
355 ssize_t dequeuePortBuffer(int32_t portIndex);
358 size_t portIndex, size_t index,
  /frameworks/av/media/libstagefright/codecs/avcdec/
SoftAVCDec.h 62 virtual void onQueueFilled(OMX_U32 portIndex);
63 virtual void onPortFlushCompleted(OMX_U32 portIndex);
  /frameworks/av/media/libstagefright/codecs/hevcdec/
SoftHEVC.h 64 virtual void onQueueFilled(OMX_U32 portIndex);
65 virtual void onPortFlushCompleted(OMX_U32 portIndex);
  /frameworks/av/media/libstagefright/codecs/mpeg2dec/
SoftMPEG2.h 63 virtual void onQueueFilled(OMX_U32 portIndex);
64 virtual void onPortFlushCompleted(OMX_U32 portIndex);
  /frameworks/av/media/libstagefright/include/
OMX.h 75 node_id node, OMX_U32 portIndex, OMX_BOOL enable,
79 node_id node, OMX_U32 portIndex, OMX_BOOL tunneled,
SoftVideoDecoderOMXComponent.h 46 virtual void onPortEnableCompleted(OMX_U32 portIndex, bool enabled);
  /frameworks/av/media/libstagefright/codecs/avc/enc/
SoftAVCEncoder.h 44 virtual void 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/gsm/dec/
SoftGSM.cpp 178 void SoftGSM::onQueueFilled(OMX_U32 /* portIndex */) {
264 void SoftGSM::onPortFlushCompleted(OMX_U32 portIndex) {
265 if (portIndex == 0) {
  /frameworks/av/media/libstagefright/codecs/mp3dec/
SoftMP3.cpp 208 void SoftMP3::onQueueFilled(OMX_U32 /* portIndex */) {
353 void SoftMP3::onPortFlushCompleted(OMX_U32 portIndex) {
354 if (portIndex == 0) {
365 void SoftMP3::onPortEnableCompleted(OMX_U32 portIndex, bool enabled) {
366 if (portIndex != 1) {
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
OMX_VPP.c 246 VPP_DPRINT("VPP::Inside the AllocateBuffer portindex =%ld\n",nPortIndex);
1098 OMX_U32 portindex = pComponentParam->nPortIndex; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/opus/dec/
SoftOpus.cpp 322 void SoftOpus::onQueueFilled(OMX_U32 portIndex) {
330 if (portIndex == 0 && mInputBufferCount < 3) {
496 void SoftOpus::onPortFlushCompleted(OMX_U32 portIndex) {
497 if (portIndex == 0 && mDecoder != NULL) {
522 void SoftOpus::onPortEnableCompleted(OMX_U32 portIndex, bool enabled) {
523 if (portIndex != 1) {
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
SoftMPEG4.cpp 95 void SoftMPEG4::onQueueFilled(OMX_U32 /* portIndex */) {
347 void SoftMPEG4::onPortFlushCompleted(OMX_U32 portIndex) {
348 if (portIndex == 0 && mInitialized) {
  /frameworks/av/media/libstagefright/codecs/on2/dec/
SoftVPX.cpp 188 void SoftVPX::onQueueFilled(OMX_U32 /* portIndex */) {
256 void SoftVPX::onPortFlushCompleted(OMX_U32 portIndex) {
257 if (portIndex == kInputPortIndex) {

Completed in 603 milliseconds

12 3 4 5