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

  /device/moto/shamu/camera/QCamera2/HAL3/
QCamera3Channel.cpp 1029 uint32_t raw16_stride = (dim.width + 15) & ~15; local
1044 raw16_buffer[y*raw16_stride+x] = raw16_pixel;
1065 uint32_t raw16_stride = (dim.width + 15) & ~15; local
    [all...]
  /hardware/qcom/camera/QCamera2/HAL3/
QCamera3Channel.cpp 1687 uint32_t raw16_stride = (uint32_t)PAD_TO_SIZE(dim.width, 32); local
1730 uint32_t raw16_stride = (uint32_t)PAD_TO_SIZE(dim.width, 32); local
    [all...]
  /device/lge/hammerhead/camera/QCamera2/HAL3/
QCamera3Channel.cpp 939 uint32_t raw16_stride = (dim.width + 15) & ~15; local
954 raw16_buffer[y*raw16_stride+x] = raw16_pixel;
    [all...]

Completed in 74 milliseconds