Home
last modified time | relevance | path

Searched refs:image_width (Results 1 – 15 of 15) sorted by relevance

/hardware/libhardware/modules/camera/3_4/arc/
Djpeg_compressor.cpp123 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/
Dlibhwjpeg-exynos.cpp237 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/
Dhwjpeglib-exynos.h28 unsigned int image_width; /* width of the compressed image */ member
/hardware/google/camera/devices/EmulatedCamera/hwl/utils/
DExifUtils.h68 size_t image_width, size_t image_height) = 0;
DExifUtils.cpp62 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/
Dcl.h128 size_t image_width; member
1875 size_t image_width,
1885 size_t image_width,
Dcl_icd.h711 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,
Dopencl.hpp4555 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()
Dcl_ext.h874 size_t image_width,
/hardware/google/camera/devices/EmulatedCamera/hwl/
DJpegCompressor.cpp408 cinfo->image_width = frame.width; in CompressYUV420Frame()
DEmulatedSensor.cpp1506 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/
DExternalCameraUtils.cpp643 cinfo.image_width = inSz.width; in encodeJpegYU12()
/hardware/interfaces/camera/device/3.4/default/
DExternalCameraUtils.cpp490 cinfo.image_width = inSz.width; in encodeJpegYU12()
/hardware/interfaces/neuralnetworks/1.2/
Dtypes.hal2314 * [image_height, image_width].
3033 * each image in the batch, with format [image_height, image_width].
/hardware/interfaces/neuralnetworks/1.3/
Dtypes.hal2391 * [image_height, image_width].
3215 * each image in the batch, with format [image_height, image_width].