Searched refs:OMX_DirOutput (Results 1 - 25 of 74) sorted by relevance

123

/hardware/qcom/media/mm-core/inc/
H A DOMX_Types.h227 OMX_DirOutput, /**< Port is an output port */ enumerator in enum:OMX_DIRTYPE
/hardware/qcom/media/mm-core/omxcore/inc/
H A DOMX_Types.h227 OMX_DirOutput, /**< Port is an output port */ enumerator in enum:OMX_DIRTYPE
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
H A DOMX_Types.h227 OMX_DirOutput, /**< Port is an output port */ enumerator in enum:OMX_DIRTYPE
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
H A DOMX_Types.h227 OMX_DirOutput, /**< Port is an output port */ enumerator in enum:OMX_DIRTYPE
/hardware/ti/omap4xxx/domx/omx_core/inc/
H A DOMX_Types.h227 OMX_DirOutput, /**< Port is an output port */ enumerator in enum:OMX_DIRTYPE
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/tests/
H A DG722EncTest.c526 pCompPrivateStruct->nPortIndex = OMX_DirOutput;
527 pCompPrivateStruct->eDir = OMX_DirOutput;
552 pG722Param->nPortIndex = OMX_DirOutput;
602 pCompPrivateStructGain->nPortIndex = OMX_DirOutput;
1118 error = OMX_FreeBuffer(pHandle,OMX_DirOutput,pOutputBufferHeader);
1167 error = OMX_FreeBuffer(pHandle,OMX_DirOutput,pOutputBufferHeader);
1245 error = OMX_FreeBuffer(pHandle,OMX_DirOutput,pOutputBufferHeader);
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/
H A DOMX_G722Enc_Utils.c503 pTemp_lcml->eDir = OMX_DirOutput;
1220 pComponentPrivate->IpBufindex %= pComponentPrivate->pPortDef[OMX_DirOutput]->nBufferCountActual;
1314 else if (eDir == OMX_DirOutput) {
1323 eError = G722ENC_GetCorresponding_LCMLHeader(pBufHeader->pBuffer, OMX_DirOutput, &pLcmlHdr);
1333 if (!G722ENC_IsPending(pComponentPrivate,pBufHeader,OMX_DirOutput)) {
1334 G722ENC_SetPending(pComponentPrivate,pBufHeader,OMX_DirOutput);
1361 if (!G722ENC_IsPending(pComponentPrivate,pBufHeader,OMX_DirOutput)) {
1362 G722ENC_SetPending(pComponentPrivate,pBufHeader,OMX_DirOutput);
1437 *eDir = OMX_DirOutput;
1559 if (!G722ENC_IsValid(pComponentPrivate_CC,pBuffer,OMX_DirOutput)) {
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
H A DOMX_G729Dec_Utils.c335 pTemp_lcml->eDir = OMX_DirOutput;
998 G729DECGetCorresponding_LCMLHeader(pComponentPrivate, pComponentPrivate->pOutputBufHdrPending[i]->pBuffer, OMX_DirOutput, &pLcmlHdr);
999 G729DEC_SetPending(pComponentPrivate,pComponentPrivate->pOutputBufHdrPending[i],OMX_DirOutput);
1555 else if (eDir == OMX_DirOutput) {
1564 if (!G729DEC_IsPending(pComponentPrivate,pBufHeader,OMX_DirOutput)) {
1565 G729DEC_SetPending(pComponentPrivate,pBufHeader,OMX_DirOutput);
1566 eError = G729DECGetCorresponding_LCMLHeader(pComponentPrivate, pBufHeader->pBuffer, OMX_DirOutput, &pLcmlHdr);
1599 if (!G729DEC_IsPending(pComponentPrivate,pBufHeader,OMX_DirOutput)) {
1600 G729DEC_SetPending(pComponentPrivate,pBufHeader,OMX_DirOutput);
1601 eError = G729DECGetCorresponding_LCMLHeader(pComponentPrivate, pBufHeader->pBuffer, OMX_DirOutput,
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/tests/
H A DG726EncTest.c361 if (nData2 == OMX_DirOutput) {
375 else if (nData2 == OMX_DirOutput) {
780 pCompPrivateStruct->nPortIndex = OMX_DirOutput;
781 pCompPrivateStruct->eDir = OMX_DirOutput;
829 pG726Param->nPortIndex = OMX_DirOutput;
1290 eError = OMX_FreeBuffer(pHandle,OMX_DirOutput,pOutputBufferHeader[i]);
1357 eError = OMX_FreeBuffer(pHandle,OMX_DirOutput,pOutputBufferHeader[i]);
1432 eError = OMX_FreeBuffer(pHandle, OMX_DirOutput, pOutputBufferHeader[i]);
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
H A DOMX_G726Dec_Utils.c328 pTemp_lcml->eDir = OMX_DirOutput;
907 OMX_DirOutput, &pLcmlHdr);
909 OMX_DirOutput)) {
911 OMX_DirOutput,__LINE__);
1424 else if (eDir == OMX_DirOutput) {
1433 eError = G726DEC_GetCorresponding_LCMLHeader(pComponentPrivate,pBufHeader->pBuffer, OMX_DirOutput, &pLcmlHdr);
1451 if (!G726DEC_IsPending(pComponentPrivate,pBufHeader,OMX_DirOutput) &&
1453 G726DEC_SetPending(pComponentPrivate,pBufHeader,OMX_DirOutput,__LINE__);
1483 } /* end of OMX_DirOutput if struct */
1544 *eDir = OMX_DirOutput;
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
H A DOMX_G711Enc_Utils.c288 pTemp_lcml->eDir = OMX_DirOutput;
925 G711ENC_GetCorrespondingLCMLHeader(pComponentPrivate,pComponentPrivate->pOutputBufHdrPending[i]->pBuffer, OMX_DirOutput, &pLcmlHdr);
926 G711ENC_SetPending(pComponentPrivate,pComponentPrivate->pOutputBufHdrPending[i],OMX_DirOutput,__LINE__);
1569 else if (eDir == OMX_DirOutput) {
1581 OMX_DirOutput,
1648 if (!G711ENC_IsPending(pComponentPrivate,pBufHeader,OMX_DirOutput)) {
1649 G711ENC_SetPending(pComponentPrivate,pBufHeader,OMX_DirOutput,__LINE__);
1724 else if(msgBuffer->eDir == OMX_DirOutput) {
1799 *eDir = OMX_DirOutput;
1870 } else if (eDir == OMX_DirOutput) {
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/
H A DOMX_G722Dec_Utils.c434 pTemp_lcml->eDir = OMX_DirOutput;
1013 OMX_DirOutput, &pLcmlHdr);
1015 OMX_DirOutput)) {
1017 OMX_DirOutput,__LINE__);
1528 else if (eDir == OMX_DirOutput) {
1536 eError = G722DEC_GetCorresponding_LCMLHeader(pComponentPrivate,pBufHeader->pBuffer, OMX_DirOutput, &pLcmlHdr);
1551 if (!G722DEC_IsPending(pComponentPrivate,pBufHeader,OMX_DirOutput) &&
1553 G722DEC_SetPending(pComponentPrivate,pBufHeader,OMX_DirOutput,__LINE__);
1578 } /* end of OMX_DirOutput if struct */
1639 *eDir = OMX_DirOutput;
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
H A DOMX_G726Enc_Utils.c361 pTemp_lcml->eDir = OMX_DirOutput;
945 G726ENC_GetCorrespondingLCMLHeader(pComponentPrivate, pComponentPrivate->pOutputBufHdrPending[i]->pBuffer, OMX_DirOutput, &pLcmlHdr);
946 G726ENC_SetPending(pComponentPrivate,pComponentPrivate->pOutputBufHdrPending[i],OMX_DirOutput,__LINE__);
1459 } else if (eDir == OMX_DirOutput) {
1464 eError = G726ENC_GetCorrespondingLCMLHeader(pComponentPrivate, pBufHeader->pBuffer, OMX_DirOutput, &pLcmlHdr);
1477 if (!G726ENC_IsPending(pComponentPrivate,pBufHeader,OMX_DirOutput)) {
1478 G726ENC_SetPending(pComponentPrivate,pBufHeader,OMX_DirOutput,__LINE__);
1500 if (!G726ENC_IsPending(pComponentPrivate,pBufHeader,OMX_DirOutput)) {
1501 G726ENC_SetPending(pComponentPrivate,pBufHeader,OMX_DirOutput,__LINE__);
1569 *eDir = OMX_DirOutput;
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/tests/
H A DG729DecTest.c300 if (nData2 == OMX_DirOutput) {
731 pCompPrivateStruct->nPortIndex = OMX_DirOutput;
732 pCompPrivateStruct->eDir = OMX_DirOutput;
871 pPcmParam->nPortIndex = OMX_DirOutput;
1233 error = OMX_FreeBuffer(pHandle,OMX_DirOutput,pOutputBufferHeader[i]);
1641 eError = OMX_FreeBuffer(pHandle,OMX_DirOutput,pOutputBufferHeader[i]);
1694 eError = OMX_FreeBuffer(pHandle,OMX_DirOutput,pOutputBufferHeader[i]);
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
H A DOMX_G711Dec_Utils.c309 pTemp_lcml->eDir = OMX_DirOutput;
1003 G711DECGetCorresponding_LCMLHeader(pComponentPrivate->pOutputBufHdrPending[i]->pBuffer, OMX_DirOutput, &pLcmlHdr);
1004 G711DEC_SetPending(pComponentPrivate,pComponentPrivate->pOutputBufHdrPending[i],OMX_DirOutput);
1769 else if (eDir == OMX_DirOutput) {
1778 if (!G711DEC_IsPending(pComponentPrivate,pBufHeader,OMX_DirOutput)) {
1779 G711DEC_SetPending(pComponentPrivate,pBufHeader,OMX_DirOutput);
1813 if (!G711DEC_IsPending(pComponentPrivate,pBufHeader,OMX_DirOutput)) {
1815 G711DEC_SetPending(pComponentPrivate,pBufHeader,OMX_DirOutput);
1891 *eDir = OMX_DirOutput;
2200 eError = G711DECGetCorresponding_LCMLHeader(pBuffer, OMX_DirOutput,
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
H A DOMX_G729Enc_Utils.c304 pTemp_lcml->eDir = OMX_DirOutput;
999 OMX_DirOutput,
1004 OMX_DirOutput, __LINE__);
1622 else if (eDir == OMX_DirOutput)
1642 if (!G729ENC_IsPending(pComponentPrivate,pBufHeader,OMX_DirOutput))
1644 G729ENC_SetPending(pComponentPrivate,pBufHeader,OMX_DirOutput,__LINE__);
1680 if (!G729ENC_IsPending(pComponentPrivate,pBufHeader,OMX_DirOutput))
1682 G729ENC_SetPending(pComponentPrivate,pBufHeader,OMX_DirOutput,__LINE__);
1765 *eDir = OMX_DirOutput;
1827 } else if (eDir == OMX_DirOutput)
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/tests/
H A DG711DecTest.c339 if (nData2 == OMX_DirOutput) {
813 pCompPrivateStruct->nPortIndex = OMX_DirOutput;
814 pCompPrivateStruct->eDir = OMX_DirOutput;
815 pCompPrivateStruct->nPortIndex = OMX_DirOutput;
963 pG711Param->nPortIndex = OMX_DirOutput;
1479 error = OMX_FreeBuffer(pHandle,OMX_DirOutput,pOutputBufferHeader[i]);
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
H A DOMX_AacDec_Utils.c305 pTemp_lcml->eDir = OMX_DirOutput;
1124 OMX_DirOutput, &pLcmlHdr);
1125 AACDEC_SetPending(pComponentPrivate,pComponentPrivate->pOutputBufHdrPending[i],OMX_DirOutput,__LINE__);
1586 OMX_DirOutput, &pLcmlHdr);
1587 AACDEC_SetPending(pComponentPrivate,pComponentPrivate->pOutputBufHdrPending[i],OMX_DirOutput,__LINE__);
1690 OMX_DirOutput, &pLcmlHdr);
1691 AACDEC_SetPending(pComponentPrivate,pComponentPrivate->pOutputBufHdrPending[i],OMX_DirOutput,__LINE__);
1842 OMX_DirOutput,
2342 }else if (eDir == OMX_DirOutput) {
2357 eError = AACDEC_GetCorresponding_LCMLHeader(pComponentPrivate,pBufHeader->pBuffer, OMX_DirOutput,
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
H A DOMX_Mp3Dec_Utils.c327 pTemp_lcml->eDir = OMX_DirOutput;
1103 OMX_DirOutput,
1107 OMX_DirOutput,
1563 OMX_DirOutput,
1567 OMX_DirOutput,
1638 OMX_DirOutput,
1642 OMX_DirOutput,
2162 else if (eDir == OMX_DirOutput) {
2177 eError = MP3DEC_GetCorresponding_LCMLHeader(pComponentPrivate, pBufHeader->pBuffer, OMX_DirOutput, &pLcmlHdr);
2192 if (!MP3DEC_IsPending(pComponentPrivate,pBufHeader,OMX_DirOutput)
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/tests/
H A DWBAmrDecTest.c358 if (nData2 == OMX_DirOutput) {
891 pCompPrivateStruct->nPortIndex = OMX_DirOutput;
895 pCompPrivateStruct->eDir = OMX_DirOutput;
1055 pAmrParam->nPortIndex = OMX_DirOutput;
1497 error = OMX_FreeBuffer(pHandle, OMX_DirOutput, pOutputBufferHeader[i]);
1566 error = OMX_FreeBuffer(pHandle, OMX_DirOutput, pOutputBufferHeader[i]);
1626 error = OMX_FreeBuffer(pHandle,OMX_DirOutput,pOutputBufferHeader[i]);
2137 eError = OMX_FreeBuffer(pHandle, OMX_DirOutput, pBufferOut+i);
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
H A DOMX_AacEnc_Utils.c357 pTemp_lcml->eDir = OMX_DirOutput;
1182 AACENCGetCorresponding_LCMLHeader(pComponentPrivate, pComponentPrivate->pOutputBufHdrPending[i]->pBuffer, OMX_DirOutput, &pLcmlHdr);
1183 AACENC_SetPending(pComponentPrivate,pComponentPrivate->pOutputBufHdrPending[i],OMX_DirOutput,__LINE__);
1931 pComponentPrivate->IpBufindex %= pComponentPrivate->pPortDef[OMX_DirOutput]->nBufferCountActual;
2080 else if (eDir == OMX_DirOutput)
2125 eError = AACENCGetCorresponding_LCMLHeader(pComponentPrivate, pBufHeader->pBuffer, OMX_DirOutput, &pLcmlHdr);
2135 if (!AACENC_IsPending(pComponentPrivate,pBufHeader,OMX_DirOutput))
2137 AACENC_SetPending(pComponentPrivate,pBufHeader,OMX_DirOutput,__LINE__);
2169 OMX_PRDSP2(pComponentPrivate->dbg, "%d :: [HandleData_FromApp] OMX_DirOutput - bBypassDSP = %d \n", __LINE__, (int)pComponentPrivate->bBypassDSP);
2175 if (!AACENC_IsPending(pComponentPrivate,pBufHeader,OMX_DirOutput))
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/tests/
H A DG726DecTest.c653 pCompPrivateStruct->eDir = OMX_DirOutput;
659 pCompPrivateStruct->nPortIndex = OMX_DirOutput;
781 pPcmParam->nPortIndex = OMX_DirOutput;
1257 error = OMX_FreeBuffer(*pHandle,OMX_DirOutput,pOutputBufferHeader[i]);
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
H A DOMX_AmrEnc_Utils.c307 pTemp_lcml->eDir = OMX_DirOutput;
1061 NBAMRENC_GetCorrespondingLCMLHeader(pComponentPrivate,pComponentPrivate->pOutputBufHdrPending[i]->pBuffer, OMX_DirOutput, &pLcmlHdr);
1062 NBAMRENC_SetPending(pComponentPrivate,pComponentPrivate->pOutputBufHdrPending[i],OMX_DirOutput,__LINE__);
1810 pComponentPrivate->IpBufindex %= pComponentPrivate->pPortDef[OMX_DirOutput]->nBufferCountActual;
1885 } else if (eDir == OMX_DirOutput) {
1896 eError = NBAMRENC_GetCorrespondingLCMLHeader(pComponentPrivate,pBufHeader->pBuffer, OMX_DirOutput, &pLcmlHdr);
1931 if (!NBAMRENC_IsPending(pComponentPrivate,pBufHeader,OMX_DirOutput)) {
1932 NBAMRENC_SetPending(pComponentPrivate,pBufHeader,OMX_DirOutput,__LINE__);
2010 *eDir = OMX_DirOutput;
2079 } else if (eDir == OMX_DirOutput) {
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/
H A DOMX_WbAmrEnc_Utils.c305 pTemp_lcml->eDir = OMX_DirOutput;
1173 WBAMRENC_GetCorrespondingLCMLHeader(pComponentPrivate, pComponentPrivate->pOutputBufHdrPending[i]->pBuffer, OMX_DirOutput, &pLcmlHdr);
1174 WBAMRENC_SetPending(pComponentPrivate, pComponentPrivate->pOutputBufHdrPending[i], OMX_DirOutput, __LINE__);
1950 pComponentPrivate->IpBufindex %= pComponentPrivate->pPortDef[OMX_DirOutput]->nBufferCountActual;
2023 } else if (eDir == OMX_DirOutput) {
2033 eError = WBAMRENC_GetCorrespondingLCMLHeader(pComponentPrivate, pBufHeader->pBuffer, OMX_DirOutput, &pLcmlHdr);
2078 if (!WBAMRENC_IsPending(pComponentPrivate, pBufHeader, OMX_DirOutput)) {
2079 WBAMRENC_SetPending(pComponentPrivate, pBufHeader, OMX_DirOutput, __LINE__);
2169 *eDir = OMX_DirOutput;
2248 } else if (eDir == OMX_DirOutput) {
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
H A DOMX_WmaDec_Utils.c364 pTemp_lcml->eDir = OMX_DirOutput;
1605 else if (eDir == OMX_DirOutput)
1628 if (!WMADEC_IsPending(pComponentPrivate,pBufHeader,OMX_DirOutput)){
1630 WMADEC_SetPending(pComponentPrivate,pBufHeader,OMX_DirOutput);
1732 *eDir = OMX_DirOutput;
1810 else if (msgBuffer->eDir == OMX_DirOutput)
1866 else if (msgBuffer->eDir == OMX_DirOutput)
2014 if (!WMADEC_IsValid(pComponentPrivate_CC,pBuffer,OMX_DirOutput))
2034 OMX_DirOutput,
2036 WMADEC_ClearPending(pComponentPrivate_CC,pLcmlHdr->buffer, OMX_DirOutput);
[all...]

Completed in 627 milliseconds

123