Home
last modified time | relevance | path

Searched refs:image_width (Results 1 – 8 of 8) 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()
397 image_width = m_jpegStreamParser.GetWidth(); in PrepareDecompression()
403 if (((image_width % (chroma_h_samp_factor * scale_factor)) != 0) || in PrepareDecompression()
406 … scale_factor, image_width, image_height, chroma_h_samp_factor, chroma_v_samp_factor); in PrepareDecompression()
410 output_width = image_width / scale_factor; in PrepareDecompression()
413 if (!m_hwjpeg->SetStreamPixelSize(image_width, image_height)) { in PrepareDecompression()
414 ALOGE("Failed to configure stream pixel size (%ux%u)", image_width, image_height); in PrepareDecompression()
/hardware/google/camera/devices/EmulatedCamera/hwl/utils/
DExifUtils.h60 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/camera/devices/EmulatedCamera/hwl/
DJpegCompressor.cpp278 cinfo->image_width = frame.width; in CompressYUV420Frame()
/hardware/interfaces/camera/device/3.4/default/
DExternalCameraUtils.cpp461 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.hal2392 * [image_height, image_width].
3216 * each image in the batch, with format [image_height, image_width].