Home
last modified time | relevance | path

Searched refs:pInput (Results 1 – 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/securevideo/moorefield/
DOMXVideoDecoderAVCSecure.cpp170 OMX_BUFFERHEADERTYPE *pInput = *pBuffers[INPORT_INDEX]; in ProcessorProcess() local
171 ProtectedDataBuffer *dataBuffer = (ProtectedDataBuffer *)pInput->pBuffer; in ProcessorProcess()
175 if (pInput->nFlags & OMX_BUFFERFLAG_CODECCONFIG) in ProcessorProcess()
178 … ALOGV("%s: received AVC codec data (%" PRIu32 " bytes).", __FUNCTION__, pInput->nFilledLen); in ProcessorProcess()
179 DumpBuffer2("OMX: AVC codec data: ", pInput->pBuffer, pInput->nFilledLen); in ProcessorProcess()