Home
last modified time | relevance | path

Searched refs:user_buf_info (Results 1 – 5 of 5) sorted by relevance

/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3Stream.cpp465 mStreamInfo->user_buf_info.frame_buf_cnt = batchSize; in init()
466 mStreamInfo->user_buf_info.size = in init()
471 mStreamInfo->user_buf_info.frameInterval = 0; in init()
1394 mNumBatchBufs, mStreamInfo->user_buf_info.size); in getBatchBufs()
1396 mNumBatchBufs * mStreamInfo->user_buf_info.size); in getBatchBufs()
1560 batchBufDef.frame_len = mStreamInfo->user_buf_info.size; in getBatchBufDef()
1563 (index * mStreamInfo->user_buf_info.size); in getBatchBufDef()
/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraStream.cpp1860 (mNumBufs * mStreamInfo->user_buf_info.frame_buf_cnt); in allocateBatchBufs()
1979 mStreamBatchBufs->getUserBufDef(mStreamInfo->user_buf_info, in allocateBatchBufs()
DQCamera2HWI.cpp3377 streamInfo->user_buf_info.frame_buf_cnt = mParameters.getBufBatchCount(); in initStreamInfoBuf()
3378 streamInfo->user_buf_info.size = in initStreamInfoBuf()
3382 streamInfo->user_buf_info.frameInterval = in initStreamInfoBuf()
3385 streamInfo->user_buf_info.frame_buf_cnt, in initStreamInfoBuf()
3386 streamInfo->user_buf_info.frameInterval); in initStreamInfoBuf()
3620 size = PAD_TO_SIZE((streamInfo->num_bufs * streamInfo->user_buf_info.size), in allocateStreamUserBuf()
/hardware/qcom/camera/msm8998/QCamera2/stack/common/
Dcam_intf.h760 cam_stream_user_buf_info_t user_buf_info; member
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_stream.c1661 interval_nsec = ((my_obj->stream_info->user_buf_info.frameInterval) * 1000000); in mm_stream_read_user_buf()
1963 planes[0].length = my_obj->stream_info->user_buf_info.size; in mm_stream_qbuf()
2375 (int8_t)my_obj->stream_info->user_buf_info.frame_buf_cnt; in mm_stream_init_bufs()
2387 my_obj->stream_info->user_buf_info.frame_buf_cnt; in mm_stream_init_bufs()
4916 msm_fmt.plane_sizes[0] = my_obj->stream_info->user_buf_info.size; in mm_stream_set_fmt()