Searched refs:pInput (Results 1 – 1 of 1) sorted by relevance
170 OMX_BUFFERHEADERTYPE *pInput = *pBuffers[INPORT_INDEX]; in ProcessorProcess() local171 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()