HomeSort by relevance Sort by last modified time
    Searched refs:y_off (Results 26 - 42 of 42) sorted by null

12

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
Xfixes.h 212 int x_off, int y_off, XserverRegion region);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
Xfixes.h 212 int x_off, int y_off, XserverRegion region);
  /device/moto/shamu/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_preview.c 199 void* y_off = newFrame->buffer + newFrame->planes[0].data_offset; local
202 CDBG("%s: %s Y_off = %p cbcr_off = %p", __func__, name, y_off,cbcr_off);
203 CDBG("%s: Y_off length = %d cbcr_off length = %d", __func__, newFrame->planes[0].length,newFrame->planes[1].length);
205 write(file_fd, (const void *)(y_off), (w * h));
325 int i,j,num_planes, frame_len, y_off, cbcr_off;
337 y_off = frame_offset_info->mp[0].offset;
359 pme->preview_buf.frame[i].y_off = 0;
376 bufs[i].planes[0].data_offset = y_off;
    [all...]
  /hardware/qcom/msm8960/kernel-headers/media/
msm_camera.h 205 uint32_t y_off; member in struct:msm_pp_frame_sp
544 uint32_t y_off; member in struct:msm_stats_buf_info
562 uint32_t y_off; member in struct:msm_pmem_info
650 uint32_t y_off; member in struct:msm_frame
    [all...]
  /hardware/qcom/msm8960/original-kernel-headers/media/
msm_camera.h 312 uint32_t y_off; member in struct:msm_pp_frame_sp
592 uint32_t y_off; member in struct:msm_stats_buf_info
607 uint32_t y_off; member in struct:msm_pmem_info
684 uint32_t y_off; member in struct:msm_frame
    [all...]
  /hardware/qcom/msm8x74/kernel-headers/media/
msm_camera.h 214 uint32_t y_off; member in struct:msm_pp_frame_sp
539 uint32_t y_off; member in struct:msm_stats_buf_info
556 uint32_t y_off; member in struct:msm_pmem_info
645 uint32_t y_off; member in struct:msm_frame
    [all...]
  /hardware/qcom/msm8x74/original-kernel-headers/media/
msm_camera.h 341 uint32_t y_off; member in struct:msm_pp_frame_sp
651 uint32_t y_off; member in struct:msm_stats_buf_info
666 uint32_t y_off; member in struct:msm_pmem_info
750 uint32_t y_off; member in struct:msm_frame
    [all...]
  /device/moto/shamu/camera/QCamera/HAL2/core/inc/
QCameraHWI.h 477 int y_off,
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_utils.h 266 hwc_rect_t moveRect(const hwc_rect_t& rect, const int& x_off, const int& y_off);
hwc_utils.cpp     [all...]
hwc_mdpcomp.cpp 427 int y_off = dst.top - src.top; local
436 updatingRect = moveRect(surfDamage.rects[i], x_off, y_off);
    [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_mdpcomp.cpp 511 int y_off = dst.top - src.top; local
512 updatingRect = moveRect(layer->dirtyRect, x_off, y_off);
626 int y_off = dst.top - src.top; local
627 updatingRect = moveRect(layer->dirtyRect, x_off, y_off);
    [all...]
hwc_utils.h 290 hwc_rect_t moveRect(const hwc_rect_t& rect, const int& x_off, const int& y_off);
hwc_utils.cpp     [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_utils.h 312 hwc_rect_t moveRect(const hwc_rect_t& rect, const int& x_off, const int& y_off);
hwc_mdpcomp.cpp 600 int y_off = dst.top - src.top; local
601 updatingRect = moveRect(layer->dirtyRect, x_off, y_off);
716 int y_off = dst.top - src.top; local
717 updatingRect = moveRect(layer->dirtyRect, x_off, y_off);
    [all...]
hwc_utils.cpp     [all...]

Completed in 873 milliseconds

12