Home
last modified time | relevance | path

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

/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedSensor.cpp1519 for (unsigned int out_x = 0; out_x < image_width; out_x++) { in CaptureRaw() local
1521 ? GetQuadBayerColor(out_x, out_y) in CaptureRaw()
1522 : bayer_row[out_x & 0x1]; in CaptureRaw()
1523 float norm_x = out_x / (image_width * raw_zoom_ratio); in CaptureRaw()
1656 for (unsigned int out_x = 0; out_x < width; out_x++) { in CaptureYUV420() local
1658 float norm_x = out_x / (width * zoom_ratio); in CaptureYUV420()
1709 if (out_y % 2 == 0 && out_x % 2 == 0) { in CaptureYUV420()
/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dstb_image.h3804 static stbi_uc *load_jpeg_image(stbi__jpeg *z, int *out_x, int *out_y, int *comp, int req_comp) in load_jpeg_image() argument
3960 *out_x = z->s->img_x; in load_jpeg_image()
4829 int out_x = i*xspc[p]+xorig[p]; in stbi__create_png_image() local
4830 memcpy(final + out_y*a->s->img_x*out_bytes + out_x*out_bytes, in stbi__create_png_image()
/hardware/google/gfxstream/third-party/stb/include/stb/
Dstb_image.h3811 static stbi_uc *load_jpeg_image(stbi__jpeg *z, int *out_x, int *out_y, int *comp, int req_comp) in load_jpeg_image() argument
3967 *out_x = z->s->img_x; in load_jpeg_image()
4836 int out_x = i*xspc[p]+xorig[p]; in stbi__create_png_image() local
4837 memcpy(final + out_y*a->s->img_x*out_bytes + out_x*out_bytes, in stbi__create_png_image()