Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3Mem.cpp485 int32_t QCamera3HeapMemory::getOldestFrameNumber(uint32_t &bufIndex) in getOldestFrameNumber() argument
498 bufIndex = index; in getOldestFrameNumber()
1041 int32_t QCamera3GrallocMemory::getOldestFrameNumber(uint32_t &bufIndex) in getOldestFrameNumber() argument
1052 bufIndex = index; in getOldestFrameNumber()
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
Domx_video_encoder.cpp2549 OMX_U32 bufIndex = (OMX_U32)(omxhdr - omx->m_out_mem_ptr); in async_message_process() local
2552 (bufIndex < omx->m_sOutPortDef.nBufferCountActual)) { in async_message_process()
2554 if (BITMASK_ABSENT(&(omx->m_out_bm_count), bufIndex)) { in async_message_process()
2566 if (BITMASK_PRESENT(&(omx->m_client_out_bm_count), bufIndex) && in async_message_process()
Dvideo_encoder_device_v4l2.cpp454 int bufIndex = omx->handle->mBatchInfo.retrieveBufferAt(v4l2_buf.index); in async_venc_message_thread() local
455 if (bufIndex < 0) { in async_venc_message_thread()
459 if (omx->handle->mBatchInfo.isPending(bufIndex)) { in async_venc_message_thread()
461 bufIndex, v4l2_buf.index); in async_venc_message_thread()
465 v4l2_buf.index = bufIndex; in async_venc_message_thread()
/hardware/qcom/camera/msm8998/QCamera2/HAL/test/
Dqcamera_test.cpp1228 size_t bufIndex, offset, size; in ViVEncode() local
1242 &bufIndex, in ViVEncode()
1268 mTestContext->mViVVid.buffers[bufIndex], in ViVEncode()
1278 err = mTestContext->mViVVid.codec->releaseOutputBuffer(bufIndex); in ViVEncode()
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
Domx_video_encoder.cpp2717 OMX_U32 bufIndex = (OMX_U32)(omxhdr - omx->m_out_mem_ptr); in async_message_process() local
2720 (bufIndex < omx->m_sOutPortDef.nBufferCountActual)) { in async_message_process()
2722 if (BITMASK_ABSENT(&(omx->m_out_bm_count), bufIndex)) { in async_message_process()
2734 if (BITMASK_PRESENT(&(omx->m_client_out_bm_count), bufIndex) && in async_message_process()
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/src/
Domx_video_encoder.cpp2794 OMX_U32 bufIndex = (OMX_U32)(omxhdr - omx->m_out_mem_ptr); in async_message_process() local
2797 (bufIndex < omx->m_sOutPortDef.nBufferCountActual)) { in async_message_process()
2799 if (BITMASK_ABSENT(&(omx->m_out_bm_count), bufIndex)) { in async_message_process()
2811 if (BITMASK_PRESENT(&(omx->m_client_out_bm_count), bufIndex) && in async_message_process()
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
Domx_video_encoder.cpp2261 OMX_U32 bufIndex = (OMX_U32)(omxhdr - omx->m_out_mem_ptr); in async_message_process() local
2264 (bufIndex < omx->m_sOutPortDef.nBufferCountActual)) { in async_message_process()
2266 if (BITMASK_ABSENT(&(omx->m_out_bm_count), bufIndex)) { in async_message_process()