Searched refs:pLcmlDSP (Results 1 – 1 of 1) sorted by relevance
3172 LCML_DSP* pLcmlDSP = NULL; in OMX_VIDENC_InitDSP_H264Enc() local3197 pLcmlDSP = (((LCML_DSP_INTERFACE*)pLcmlHandle)->dspCodec); in OMX_VIDENC_InitDSP_H264Enc()3198 pLcmlDSP = (((LCML_DSP_INTERFACE*)pLcmlHandle)->dspCodec); in OMX_VIDENC_InitDSP_H264Enc()3200 pLcmlDSP->In_BufInfo.nBuffers = pPortDefIn->nBufferCountActual; in OMX_VIDENC_InitDSP_H264Enc()3201 pLcmlDSP->In_BufInfo.nSize = pComponentPrivate->nInBufferSize; in OMX_VIDENC_InitDSP_H264Enc()3202 pLcmlDSP->In_BufInfo.DataTrMethod = DMM_METHOD; in OMX_VIDENC_InitDSP_H264Enc()3204 pLcmlDSP->Out_BufInfo.nBuffers = pPortDefOut->nBufferCountActual; in OMX_VIDENC_InitDSP_H264Enc()3205 pLcmlDSP->Out_BufInfo.nSize = pComponentPrivate->nOutBufferSize; in OMX_VIDENC_InitDSP_H264Enc()3206 pLcmlDSP->Out_BufInfo.DataTrMethod = DMM_METHOD; in OMX_VIDENC_InitDSP_H264Enc()3208 pLcmlDSP->NodeInfo.nNumOfDLLs = OMX_H264ENC_NUM_DLLS; in OMX_VIDENC_InitDSP_H264Enc()[all …]