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

1 23 4 5

  /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) {
  /frameworks/av/media/libstagefright/codecs/flac/enc/
SoftFlacEncoder.cpp 265 void SoftFlacEncoder::onQueueFilled(OMX_U32 portIndex) {
266 UNUSED_UNLESS_VERBOSE(portIndex);
267 ALOGV("SoftFlacEncoder::onQueueFilled(portIndex=%d)", portIndex);
  /hardware/intel/common/omx-components/videocodec/
OMXVideoDecoderAVC.h 32 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);
OMXVideoDecoderBase.h 51 virtual OMX_ERRORTYPE ProcessorFlush(OMX_U32 portIndex);
OMXVideoDecoderAVC.cpp 88 OMX_ERRORTYPE OMXVideoDecoderAVC::ProcessorFlush(OMX_U32 portIndex) {
91 return OMXVideoDecoderBase::ProcessorFlush(portIndex);
  /hardware/intel/common/omx-components/videocodec/securevideo/moorefield/
OMXVideoDecoderAVCSecure.h 39 virtual OMX_ERRORTYPE ProcessorFlush(OMX_U32 portIndex);
  /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,
307 node_id node, OMX_U32 portIndex, OMX_BOOL enable,
310 node, portIndex, enable, audioHwSync, sidebandHandle);
  /frameworks/av/media/libstagefright/codecs/mpeg2dec/
SoftMPEG2.cpp 513 void SoftMPEG2::onPortFlushCompleted(OMX_U32 portIndex) {
515 if (kOutputPortIndex == portIndex) {
535 void SoftMPEG2::onQueueFilled(OMX_U32 portIndex) {
536 UNUSED(portIndex);
  /frameworks/av/media/libstagefright/omx/
OMX.cpp 346 node_id node, OMX_U32 portIndex, OMX_BOOL enable,
349 portIndex, enable, maxFrameWidth, maxFrameHeight);
353 node_id node, OMX_U32 portIndex, OMX_BOOL tunneled,
356 portIndex, tunneled, audioHwSync, sidebandHandle);
SoftVideoDecoderOMXComponent.cpp 455 void SoftVideoDecoderOMXComponent::onPortEnableCompleted(OMX_U32 portIndex, bool enabled) {
456 if (portIndex != kOutputPortIndex) {
  /frameworks/av/include/media/
IOMX.h 94 node_id node, OMX_U32 portIndex, OMX_BOOL enable,
98 node_id node, OMX_U32 portIndex, OMX_BOOL tunneled,
  /hardware/ti/omap4-aah/camera/OMXCameraAdapter/
OMXDccDataSave.cpp 31 status_t OMXCameraAdapter::initDccFileDataSave(OMX_HANDLETYPE* omxHandle, int portIndex)
40 extraDataControl.nPortIndex = portIndex;
  /hardware/qcom/media/mm-core/inc/
OMX_QCOMExtns.h 170 OMX_U32 nPortIndex; /** Portindex which is extended by this structure */
799 OMX_U32 nPortIndex; /** Portindex which is extended by this structure */
815 OMX_U32 nPortIndex; /** Portindex which is extended by this structure */
829 OMX_U32 nPortIndex; /** Portindex which is extended by this structure */
849 OMX_U32 nPortIndex; /** Portindex which is extended by this structure */
863 OMX_U32 nPortIndex; /** Portindex which is extended by this structure */
879 OMX_U32 nPortIndex; /** Portindex which is extended by this structure */
    [all...]
  /frameworks/av/media/libstagefright/codecs/aacdec/
SoftAAC2.cpp 496 void SoftAAC2::onQueueFilled(OMX_U32 /* portIndex */) {
    [all...]
  /frameworks/av/media/libstagefright/omx/tests/
OMXHarness.cpp 161 IOMX::node_id node, OMX_U32 portIndex,
168 def->nPortIndex = portIndex;
183 IOMX::node_id node, OMX_U32 portIndex,
188 status_t err = getPortDefinition(node, portIndex, &def);
198 node, portIndex, buffer.mMemory, &buffer.mID, buffer.mMemory->size());
  /frameworks/av/media/libstagefright/codecs/avcdec/
SoftAVCDec.cpp 585 void SoftAVC::onPortFlushCompleted(OMX_U32 portIndex) {
587 if (kOutputPortIndex == portIndex) {
607 void SoftAVC::onQueueFilled(OMX_U32 portIndex) {
608 UNUSED(portIndex);
  /frameworks/av/media/libstagefright/codecs/avcenc/
SoftAVCEnc.h 135 virtual void onQueueFilled(OMX_U32 portIndex);
  /frameworks/av/media/libstagefright/codecs/hevcdec/
SoftHEVC.cpp 527 void SoftHEVC::onPortFlushCompleted(OMX_U32 portIndex) {
529 if (kOutputPortIndex == portIndex) {
550 void SoftHEVC::onQueueFilled(OMX_U32 portIndex) {
551 UNUSED(portIndex);
  /frameworks/av/media/libstagefright/codecs/on2/enc/
SoftVPXEncoder.h 88 virtual void onQueueFilled(OMX_U32 portIndex);
  /frameworks/av/media/libstagefright/codecs/raw/
SoftRaw.cpp 166 void SoftRaw::onQueueFilled(OMX_U32 /* portIndex */) {

Completed in 1992 milliseconds

1 23 4 5