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

  /device/moto/shamu/camera/QCamera/HAL/core/src/
QCameraHWI_Record.cpp 143 mRecordedFrames[video_buf_idx] = *frame;
255 if(MM_CAMERA_OK != p_mm_ops->ops->qbuf(mCameraHandle, mChannelId, mRecordedFrames[cnt].bufs[0]))
258 (void *)mRecordedFrames[cnt].bufs[0]->buffer,
268 if(MM_CAMERA_OK != p_mm_ops->ops->qbuf(mCameraHandle, mChannelId, mRecordedFrames[cnt].bufs[0]))
271 (void *)mRecordedFrames[cnt].bufs[0]->buffer,
  /device/moto/shamu/camera/QCamera/HAL/core/inc/
QCameraStream.h 156 mm_camera_super_buf_t mRecordedFrames[MM_CAMERA_MAX_NUM_FRAMES];

Completed in 31 milliseconds