Home
last modified time | relevance | path

Searched refs:pix_total (Results 1 – 1 of 1) sorted by relevance

/device/generic/goldfish/camera/
DConverters.cpp90 const int pix_total = width * height; in YV12ToRGB565() local
92 const uint8_t* U = Y + pix_total; in YV12ToRGB565()
93 const uint8_t* V = U + pix_total / 4; in YV12ToRGB565()
99 const int pix_total = width * height; in YV12ToRGB32() local
101 const uint8_t* V = Y + pix_total; in YV12ToRGB32()
102 const uint8_t* U = V + pix_total / 4; in YV12ToRGB32()
108 const int pix_total = width * height; in YU12ToRGB32() local
110 const uint8_t* U = Y + pix_total; in YU12ToRGB32()
111 const uint8_t* V = U + pix_total / 4; in YU12ToRGB32()
143 const int pix_total = width * height; in NV12ToRGB565() local
[all …]