Searched defs:out_y (Results 1 – 4 of 4) sorted by relevance
/hardware/google/gfxstream/common/detector/ |
D | Image.cpp | 239 uint8_t* out_y, in ConvertRGBA8888PixelToYUV()
|
/hardware/google/camera/devices/EmulatedCamera/hwl/ |
D | EmulatedSensor.cpp | 1511 for (unsigned int out_y = 0; out_y < image_height; out_y++) { in CaptureRaw() local 1651 for (unsigned int out_y = 0; out_y < height; out_y++) { in CaptureYUV420() local 1745 for (unsigned int y = 0, out_y = 0; y < chars.full_res_height; in CaptureDepth() local
|
/hardware/google/gfxstream/third-party/stb/include/stb/ |
D | stb_image.h | 3811 static stbi_uc *load_jpeg_image(stbi__jpeg *z, int *out_x, int *out_y, int *comp, int req_comp) in load_jpeg_image() 4835 int out_y = j*yspc[p]+yorig[p]; in stbi__create_png_image() local
|
/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | stb_image.h | 3804 static stbi_uc *load_jpeg_image(stbi__jpeg *z, int *out_x, int *out_y, int *comp, int req_comp) in load_jpeg_image() 4828 int out_y = j*yspc[p]+yorig[p]; in stbi__create_png_image() local
|