Searched refs:bufIndex (Results 1 – 9 of 9) sorted by relevance
/hardware/qcom/camera/msm8998/QCamera2/HAL3/ |
D | QCamera3Mem.cpp | 485 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/sdm845/media/mm-video-v4l2/vidc/venc/src/ |
D | omx_video_encoder.cpp | 2480 OMX_U32 bufIndex = (OMX_U32)(omxhdr - omx->m_out_mem_ptr); in async_message_process() local 2483 (bufIndex < omx->m_sOutPortDef.nBufferCountActual)) { in async_message_process() 2485 if (BITMASK_ABSENT(&(omx->m_out_bm_count), bufIndex)) { in async_message_process() 2497 if (BITMASK_PRESENT(&(omx->m_client_out_bm_count), bufIndex) && in async_message_process()
|
D | video_encoder_device_v4l2.cpp | 352 int bufIndex = omx->handle->mBatchInfo.retrieveBufferAt(v4l2_buf.index); in async_venc_message_thread() local 353 if (bufIndex < 0) { in async_venc_message_thread() 357 if (omx->handle->mBatchInfo.isPending(bufIndex)) { in async_venc_message_thread() 359 bufIndex, v4l2_buf.index); in async_venc_message_thread() 363 v4l2_buf.index = bufIndex; in async_venc_message_thread()
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/ |
D | omx_video_encoder.cpp | 2549 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()
|
D | video_encoder_device_v4l2.cpp | 454 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/ |
D | qcamera_test.cpp | 1228 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/ |
D | omx_video_encoder.cpp | 2717 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()
|
D | video_encoder_device_v4l2.cpp | 430 int bufIndex = omx->handle->mBatchInfo.retrieveBufferAt(v4l2_buf.index); in async_venc_message_thread() local 431 if (bufIndex < 0) { in async_venc_message_thread() 435 if (omx->handle->mBatchInfo.isPending(bufIndex)) { in async_venc_message_thread() 437 bufIndex, v4l2_buf.index); in async_venc_message_thread() 441 v4l2_buf.index = bufIndex; in async_venc_message_thread()
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/ |
D | omx_video_encoder.cpp | 2261 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()
|