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

  /external/chromium_org/cc/layers/
scrollbar_layer_impl.cc 244 // |<------- thumb_offset -------->|
305 int thumb_offset = static_cast<int>(ratio * max_offset) + track_start_; local
309 thumb_rect = gfx::RectF(thumb_offset, vertical_adjust_,
312 thumb_rect = gfx::RectF(0.f, thumb_offset,
  /device/asus/flo/camera/QCamera2/HAL3/
QCamera3PostProc.cpp 310 cam_frame_len_offset_t thumb_offset; local
311 memset(&thumb_offset, 0, sizeof(cam_frame_len_offset_t));
312 thumb_stream->getFrameOffset(thumb_offset);
321 encode_parm.src_thumb_buf[i].offset = thumb_offset;
    [all...]
  /hardware/qcom/camera/QCamera2/HAL3/
QCamera3PostProc.cpp 305 cam_frame_len_offset_t thumb_offset; local
306 memset(&thumb_offset, 0, sizeof(cam_frame_len_offset_t));
307 thumb_stream->getFrameOffset(thumb_offset);
316 encode_parm.src_thumb_buf[i].offset = thumb_offset;
    [all...]
  /device/asus/flo/camera/QCamera2/HAL/
QCameraPostProc.cpp 308 cam_frame_len_offset_t thumb_offset; local
309 memset(&thumb_offset, 0, sizeof(cam_frame_len_offset_t));
310 thumb_stream->getFrameOffset(thumb_offset);
320 encode_parm.src_thumb_buf[i].offset = thumb_offset;
    [all...]
  /hardware/qcom/camera/QCamera2/HAL/
QCameraPostProc.cpp 308 cam_frame_len_offset_t thumb_offset; local
309 memset(&thumb_offset, 0, sizeof(cam_frame_len_offset_t));
310 thumb_stream->getFrameOffset(thumb_offset);
320 encode_parm.src_thumb_buf[i].offset = thumb_offset;
    [all...]
  /art/compiler/
oat_writer.cc 307 uint32_t thumb_offset = compiled_method->CodeDelta();
308 code_offset = offset + sizeof(code_size) + thumb_offset;
    [all...]

Completed in 223 milliseconds