HomeSort by relevance Sort by last modified time
    Searched defs:portIndex (Results 1 - 10 of 10) sorted by null

  /frameworks/base/media/libstagefright/omx/
SimpleSoftOMXComponent.cpp 75 OMX_U32 portIndex;
80 portIndex = ((OMX_PARAM_PORTDEFINITIONTYPE *)params)->nPortIndex;
86 portIndex = ((OMX_AUDIO_PARAM_PCMMODETYPE *)params)->nPortIndex;
92 portIndex = ((OMX_AUDIO_PARAM_AACPROFILETYPE *)params)->nPortIndex;
100 CHECK(portIndex < mPorts.size());
102 return !mPorts.itemAt(portIndex).mDef.bEnabled;
187 OMX_U32 portIndex,
192 CHECK_LT(portIndex, mPorts.size());
213 (*header)->nOutputPortIndex = portIndex;
214 (*header)->nInputPortIndex = portIndex;
    [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/common/
SEC_OMX_Baseport.c 46 OMX_ERRORTYPE SEC_OMX_FlushPort(OMX_COMPONENTTYPE *pOMXComponent, OMX_S32 portIndex)
58 pSECPort = &pSECComponent->pSECPort[portIndex];
60 SEC_OSAL_Get_SemaphoreCount(pSECComponent->pSECPort[portIndex].bufferSemID, &semValue);
62 SEC_OSAL_SemaphorePost(pSECComponent->pSECPort[portIndex].bufferSemID);
63 SEC_OSAL_SemaphoreWait(pSECComponent->pSECPort[portIndex].bufferSemID);
71 if (portIndex) {
84 if (portIndex == OUTPUT_PORT_INDEX) {
96 if (pSECComponent->secDataBuffer[portIndex].dataValid == OMX_TRUE) {
99 message->pCmdData = pSECComponent->secDataBuffer[portIndex].bufferHeader;
103 pSECComponent->sec_BufferReset(pOMXComponent, portIndex);
    [all...]
SEC_OMX_Basecomponent.c 496 OMX_U32 messageType = 0, portIndex = 0;
532 portIndex = message->messageParam;
533 pSECComponent->pSECPort[portIndex].markType.hMarkTargetComponent = ((OMX_MARKTYPE *)message->pCmdData)->hMarkTargetComponent;
534 pSECComponent->pSECPort[portIndex].markType.pMarkData = ((OMX_MARKTYPE *)message->pCmdData)->pMarkData;
591 OMX_U32 portIndex = nParam;
597 if ((portIndex != ALL_PORT_INDEX) &&
598 ((OMX_S32)portIndex >= (OMX_S32)pSECComponent->portParam.nPorts)) {
606 cnt = (portIndex == ALL_PORT_INDEX ) ? ALL_PORT_NUM : 1;
608 if (portIndex == ALL_PORT_INDEX)
611 index = portIndex;
    [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/dec/
SEC_OMX_Vdec.c 629 static OMX_ERRORTYPE SEC_BufferReset(OMX_COMPONENTTYPE *pOMXComponent, OMX_U32 portIndex)
633 /* SEC_OMX_BASEPORT *pSECPort = &pSECComponent->pSECPort[portIndex]; */
634 SEC_OMX_DATABUFFER *dataBuffer = &pSECComponent->secDataBuffer[portIndex];
648 static OMX_ERRORTYPE SEC_DataReset(OMX_COMPONENTTYPE *pOMXComponent, OMX_U32 portIndex)
652 /* SEC_OMX_BASEPORT *pSECPort = &pSECComponent->pSECPort[portIndex]; */
653 /* SEC_OMX_DATABUFFER *dataBuffer = &pSECComponent->secDataBuffer[portIndex]; */
655 SEC_OMX_DATA *processData = &pSECComponent->processData[portIndex];
    [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/enc/
SEC_OMX_Venc.c 623 static OMX_ERRORTYPE SEC_BufferReset(OMX_COMPONENTTYPE *pOMXComponent, OMX_U32 portIndex)
627 /* SEC_OMX_BASEPORT *pSECPort = &pSECComponent->pSECPort[portIndex]; */
628 SEC_OMX_DATABUFFER *dataBuffer = &pSECComponent->secDataBuffer[portIndex];
642 static OMX_ERRORTYPE SEC_DataReset(OMX_COMPONENTTYPE *pOMXComponent, OMX_U32 portIndex)
646 /* SEC_OMX_BASEPORT *pSECPort = &pSECComponent->pSECPort[portIndex]; */
647 /* SEC_OMX_DATABUFFER *dataBuffer = &pSECComponent->secDataBuffer[portIndex]; */
649 SEC_OMX_DATA *processData = &pSECComponent->processData[portIndex];
    [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/dec/h264dec/
SEC_OMX_H264dec.c 410 OMX_U32 portIndex = pPortDefinition->nPortIndex;
414 if (portIndex >= pSECComponent->portParam.nPorts) {
423 pSECPort = &pSECComponent->pSECPort[portIndex];
445 if (portIndex == INPUT_PORT_INDEX) {
    [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/dec/mpeg4dec/
SEC_OMX_Mpeg4dec.c 568 OMX_U32 portIndex = pPortDefinition->nPortIndex;
572 if (portIndex >= pSECComponent->portParam.nPorts) {
581 pSECPort = &pSECComponent->pSECPort[portIndex];
603 if (portIndex == INPUT_PORT_INDEX) {
    [all...]
  /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...]
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMX3A.cpp     [all...]
  /frameworks/base/media/libstagefright/
OMXCodec.cpp 776 void OMXCodec::setMinBufferSize(OMX_U32 portIndex, OMX_U32 size) {
779 def.nPortIndex = portIndex;
785 if ((portIndex == kPortIndexInput && (mQuirks & kInputBufferSizesAreBogus))
799 if (portIndex == kPortIndexInput
808 OMX_U32 portIndex,
813 format.nPortIndex = portIndex;
832 CODEC_LOGV("portIndex: %ld, index: %ld, eCompressionFormat=%d eColorFormat=%d",
833 portIndex,
838 if (portIndex == kPortIndexInput
844 if (portIndex == kPortIndexOutpu
    [all...]

Completed in 418 milliseconds