/external/chromium_org/cc/layers/ |
scrollbar_layer_impl_base.cc | 98 // |<------- thumb_offset -------->| 153 int thumb_offset = static_cast<int>(ratio * max_offset) + TrackStart(); local 160 thumb_rect = gfx::RectF(thumb_offset, 169 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...] |