Home
last modified time | relevance | path

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

/hardware/qcom/camera/QCamera2/HAL/test/
Dqcamera_test.cpp1239 size_t bufIndex, offset, size; in ViVEncode() local
1253 &bufIndex, in ViVEncode()
1279 mTestContext->mViVVid.buffers[bufIndex], in ViVEncode()
1289 err = mTestContext->mViVVid.codec->releaseOutputBuffer(bufIndex); in ViVEncode()
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp438 int bufIndex = omx->handle->mBatchInfo.retrieveBufferAt(v4l2_buf.index); in async_venc_message_thread() local
439 if (bufIndex < 0) { in async_venc_message_thread()
443 if (omx->handle->mBatchInfo.isPending(bufIndex)) { in async_venc_message_thread()
445 bufIndex, v4l2_buf.index); in async_venc_message_thread()
449 v4l2_buf.index = bufIndex; in async_venc_message_thread()