Searched refs:out_y (Results 1 – 4 of 4) sorted by relevance
/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 1512 int* bayer_row = bayer_select + (out_y & 0x1) * 2; in CaptureRaw() 1513 uint16_t* px = (uint16_t*)img + out_y * (row_stride_in_bytes / 2); in CaptureRaw() 1515 float norm_y = out_y / (image_height * raw_zoom_ratio); in CaptureRaw() 1521 ? GetQuadBayerColor(out_x, out_y) in CaptureRaw() 1651 for (unsigned int out_y = 0; out_y < height; out_y++) { in CaptureYUV420() local 1652 uint8_t* px_y = yuv_layout.img_y + out_y * yuv_layout.y_stride; in CaptureYUV420() 1653 uint8_t* px_cb = yuv_layout.img_cb + (out_y / 2) * yuv_layout.cbcr_stride; in CaptureYUV420() 1654 uint8_t* px_cr = yuv_layout.img_cr + (out_y / 2) * yuv_layout.cbcr_stride; in CaptureYUV420() 1659 float norm_y = out_y / (height * zoom_ratio); in CaptureYUV420() [all …]
|
/hardware/google/gfxstream/common/detector/ |
D | Image.cpp | 239 uint8_t* out_y, in ConvertRGBA8888PixelToYUV() argument 245 *out_y = Clamp(((( 66 * r_int) + (129 * g_int) + (25 * b_int) + 128) >> 8) + 16); in ConvertRGBA8888PixelToYUV()
|
/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() argument 3961 *out_y = z->s->img_y; in load_jpeg_image() 4828 int out_y = j*yspc[p]+yorig[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/ |
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() argument 3968 *out_y = z->s->img_y; in load_jpeg_image() 4835 int out_y = j*yspc[p]+yorig[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()
|