Home
last modified time | relevance | path

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

/hardware/google/camera/devices/EmulatedCamera/hwl/
DJpegCompressor.h50 if ((yuv_planes.img_y != nullptr) && buffer_owner) { in ~JpegYUV420Input()
51 delete[] yuv_planes.img_y; in ~JpegYUV420Input()
DJpegCompressor.cpp256 .img_y = thumb_yuv420_frame.data(), in CompressYUV420()
265 job->input->yuv_planes.img_y, job->input->yuv_planes.y_stride, in CompressYUV420()
268 job->input->width, job->input->height, thumb_planes.img_y, in CompressYUV420()
482 uint8_t* py = static_cast<uint8_t*>(frame.yuv_planes.img_y); in CompressYUV420Frame()
DBase.h34 uint8_t* img_y = nullptr; member
DEmulatedSensor.cpp1076 .img_y = img, in threadLoop()
1652 uint8_t* px_y = yuv_layout.img_y + out_y * yuv_layout.y_stride; in CaptureYUV420()
1826 .img_y = temp_yuv_buffer, in ProcessYUV420()
1856 ret = I420Scale_16((const uint16_t*)input_planes.img_y, in ProcessYUV420()
1862 input_height, (uint16_t*)output_planes.img_y, in ProcessYUV420()
1870 ret = I420Scale(input_planes.img_y, input_planes.y_stride, in ProcessYUV420()
1873 input_height, output_planes.img_y, output_planes.y_stride, in ProcessYUV420()
DEmulatedRequestProcessor.cpp305 sensor_buffer->plane.img_y_crcb.img_y = in LockSensorBuffer()
/hardware/google/gfxstream/third-party/stb/include/stb/
Dstb_image.h804 stbi__uint32 img_x, img_y; member
3235 …s->img_y = stbi__get16be(s); if (s->img_y == 0) return stbi__err("no header height", "JPEG forma… in stbi__process_frame_header()
3237 if (s->img_y > STBI_MAX_DIMENSIONS) return stbi__err("too large","Very large image (corrupt?)"); in stbi__process_frame_header()
3263 …if (!stbi__mad3sizes_valid(s->img_x, s->img_y, s->img_n, 0)) return stbi__err("too large", "Image … in stbi__process_frame_header()
3284 z->img_mcu_y = (s->img_y + z->img_mcu_h-1) / z->img_mcu_h; in stbi__process_frame_header()
3289 z->img_comp[i].y = (s->img_y * z->img_comp[i].v + v_max-1) / v_max; in stbi__process_frame_header()
3384 if (NL != j->s->img_y) return stbi__err("bad DNL height", "Corrupt JPEG"); in stbi__decode_jpeg_image()
3868 output = (stbi_uc *) stbi__malloc_mad3(n, z->s->img_x, z->s->img_y, 1); in load_jpeg_image()
3872 for (j=0; j < z->s->img_y; ++j) { in load_jpeg_image()
3968 *out_y = z->s->img_y; in load_jpeg_image()
[all …]
/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dstb_image.h804 stbi__uint32 img_x, img_y; member
3235 …s->img_y = stbi__get16be(s); if (s->img_y == 0) return stbi__err("no header height", "JPEG forma… in stbi__process_frame_header()
3237 if (s->img_y > STBI_MAX_DIMENSIONS) return stbi__err("too large","Very large image (corrupt?)"); in stbi__process_frame_header()
3263 …if (!stbi__mad3sizes_valid(s->img_x, s->img_y, s->img_n, 0)) return stbi__err("too large", "Image … in stbi__process_frame_header()
3277 z->img_mcu_y = (s->img_y + z->img_mcu_h-1) / z->img_mcu_h; in stbi__process_frame_header()
3282 z->img_comp[i].y = (s->img_y * z->img_comp[i].v + v_max-1) / v_max; in stbi__process_frame_header()
3377 if (NL != j->s->img_y) return stbi__err("bad DNL height", "Corrupt JPEG"); in stbi__decode_jpeg_image()
3861 output = (stbi_uc *) stbi__malloc_mad3(n, z->s->img_x, z->s->img_y, 1); in load_jpeg_image()
3865 for (j=0; j < z->s->img_y; ++j) { in load_jpeg_image()
3961 *out_y = z->s->img_y; in load_jpeg_image()
[all …]