Searched refs:user_buf_info (Results 1 – 10 of 10) sorted by relevance
/device/huawei/angler/camera/QCamera2/HAL3/ |
D | QCamera3Stream.cpp | 384 mStreamInfo->user_buf_info.frame_buf_cnt = batchSize; in init() 385 mStreamInfo->user_buf_info.size = in init() 390 mStreamInfo->user_buf_info.frameInterval = 0; in init() 1139 __func__, mNumBatchBufs, mStreamInfo->user_buf_info.size); in getBatchBufs() 1141 mNumBatchBufs * mStreamInfo->user_buf_info.size); in getBatchBufs() 1294 batchBufDef.frame_len = mStreamInfo->user_buf_info.size; in getBatchBufDef() 1297 (index * mStreamInfo->user_buf_info.size); in getBatchBufDef()
|
/device/lge/bullhead/camera/QCamera2/HAL3/ |
D | QCamera3Stream.cpp | 384 mStreamInfo->user_buf_info.frame_buf_cnt = batchSize; in init() 385 mStreamInfo->user_buf_info.size = in init() 390 mStreamInfo->user_buf_info.frameInterval = 0; in init() 1139 __func__, mNumBatchBufs, mStreamInfo->user_buf_info.size); in getBatchBufs() 1141 mNumBatchBufs * mStreamInfo->user_buf_info.size); in getBatchBufs() 1294 batchBufDef.frame_len = mStreamInfo->user_buf_info.size; in getBatchBufDef() 1297 (index * mStreamInfo->user_buf_info.size); in getBatchBufDef()
|
/device/lge/bullhead/camera/QCamera2/HAL/ |
D | QCameraStream.cpp | 1400 (mNumBufs * mStreamInfo->user_buf_info.frame_buf_cnt); in allocateBatchBufs() 1499 mStreamBatchBufs->getUserBufDef(mStreamInfo->user_buf_info, in allocateBatchBufs()
|
D | QCamera2HWI.cpp | 1973 streamInfo->user_buf_info.frame_buf_cnt = mParameters.getBufBatchCount(); in allocateStreamInfoBuf() 1974 streamInfo->user_buf_info.size = in allocateStreamInfoBuf() 1978 streamInfo->user_buf_info.frameInterval = in allocateStreamInfoBuf() 1981 streamInfo->user_buf_info.frame_buf_cnt, in allocateStreamInfoBuf() 1982 streamInfo->user_buf_info.frameInterval); in allocateStreamInfoBuf() 2103 size = PAD_TO_SIZE((streamInfo->num_bufs * streamInfo->user_buf_info.size), in allocateStreamUserBuf()
|
/device/huawei/angler/camera/QCamera2/HAL/ |
D | QCameraStream.cpp | 1400 (mNumBufs * mStreamInfo->user_buf_info.frame_buf_cnt); in allocateBatchBufs() 1499 mStreamBatchBufs->getUserBufDef(mStreamInfo->user_buf_info, in allocateBatchBufs()
|
D | QCamera2HWI.cpp | 1973 streamInfo->user_buf_info.frame_buf_cnt = mParameters.getBufBatchCount(); in allocateStreamInfoBuf() 1974 streamInfo->user_buf_info.size = in allocateStreamInfoBuf() 1978 streamInfo->user_buf_info.frameInterval = in allocateStreamInfoBuf() 1981 streamInfo->user_buf_info.frame_buf_cnt, in allocateStreamInfoBuf() 1982 streamInfo->user_buf_info.frameInterval); in allocateStreamInfoBuf() 2103 size = PAD_TO_SIZE((streamInfo->num_bufs * streamInfo->user_buf_info.size), in allocateStreamUserBuf()
|
/device/huawei/angler/camera/QCamera2/stack/common/ |
D | cam_intf.h | 492 cam_stream_user_buf_info_t user_buf_info; member
|
/device/lge/bullhead/camera/QCamera2/stack/common/ |
D | cam_intf.h | 492 cam_stream_user_buf_info_t user_buf_info; member
|
/device/lge/bullhead/camera/QCamera2/stack/mm-camera-interface/src/ |
D | mm_camera_stream.c | 1176 interval_nsec = ((my_obj->stream_info->user_buf_info.frameInterval) * 1000000); in mm_stream_read_user_buf() 1445 planes[0].length = my_obj->stream_info->user_buf_info.size; in mm_stream_qbuf() 1794 (int8_t)my_obj->stream_info->user_buf_info.frame_buf_cnt; in mm_stream_init_bufs() 1804 my_obj->stream_info->user_buf_info.frame_buf_cnt; in mm_stream_init_bufs() 3465 msm_fmt.plane_sizes[0] = my_obj->stream_info->user_buf_info.size; in mm_stream_set_fmt()
|
/device/huawei/angler/camera/QCamera2/stack/mm-camera-interface/src/ |
D | mm_camera_stream.c | 1176 interval_nsec = ((my_obj->stream_info->user_buf_info.frameInterval) * 1000000); in mm_stream_read_user_buf() 1445 planes[0].length = my_obj->stream_info->user_buf_info.size; in mm_stream_qbuf() 1794 (int8_t)my_obj->stream_info->user_buf_info.frame_buf_cnt; in mm_stream_init_bufs() 1804 my_obj->stream_info->user_buf_info.frame_buf_cnt; in mm_stream_init_bufs() 3465 msm_fmt.plane_sizes[0] = my_obj->stream_info->user_buf_info.size; in mm_stream_set_fmt()
|