HomeSort by relevance Sort by last modified time
    Searched refs:portIndex (Results 76 - 89 of 89) sorted by null

1 2 34

  /frameworks/av/media/libstagefright/omx/tests/
OMXHarness.cpp 159 IOMX::node_id node, OMX_U32 portIndex,
166 def->nPortIndex = portIndex;
181 IOMX::node_id node, OMX_U32 portIndex,
186 status_t err = getPortDefinition(node, portIndex, &def);
196 node, portIndex, buffer.mMemory, &buffer.mID);
  /hardware/intel/common/omx-components/videocodec/
OMXVideoDecoderVP9Hybrid.cpp 191 OMX_ERRORTYPE OMXVideoDecoderVP9Hybrid::ProcessorFlush(OMX_U32 portIndex) {
192 if (portIndex == INPORT_INDEX || portIndex == OMX_ALL) {
OMXVideoDecoderBase.cpp 261 OMX_ERRORTYPE OMXVideoDecoderBase::ProcessorFlush(OMX_U32 portIndex) {
262 LOGI("Flushing port# %u.", portIndex);
269 if (portIndex == INPORT_INDEX || portIndex == OMX_ALL) {
    [all...]
OMXVideoEncoderBase.cpp 388 OMX_ERRORTYPE OMXVideoEncoderBase::ProcessorFlush(OMX_U32 portIndex) {
390 if (portIndex == INPORT_INDEX || portIndex == OMX_ALL) {
    [all...]
  /frameworks/av/media/libstagefright/omx/
SoftVideoDecoderOMXComponent.cpp 455 void SoftVideoDecoderOMXComponent::onPortEnableCompleted(OMX_U32 portIndex, bool enabled) {
456 if (portIndex != kOutputPortIndex) {
  /frameworks/av/media/libstagefright/codecs/aacdec/
SoftAAC2.cpp 496 void SoftAAC2::onQueueFilled(OMX_U32 /* portIndex */) {
    [all...]
  /hardware/ti/omap4-aah/camera/OMXCameraAdapter/
OMXCapture.cpp     [all...]
OMX3A.cpp     [all...]
  /hardware/intel/common/omx-components/videocodec/securevideo/moorefield/
OMXVideoDecoderAVCSecure.cpp 173 OMX_ERRORTYPE OMXVideoDecoderAVCSecure::ProcessorFlush(OMX_U32 portIndex) {
174 return OMXVideoDecoderBase::ProcessorFlush(portIndex);
  /frameworks/av/media/libstagefright/codecs/aacenc/
SoftAACEncoder.cpp 379 void SoftAACEncoder::onQueueFilled(OMX_U32 portIndex) {
  /frameworks/av/media/libmedia/
IOMX.cpp 373 node_id node, OMX_U32 portIndex, OMX_BOOL tunneled,
378 data.writeInt32(portIndex);
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/h264/
Exynos_OMX_H264enc.c     [all...]
  /hardware/ti/omap4-aah/camera/inc/OMXCameraAdapter/
OMXCameraAdapter.h 782 status_t initDccFileDataSave(OMX_HANDLETYPE* omxHandle, int portIndex);
    [all...]
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMX3A.cpp     [all...]

Completed in 3149 milliseconds

1 2 34