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

  /device/lge/mako/camera/QCamera/HAL/core/src/
QCameraHWI_Still.cpp 755 planes[0] = dim->picture_frame_offset.mp[0].len;
756 planes[1] = dim->picture_frame_offset.mp[1].len;
757 frame_len = dim->picture_frame_offset.frame_len;
758 y_off = dim->picture_frame_offset.mp[0].offset;
759 cbcr_off = dim->picture_frame_offset.mp[1].offset;
    [all...]
QCameraHWI_Preview.cpp 334 frame_len = dim.picture_frame_offset.frame_len;
335 y_off = dim.picture_frame_offset.mp[0].offset;
336 cbcr_off = dim.picture_frame_offset.mp[1].offset;
    [all...]
  /device/lge/mako/camera/
QCameraHWI_Still.cpp 824 planes[0] = dim->picture_frame_offset.mp[0].len;
825 planes[1] = dim->picture_frame_offset.mp[1].len;
826 frame_len = dim->picture_frame_offset.frame_len;
827 y_off = dim->picture_frame_offset.mp[0].offset;
828 cbcr_off = dim->picture_frame_offset.mp[1].offset;
    [all...]
QCameraHWI_Preview.cpp 348 frame_len = dim.picture_frame_offset.frame_len;
349 y_off = dim.picture_frame_offset.mp[0].offset;
350 cbcr_off = dim.picture_frame_offset.mp[1].offset;
    [all...]
QCamera_Intf.h 327 cam_frame_len_offset_t picture_frame_offset; member in struct:__anon1778
    [all...]

Completed in 36 milliseconds