Home
last modified time | relevance | path

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

/hardware/qcom/camera/QCamera2/HAL3/
DQCamera3Stream.cpp401 mStreamInfo->user_buf_info.frame_buf_cnt = batchSize; in init()
402 mStreamInfo->user_buf_info.size = in init()
407 mStreamInfo->user_buf_info.frameInterval = 0; in init()
1184 mNumBatchBufs, mStreamInfo->user_buf_info.size); in getBatchBufs()
1186 mNumBatchBufs * mStreamInfo->user_buf_info.size); in getBatchBufs()
1338 batchBufDef.frame_len = mStreamInfo->user_buf_info.size; in getBatchBufDef()
1341 (index * mStreamInfo->user_buf_info.size); in getBatchBufDef()
/hardware/qcom/camera/QCamera2/HAL/
DQCameraStream.cpp1738 (mNumBufs * mStreamInfo->user_buf_info.frame_buf_cnt); in allocateBatchBufs()
1856 mStreamBatchBufs->getUserBufDef(mStreamInfo->user_buf_info, in allocateBatchBufs()
DQCamera2HWI.cpp3012 streamInfo->user_buf_info.frame_buf_cnt = mParameters.getBufBatchCount(); in allocateStreamInfoBuf()
3013 streamInfo->user_buf_info.size = in allocateStreamInfoBuf()
3017 streamInfo->user_buf_info.frameInterval = in allocateStreamInfoBuf()
3020 streamInfo->user_buf_info.frame_buf_cnt, in allocateStreamInfoBuf()
3021 streamInfo->user_buf_info.frameInterval); in allocateStreamInfoBuf()
3163 size = PAD_TO_SIZE((streamInfo->num_bufs * streamInfo->user_buf_info.size), in allocateStreamUserBuf()
/hardware/qcom/camera/QCamera2/stack/common/
Dcam_intf.h628 cam_stream_user_buf_info_t user_buf_info; member
/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_stream.c1387 interval_nsec = ((my_obj->stream_info->user_buf_info.frameInterval) * 1000000); in mm_stream_read_user_buf()
1661 planes[0].length = my_obj->stream_info->user_buf_info.size; in mm_stream_qbuf()
2046 (int8_t)my_obj->stream_info->user_buf_info.frame_buf_cnt; in mm_stream_init_bufs()
2056 my_obj->stream_info->user_buf_info.frame_buf_cnt; in mm_stream_init_bufs()
4354 msm_fmt.plane_sizes[0] = my_obj->stream_info->user_buf_info.size; in mm_stream_set_fmt()