Searched refs:tempData (Results 1 - 3 of 3) sorted by relevance

/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
H A DOMX_AacEnc_Utils.c3229 OMX_U32 tempData = 0; local
3242 tempData = AACENC_OBJ_TYP_LC << (16-nPosition);
3243 OMX_PRINT2(pComponentPrivate->dbg, "profile is LC, tempData = 2 << (32-5) = %ld\n", tempData);
3247 tempData = AACENC_OBJ_TYP_HEAAC << (16-nPosition);
3251 tempData = AACENC_OBJ_TYP_PS << (16-nPosition);
3253 nBuf = tempData;
3258 tempData = rateIndex << (16-nPosition);
3259 nBuf |= tempData;
3264 tempData
[all...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/
H A DExynos_OMX_VdecControl.c909 OMX_U32 tempData; local
915 tempData = (OMX_U32)Exynos_OSAL_Dequeue(&pExynosPort->codecBufferQ);
916 if (tempData == NULL) {
921 *data = (OMX_PTR)tempData;
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/
H A DExynos_OMX_VencControl.c857 OMX_U32 tempData; local
863 tempData = (OMX_U32)Exynos_OSAL_Dequeue(&pExynosPort->codecBufferQ);
864 if (tempData == NULL) {
869 *data = (OMX_PTR)tempData;

Completed in 288 milliseconds