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

  /device/moto/shamu/camera/QCamera2/HAL3/
QCamera3Channel.cpp 1043 uint16_t raw16_pixel = 0x3FF & (row_start[x/6] >> (10*(x%6))); local
1044 raw16_buffer[y*raw16_stride+x] = raw16_pixel;
1081 uint16_t raw16_pixel = (((uint16_t)upper_8bit)<<2 | lower_2bit); local
    [all...]
  /hardware/qcom/camera/QCamera2/HAL3/
QCamera3Channel.cpp 1703 uint16_t raw16_pixel = 0x3FF & (row_start[x\/6] >> (10*(x%6))); local
1748 uint16_t raw16_pixel = local
    [all...]
  /device/lge/hammerhead/camera/QCamera2/HAL3/
QCamera3Channel.cpp 953 uint16_t raw16_pixel = 0x3FF & (row_start[x/6] >> (10*(x%6))); local
954 raw16_buffer[y*raw16_stride+x] = raw16_pixel;
    [all...]

Completed in 55 milliseconds