HomeSort by relevance Sort by last modified time
    Searched full:portindex (Results 51 - 75 of 111) sorted by null

1 23 4 5

  /frameworks/av/media/libstagefright/codecs/avc/enc/
SoftAVCEncoder.h 46 virtual void onQueueFilled(OMX_U32 portIndex);
  /frameworks/av/media/libstagefright/codecs/flac/enc/
SoftFlacEncoder.h 48 virtual void onQueueFilled(OMX_U32 portIndex);
SoftFlacEncoder.cpp 265 void SoftFlacEncoder::onQueueFilled(OMX_U32 portIndex) {
266 UNUSED_UNLESS_VERBOSE(portIndex);
267 ALOGV("SoftFlacEncoder::onQueueFilled(portIndex=%d)", portIndex);
  /frameworks/av/media/libstagefright/include/
SoftVideoDecoderOMXComponent.h 46 virtual void onPortEnableCompleted(OMX_U32 portIndex, bool enabled);
  /hardware/intel/common/omx-components/videocodec/securevideo/moorefield/
OMXVideoDecoderAVCSecure.h 39 virtual OMX_ERRORTYPE ProcessorFlush(OMX_U32 portIndex);
  /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) {
482 void SoftOpus::onPortFlushCompleted(OMX_U32 portIndex) {
483 if (portIndex == 0 && mDecoder != NULL) {
508 void SoftOpus::onPortEnableCompleted(OMX_U32 portIndex, bool enabled) {
509 if (portIndex != 1) {
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
SoftMPEG4.cpp 95 void SoftMPEG4::onQueueFilled(OMX_U32 /* portIndex */) {
340 void SoftMPEG4::onPortFlushCompleted(OMX_U32 portIndex) {
341 if (portIndex == 0 && mInitialized) {
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/
SoftAVC.cpp 102 void SoftAVC::onQueueFilled(OMX_U32 /* portIndex */) {
304 void SoftAVC::onPortFlushCompleted(OMX_U32 portIndex) {
305 if (portIndex == kInputPortIndex) {
  /external/chromium_org/third_party/WebKit/Source/modules/webmidi/
MIDIInput.cpp 51 void MIDIInput::didReceiveMIDIData(unsigned portIndex, const unsigned char* data, size_t length, double timeStamp)
MIDIInput.h 53 void didReceiveMIDIData(unsigned portIndex, const unsigned char* data, size_t length, double timeStamp);
  /external/chromium_org/third_party/WebKit/public/platform/
WebMIDIAccessorClient.h 46 virtual void didReceiveMIDIData(unsigned portIndex, const unsigned char* data, size_t length, double timeStamp) = 0;
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/
SoftAMR.cpp 277 void SoftAMR::onQueueFilled(OMX_U32 /* portIndex */) {
431 void SoftAMR::onPortFlushCompleted(OMX_U32 /* portIndex */) {
434 void SoftAMR::onPortEnableCompleted(OMX_U32 portIndex, bool enabled) {
435 if (portIndex != 1) {
  /frameworks/av/media/libstagefright/omx/
OMX.cpp 339 node_id node, OMX_U32 portIndex, OMX_BOOL enable,
342 portIndex, enable, maxFrameWidth, maxFrameHeight);
346 node_id node, OMX_U32 portIndex, OMX_BOOL tunneled,
349 portIndex, tunneled, audioHwSync, sidebandHandle);
  /hardware/intel/common/omx-components/videocodec/
OMXVideoDecoderAVC.h 32 virtual OMX_ERRORTYPE ProcessorFlush(OMX_U32 portIndex);
OMXVideoDecoderBase.h 51 virtual OMX_ERRORTYPE ProcessorFlush(OMX_U32 portIndex);
OMXVideoDecoderVP9HWR.h 65 virtual OMX_ERRORTYPE ProcessorFlush(OMX_U32 portIndex);
OMXVideoDecoderVP9Hybrid.h 36 virtual OMX_ERRORTYPE ProcessorFlush(OMX_U32 portIndex);
OMXVideoEncoderBase.h 53 virtual OMX_ERRORTYPE ProcessorFlush(OMX_U32 portIndex);
OMXVideoDecoderPAVC.cpp 72 OMX_ERRORTYPE OMXVideoDecoderPAVC::ProcessorFlush(OMX_U32 portIndex) {
73 return OMXVideoDecoderBase::ProcessorFlush(portIndex);
OMXVideoDecoderAVC.cpp 88 OMX_ERRORTYPE OMXVideoDecoderAVC::ProcessorFlush(OMX_U32 portIndex) {
91 return OMXVideoDecoderBase::ProcessorFlush(portIndex);
  /frameworks/av/include/media/
IOMX.h 87 node_id node, OMX_U32 portIndex, OMX_BOOL enable,
91 node_id node, OMX_U32 portIndex, OMX_BOOL tunneled,
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_QCOMExtns.h 152 OMX_U32 nPortIndex; /** Portindex which is extended by this structure */
363 OMX_U32 nPortIndex; /** Portindex which is extended by this structure */
379 OMX_U32 nPortIndex; /** Portindex which is extended by this structure */
393 OMX_U32 nPortIndex; /** Portindex which is extended by this structure */
413 OMX_U32 nPortIndex; /** Portindex which is extended by this structure */
427 OMX_U32 nPortIndex; /** Portindex which is extended by this structure */
443 OMX_U32 nPortIndex; /** Portindex which is extended by this structure */
485 OMX_U32 nPortIndex; /** Portindex which is extended by this structure */
  /frameworks/av/media/libstagefright/
OMXClient.cpp 82 node_id node, OMX_U32 portIndex, OMX_BOOL tunneled,
299 node_id node, OMX_U32 portIndex, OMX_BOOL enable,
302 node, portIndex, enable, audioHwSync, sidebandHandle);
  /hardware/ti/omap4-aah/camera/OMXCameraAdapter/
OMXDccDataSave.cpp 31 status_t OMXCameraAdapter::initDccFileDataSave(OMX_HANDLETYPE* omxHandle, int portIndex)
40 extraDataControl.nPortIndex = portIndex;

Completed in 388 milliseconds

1 23 4 5