Searched refs:nBufferIndex (Results 1 – 4 of 4) sorted by relevance
/hardware/ti/omap4xxx/security/tf_crypto_sst/ |
D | pkcs11_object.c | 112 uint32_t nBufferIndex = 0; in static_encodeTwoTemplates() local 170 *(uint32_t*)(pBuffer + nBufferIndex) = ulCount1; in static_encodeTwoTemplates() 171 nBufferIndex += 4; in static_encodeTwoTemplates() 180 memcpy(pBuffer + nBufferIndex, &sItem, sizeof(INPUT_TEMPLATE_ITEM)); in static_encodeTwoTemplates() 181 nBufferIndex += sizeof(INPUT_TEMPLATE_ITEM); in static_encodeTwoTemplates() 202 *(uint32_t*)(pBuffer + nBufferIndex) = ulCount2; in static_encodeTwoTemplates() 203 nBufferIndex += 4; in static_encodeTwoTemplates() 212 memcpy(pBuffer + nBufferIndex, &sItem, sizeof(INPUT_TEMPLATE_ITEM)); in static_encodeTwoTemplates() 213 nBufferIndex += sizeof(INPUT_TEMPLATE_ITEM); in static_encodeTwoTemplates()
|
/hardware/qcom/media/mm-video/vidc/vdec/src/ |
D | omx_vdec_copper.cpp | 5119 unsigned int nBufferIndex = drv_ctx.ip_buf.actualcount; in empty_this_buffer() local 5167 nBufferIndex = buffer - m_inp_heap_ptr; in empty_this_buffer() 5173 nBufferIndex = buffer - m_inp_heap_ptr; in empty_this_buffer() 5174 m_inp_mem_ptr[nBufferIndex].nFilledLen = m_inp_heap_ptr[nBufferIndex].nFilledLen; in empty_this_buffer() 5175 m_inp_mem_ptr[nBufferIndex].nTimeStamp = m_inp_heap_ptr[nBufferIndex].nTimeStamp; in empty_this_buffer() 5176 m_inp_mem_ptr[nBufferIndex].nFlags = m_inp_heap_ptr[nBufferIndex].nFlags; in empty_this_buffer() 5177 buffer = &m_inp_mem_ptr[nBufferIndex]; in empty_this_buffer() 5179 …&m_inp_heap_ptr[nBufferIndex], &m_inp_mem_ptr[nBufferIndex],nBufferIndex, buffer, buffer->nFilledL… in empty_this_buffer() 5182 nBufferIndex = buffer - m_inp_mem_ptr; in empty_this_buffer() 5186 if (nBufferIndex > drv_ctx.ip_buf.actualcount ) in empty_this_buffer()
|
D | omx_vdec.cpp | 5389 unsigned int nBufferIndex = drv_ctx.ip_buf.actualcount; in empty_this_buffer() local 5447 nBufferIndex = buffer - m_inp_heap_ptr; in empty_this_buffer() 5453 nBufferIndex = buffer - m_inp_heap_ptr; in empty_this_buffer() 5454 m_inp_mem_ptr[nBufferIndex].nFilledLen = m_inp_heap_ptr[nBufferIndex].nFilledLen; in empty_this_buffer() 5455 m_inp_mem_ptr[nBufferIndex].nTimeStamp = m_inp_heap_ptr[nBufferIndex].nTimeStamp; in empty_this_buffer() 5456 m_inp_mem_ptr[nBufferIndex].nFlags = m_inp_heap_ptr[nBufferIndex].nFlags; in empty_this_buffer() 5457 buffer = &m_inp_mem_ptr[nBufferIndex]; in empty_this_buffer() 5459 …&m_inp_heap_ptr[nBufferIndex], &m_inp_mem_ptr[nBufferIndex],nBufferIndex, buffer, buffer->nFilledL… in empty_this_buffer() 5462 nBufferIndex = buffer - m_inp_mem_ptr; in empty_this_buffer() 5466 if (nBufferIndex > drv_ctx.ip_buf.actualcount ) in empty_this_buffer()
|
/hardware/qcom/media/mm-video/vidc/venc/src/ |
D | omx_video_base.cpp | 3267 unsigned int nBufferIndex ; in empty_this_buffer() local 3299 nBufferIndex = buffer - ((!mUseProxyColorFormat)?m_inp_mem_ptr:meta_buffer_hdr); in empty_this_buffer() 3301 if(nBufferIndex > m_sInPortDef.nBufferCountActual ) in empty_this_buffer() 3303 DEBUG_PRINT_ERROR("ERROR: ETB: Invalid buffer index[%d]\n", nBufferIndex); in empty_this_buffer()
|