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

  /device/asus/flo/camera/QCamera2/HAL3/
QCamera3PostProc.cpp 274 cam_frame_len_offset_t main_offset; local
275 memset(&main_offset, 0, sizeof(cam_frame_len_offset_t));
276 main_stream->getFrameOffset(main_offset);
294 encode_parm.src_main_buf[i].offset = main_offset;
334 encode_parm.dest_buf[0].offset = main_offset;
    [all...]
  /hardware/qcom/camera/QCamera2/HAL3/
QCamera3PostProc.cpp 269 cam_frame_len_offset_t main_offset; local
270 memset(&main_offset, 0, sizeof(cam_frame_len_offset_t));
271 main_stream->getFrameOffset(main_offset);
289 encode_parm.src_main_buf[i].offset = main_offset;
329 encode_parm.dest_buf[0].offset = main_offset;
    [all...]
  /device/asus/flo/camera/QCamera2/HAL/
QCameraPostProc.cpp 274 cam_frame_len_offset_t main_offset; local
275 memset(&main_offset, 0, sizeof(cam_frame_len_offset_t));
276 main_stream->getFrameOffset(main_offset);
294 encode_parm.src_main_buf[i].offset = main_offset;
338 ret = m_pJpegOutputMem->allocate(1, main_offset.frame_len);
356 encode_parm.dest_buf[0].offset = main_offset;
    [all...]
  /hardware/qcom/camera/QCamera2/HAL/
QCameraPostProc.cpp 274 cam_frame_len_offset_t main_offset; local
275 memset(&main_offset, 0, sizeof(cam_frame_len_offset_t));
276 main_stream->getFrameOffset(main_offset);
294 encode_parm.src_main_buf[i].offset = main_offset;
338 ret = m_pJpegOutputMem->allocate(1, main_offset.frame_len);
356 encode_parm.dest_buf[0].offset = main_offset;
    [all...]

Completed in 343 milliseconds