HomeSort by relevance Sort by last modified time
    Searched refs:buf_cnt (Results 1 - 2 of 2) sorted by null

  /device/lge/mako/camera/QCamera/HAL/core/src/
QCameraHWI_Record.cpp 392 int buf_cnt; local
412 buf_cnt = VIDEO_BUFFER_COUNT;
415 buf_cnt = VIDEO_BUFFER_COUNT_LOW_POWER_CAMCORDER;
417 recordframes = new msm_frame[buf_cnt];
418 memset(recordframes,0,sizeof(struct msm_frame) * buf_cnt);
420 mRecordBuf.video.video.buf.mp = new mm_camera_mp_buf_t[buf_cnt *
427 buf_cnt * sizeof(mm_camera_mp_buf_t));
435 mHalCamCtrl->mRecordingMemory.buffer_count = buf_cnt;
  /device/lge/mako/camera/
QCameraHWI_Record.cpp 391 int buf_cnt; local
411 buf_cnt = VIDEO_BUFFER_COUNT;
414 buf_cnt = VIDEO_BUFFER_COUNT_LOW_POWER_CAMCORDER;
416 recordframes = new msm_frame[buf_cnt];
417 memset(recordframes,0,sizeof(struct msm_frame) * buf_cnt);
419 mRecordBuf.video.video.buf.mp = new mm_camera_mp_buf_t[buf_cnt *
426 buf_cnt * sizeof(mm_camera_mp_buf_t));
434 mHalCamCtrl->mRecordingMemory.buffer_count = buf_cnt;

Completed in 484 milliseconds