/hardware/qcom/msm8994/kernel-headers/media/ |
H A D | msmb_camera.h | 160 unsigned int buf_cnt; member in struct:msm_camera_user_buf_cont_t
|
/hardware/qcom/msm8994/original-kernel-headers/media/ |
H A D | msmb_camera.h | 205 unsigned int buf_cnt; member in struct:msm_camera_user_buf_cont_t
|
/hardware/qcom/msm8996/kernel-headers/media/ |
H A D | msmb_camera.h | 169 unsigned int buf_cnt; member in struct:msm_camera_user_buf_cont_t
|
/hardware/qcom/msm8996/original-kernel-headers/media/ |
H A D | msmb_camera.h | 201 unsigned int buf_cnt; member in struct:msm_camera_user_buf_cont_t
|
/hardware/qcom/msm8998/kernel-headers/media/ |
H A D | msmb_camera.h | 172 unsigned int buf_cnt; member in struct:msm_camera_user_buf_cont_t
|
/hardware/qcom/msm8998/original-kernel-headers/media/ |
H A D | msmb_camera.h | 203 unsigned int buf_cnt; member in struct:msm_camera_user_buf_cont_t
|
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/src/ |
H A D | mm_camera_muxer.c | 2284 uint32_t buf_cnt = 0; local 2292 buf_cnt = my_obj->buf_num; 2295 buf_cnt += my_obj->aux_str_obj[i]->buf_num; 2298 if (buf_cnt > CAM_MAX_NUM_BUFS_PER_STREAM) { 2299 buf_cnt = CAM_MAX_NUM_BUFS_PER_STREAM; 2301 return buf_cnt; 2353 LOGH("Buffer total = %d buf_cnt = %d offsset = %d",my_obj->total_buf_cnt,
|
H A D | mm_camera_stream.c | 1075 if (config->stream_info->buf_cnt == 0) { 1078 my_obj->buf_num = (uint8_t)config->stream_info->buf_cnt; 1526 cont_buf->buf_cnt = my_obj->buf[buf->buf_idx].user_buf.bufs_used; 1527 for (i = 0; i < (int32_t)cont_buf->buf_cnt; i++) { 1535 for (i = 0; i < (int32_t)cont_buf->buf_cnt; i++) { 1587 cont_buf->buf_cnt = my_obj->buf[index].user_buf.bufs_used; 1588 for (i = 0; i < (int32_t)cont_buf->buf_cnt; i++) { 1596 for (i = 0; i < (int32_t)cont_buf->buf_cnt; i++) { 1648 frameID = (buf_info->buf->frame_idx - 1) * user_buf->buf_cnt; 1662 my_obj->prev_timestamp = (timeStamp - (nsecs_t)(user_buf->buf_cnt * interval_nse [all...] |
/hardware/qcom/camera/msm8998/QCamera2/HAL/ |
H A D | QCameraMem.h | 254 int allocateMeta(uint8_t buf_cnt, int numFDs);
|
H A D | QCameraMem.cpp | 349 cont_buf->buf_cnt = bufDef.user_buf.num_buffers; 1019 LOGH("%s, buf_cnt > 0, deallocate buffers now.\n", __func__); 1445 * @buf_cnt : Total buffer count 1452 int QCameraVideoMemory::allocateMeta(uint8_t buf_cnt, int numFDs) argument 1457 for (int i = 0; i < buf_cnt; i++) { 1506 mMetaBufCount = buf_cnt;
|
H A D | QCameraParameters.cpp | 6346 uint8_t buf_cnt = 1; local 6401 buf_cnt = MM_CAMERA_MAX_CAM_CNT; 6405 rc = m_pDualCamCmdHeap->allocate(buf_cnt, 6413 for (int i = 0; i < buf_cnt; i++) { 14905 * PARAMETERS : int8_t buf_cnt 14910 void QCameraParameters::setBufBatchCount(int8_t buf_cnt) argument 14919 if (!(count != 0 || buf_cnt > CAMERA_MIN_BATCH_COUNT)) { 14926 && (m_pCapability->max_batch_bufs_supported < buf_cnt)) { 14927 buf_cnt = buf_cnt / [all...] |
H A D | QCameraChannel.cpp | 1263 streamInfo->buf_cnt = streamInfo->num_bufs; 1369 "fmt = %d, buf_cnt = %d", 1377 "type = %d buf_cnt = %d",
|
H A D | QCameraParameters.h | 1068 void setBufBatchCount(int8_t buf_cnt);
|
H A D | QCamera2HWI.cpp | 3312 streamInfo->buf_cnt = streamInfo->num_bufs; 3534 streamInfo->aux_str_info->buf_cnt = getBufNumForAux(stream_type); 3535 streamInfo->num_bufs += streamInfo->aux_str_info->buf_cnt; 3536 streamInfo->aux_str_info->num_bufs += streamInfo->aux_str_info->buf_cnt;
|
/hardware/qcom/camera/msm8998/QCamera2/stack/common/ |
H A D | cam_intf.h | 742 uint32_t buf_cnt; member in struct:cam_stream_info
|