Searched refs:image_width (Results 1 – 15 of 15) sorted by relevance
/hardware/libhardware/modules/camera/3_4/arc/ |
D | jpeg_compressor.cpp | 123 cinfo->image_width = width; in SetJpegCompressStruct() 150 size_t y_plane_size = cinfo->image_width * cinfo->image_height; in Compress() 155 std::unique_ptr<uint8_t[]> empty(new uint8_t[cinfo->image_width]); in Compress() 156 memset(empty.get(), 0, cinfo->image_width); in Compress() 162 y[i] = y_plane + scanline * cinfo->image_width; in Compress() 171 int offset = scanline * (cinfo->image_width / 2); in Compress()
|
/hardware/google/graphics/common/libhwjpeg/ |
D | libhwjpeg-exynos.cpp | 237 image_width = 0; in CLibhwjpegDecompressor() 393 image_width = m_jpegStreamParser.GetWidth(); in PrepareDecompression() 399 if (((image_width % (chroma_h_samp_factor * scale_factor)) != 0) || in PrepareDecompression() 403 scale_factor, image_width, image_height, chroma_h_samp_factor, chroma_v_samp_factor); in PrepareDecompression() 407 output_width = image_width / scale_factor; in PrepareDecompression() 410 if (!m_hwjpeg->SetStreamPixelSize(image_width, image_height)) { in PrepareDecompression() 411 ALOGE("Failed to configure stream pixel size (%ux%u)", image_width, image_height); in PrepareDecompression()
|
/hardware/google/graphics/common/libhwjpeg/include/ |
D | hwjpeglib-exynos.h | 28 unsigned int image_width; /* width of the compressed image */ member
|
/hardware/google/camera/devices/EmulatedCamera/hwl/utils/ |
D | ExifUtils.h | 68 size_t image_width, size_t image_height) = 0;
|
D | ExifUtils.cpp | 62 size_t image_width, size_t image_height); 913 size_t image_width, size_t image_height) { in SetFromMetadata() argument 914 if (!SetImageWidth(image_width) || !SetImageHeight(image_height)) { in SetFromMetadata()
|
/hardware/google/gfxstream/guest/mesa/include/CL/ |
D | cl.h | 128 size_t image_width; member 1875 size_t image_width, 1885 size_t image_width,
|
D | cl_icd.h | 711 size_t image_width, size_t image_height, size_t image_row_pitch, 716 size_t image_width, size_t image_height, size_t image_depth,
|
D | opencl.hpp | 4555 desc.image_width = width; in Image1D() 4642 desc.image_width = width; in Image1DBuffer() 4727 desc.image_width = width; in Image1DArray() 4839 desc.image_width = width; in Image2D() 4890 desc.image_width = width; in Image2D() 4951 desc.image_width = sourceWidth; in Image2D() 5146 desc.image_width = width; in Image2DArray() 5258 desc.image_width = width; in Image3D()
|
D | cl_ext.h | 874 size_t image_width,
|
/hardware/google/camera/devices/EmulatedCamera/hwl/ |
D | JpegCompressor.cpp | 408 cinfo->image_width = frame.width; in CompressYUV420Frame()
|
D | EmulatedSensor.cpp | 1506 unsigned int image_width = in CaptureRaw() local 1519 for (unsigned int out_x = 0; out_x < image_width; out_x++) { in CaptureRaw() 1523 float norm_x = out_x / (image_width * raw_zoom_ratio); in CaptureRaw()
|
/hardware/interfaces/camera/device/default/ |
D | ExternalCameraUtils.cpp | 643 cinfo.image_width = inSz.width; in encodeJpegYU12()
|
/hardware/interfaces/camera/device/3.4/default/ |
D | ExternalCameraUtils.cpp | 490 cinfo.image_width = inSz.width; in encodeJpegYU12()
|
/hardware/interfaces/neuralnetworks/1.2/ |
D | types.hal | 2314 * [image_height, image_width]. 3033 * each image in the batch, with format [image_height, image_width].
|
/hardware/interfaces/neuralnetworks/1.3/ |
D | types.hal | 2391 * [image_height, image_width]. 3215 * each image in the batch, with format [image_height, image_width].
|