Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3Stream.cpp167 i < stream->mBatchBufDefs[index].user_buf.bufs_used; i++) { in invalidate_buf()
168 uint32_t buf_idx = stream->mBatchBufDefs[index].user_buf.buf_idx[i]; in invalidate_buf()
207 i < stream->mBatchBufDefs[index].user_buf.bufs_used; i++) { in clean_invalidate_buf()
208 uint32_t buf_idx = stream->mBatchBufDefs[index].user_buf.buf_idx[i]; in clean_invalidate_buf()
247 i < stream->mBatchBufDefs[index].user_buf.bufs_used; i++) { in clean_buf()
248 uint32_t buf_idx = stream->mBatchBufDefs[index].user_buf.buf_idx[i]; in clean_buf()
300 mBatchBufDefs(NULL), in QCamera3Stream()
1451 mBatchBufDefs = (mm_camera_buf_def_t *) in getBatchBufs()
1453 if (mBatchBufDefs == NULL) { in getBatchBufs()
1458 memset(mBatchBufDefs, 0, mNumBatchBufs * sizeof(mm_camera_buf_def_t)); in getBatchBufs()
[all …]
DQCamera3Stream.h134 mm_camera_buf_def_t *mBatchBufDefs; //Pointer to array of batch bufDefs variable