Home
last modified time | relevance | path

Searched refs:image_width (Results 1 – 7 of 7) 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/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.hal2312 * [image_height, image_width].
3031 * each image in the batch, with format [image_height, image_width].
/hardware/interfaces/neuralnetworks/1.3/
Dtypes.hal2388 * [image_height, image_width].
3212 * each image in the batch, with format [image_height, image_width].