/hardware/google/easel/amber/camera/libhdrplusclient/ |
D | HdrPlusClientUtils.cpp | 33 switch (streamConfig.image.format) { in getRgb() 37 if (streamConfig.image.planes.size() != 2) { in getRgb() 39 streamConfig.image.planes.size()); in getRgb() 44 uint32_t yIndex = y * streamConfig.image.planes[0].stride + x; in getRgb() 45 uint32_t vIndex = streamConfig.image.planes[0].scanline * in getRgb() 46 streamConfig.image.planes[0].stride + in getRgb() 47 (y / 2) * streamConfig.image.planes[1].stride + (x & ~0x1); in getRgb() 62 if (streamConfig.image.planes.size() != 1) { in getRgb() 64 streamConfig.image.planes.size()); in getRgb() 68 uint32_t offset = y * streamConfig.image.planes[0].stride + x * 3; in getRgb() [all …]
|
/hardware/interfaces/broadcastradio/1.1/ |
D | IBroadcastRadio.hal | 31 * Fetch image from radio module. 34 * passing an image data blob in the MetadataType.RAW field, the HAL 43 * way as a missing image. 45 * The image identifier may become invalid after some time from passing it 52 * image immediately after notifying about the new one) between 54 * the HAL implementation removing previous image. In such case, client 56 * updated image identifier. 58 * @param id Identifier of an image; 59 * value of 0 is reserved and should be treated as invalid image. 60 * @return image A binary blob with image data [all …]
|
/hardware/interfaces/camera/device/1.0/ |
D | ICameraDeviceCallback.hal | 57 * Send a buffer of image data to the camera service 59 * @param msgType The kind of image buffer data this call represents. 69 * Send a buffer of image data to the camera service, with a timestamp 71 * @param msgType The kind of image buffer data this call represents. 83 * Send a buffer of image data to the camera service, with a timestamp 85 * @param msgType The kind of image buffer data this call represents. 86 * @param handle The handle of image buffer data this call represents. 98 * Send a batch of image data buffer to the camera service, with timestamps 105 * @param msgType The kind of image buffer data this call represents. 106 * @param batch a vector messages. Each message contains a image buffer and a timestamp. The
|
D | types.hal | 42 * The orientation of the camera image. The value is the angle that the 43 * camera image needs to be rotated clockwise so it shows correctly on the 263 // The handle of image buffer data. 281 // The handle of image buffer data.
|
/hardware/interfaces/broadcastradio/2.0/ |
D | IBroadcastRadio.hal | 74 * Fetch image from radio module cache. 86 * way as a missing image. 88 * The image identifier may become invalid after some time from passing it 97 * onCurrentProgramInfoChanged callback with updated image identifier. 99 * @param id Identifier of an image (value of Constants::INVALID_IMAGE is 100 * reserved and must be treated as invalid image). 101 * @return image A binary blob with image data 104 getImage(uint32_t id) generates (vec<uint8_t> image);
|
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/ |
D | Android.mk | 42 $(LOCAL_PATH)/../../../mm-image-codec/qexif \ 43 $(LOCAL_PATH)/../../../mm-image-codec/qomx_core 137 $(LOCAL_PATH)/../../../mm-image-codec/qexif \ 138 $(LOCAL_PATH)/../../../mm-image-codec/qomx_core
|
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-jpeg-interface/ |
D | Android.mk | 23 $(LOCAL_PATH)/../../../mm-image-codec/qexif \ 24 $(LOCAL_PATH)/../../../mm-image-codec/qomx_core
|
/hardware/interfaces/graphics/common/1.2/ |
D | types.hal | 59 * contain main compressed image. 62 * HAL_PIXEL_FORMAT_BLOB: JPEG APP segments optionally containing thumbnail image 64 * camera framework to encode into a HEIC image. 74 * HAL_PIXEL_FORMAT_BLOB: A HEIC image encoded by HEIC or HEVC encoder
|
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-jpeg-interface/src/ |
D | mm_jpegdec.c | 310 p_session->inputPort.format.image.nFrameWidth = in mm_jpegdec_session_config_ports() 312 p_session->inputPort.format.image.nFrameHeight = in mm_jpegdec_session_config_ports() 314 p_session->inputPort.format.image.nStride = in mm_jpegdec_session_config_ports() 316 p_session->inputPort.format.image.nSliceHeight = in mm_jpegdec_session_config_ports() 318 p_session->inputPort.format.image.eColorFormat = in mm_jpegdec_session_config_ports() 571 p_session->outputPort.format.image.nFrameWidth = in mm_jpegdec_session_decode() 573 p_session->outputPort.format.image.nFrameHeight = in mm_jpegdec_session_decode() 575 p_session->outputPort.format.image.eColorFormat = in mm_jpegdec_session_decode() 582 p_session->outputPort.format.image.nSliceHeight = in mm_jpegdec_session_decode() 585 p_session->outputPort.format.image.nStride = in mm_jpegdec_session_decode()
|
D | mm_jpeg.c | 1001 p_session->inputPort.format.image.nFrameWidth = in mm_jpeg_session_config_ports() 1003 p_session->inputPort.format.image.nFrameHeight = in mm_jpeg_session_config_ports() 1005 p_session->inputPort.format.image.nStride = in mm_jpeg_session_config_ports() 1007 p_session->inputPort.format.image.nSliceHeight = in mm_jpeg_session_config_ports() 1010 p_session->inputPort.format.image.nFrameWidth = in mm_jpeg_session_config_ports() 1012 p_session->inputPort.format.image.nFrameHeight = in mm_jpeg_session_config_ports() 1014 p_session->inputPort.format.image.nStride = in mm_jpeg_session_config_ports() 1016 p_session->inputPort.format.image.nSliceHeight = in mm_jpeg_session_config_ports() 1020 p_session->inputPort.format.image.eColorFormat = in mm_jpeg_session_config_ports() 1046 p_session->inputTmbPort.format.image.nFrameWidth = in mm_jpeg_session_config_ports() [all …]
|
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-jpeg-interface/test/ |
D | Android.mk | 31 OMX_CORE_DIR := $(MM_JPEG_TEST_PATH)/../../../../mm-image-codec 75 OMX_CORE_DIR := $(MM_JPEG_TEST_PATH)/../../../../mm-image-codec
|
/hardware/interfaces/biometrics/fingerprint/2.1/ |
D | IBiometricsFingerprintClientCallback.hal | 33 * Sent when a fingerprint image is acquired by the sensor 35 * @param acquiredInfo a message about the quality of the acquired image 36 * @param vendorCode a vendor-specific message about the quality of the image. Only
|
D | types.hal | 86 * image doesn't contain enough detail for recognition*/ 127 /** information about the image */
|
/hardware/interfaces/graphics/common/1.0/ |
D | types.hal | 92 * representing raw Bayer-pattern images from an image sensor, with minimal 124 * Dataspace::ARBITRARY | Raw image sensor data, layout is as 135 * image structure. The details of the format are left to the two 149 * Dataspace::JFIF | An encoded JPEG image 190 * RAW_OPAQUE is a format for unprocessed raw image buffers coming from an 191 * image sensor. The actual structure of buffers of this format is 206 * Dataspace::ARBITRARY | Raw image sensor data. 214 * an image sensor. 216 * In an image buffer with this format, starting from the first pixel of each 245 * the end of each row, the entire image data is densely packed. When stride is [all …]
|
/hardware/libhardware/modules/camera/3_4/arc/ |
D | jpeg_compressor.h | 33 bool CompressImage(const void* image, int width, int height, int quality,
|
D | jpeg_compressor.cpp | 26 bool JpegCompressor::CompressImage(const void* image, int width, int height, in CompressImage() argument 35 if (!Encode(image, width, height, quality, app1Buffer, app1Size)) { in CompressImage()
|
/hardware/interfaces/graphics/mapper/2.0/ |
D | types.hal | 49 * the image to the first value of the next row. It includes the width of the 50 * image plus padding.
|
/hardware/interfaces/graphics/mapper/3.0/ |
D | types.hal | 68 * the image to the first value of the next row. It includes the width of the 69 * image plus padding.
|
/hardware/qcom/camera/msm8998/QCamera2/ |
D | Android.mk | 97 $(LOCAL_PATH)/../mm-image-codec/qexif \ 98 $(LOCAL_PATH)/../mm-image-codec/qomx_core \
|
/hardware/interfaces/camera/metadata/3.4/ |
D | types.hal | 81 * <p>Recommended mappings of image formats that are supported by this 161 * involving HEIC image format, compared to the 163 * involving JPEG image format required for the device's hardware level and capabilities.</p>
|
/hardware/google/easel/amber/camera/include/ |
D | HdrPlusTypes.h | 118 ImageConfiguration image; member 122 image == other.image;
|
/hardware/interfaces/camera/device/3.4/ |
D | ICameraDeviceCallback.hal | 25 * These methods are used to return metadata and image buffers for a completed
|
/hardware/interfaces/camera/device/3.2/ |
D | types.hal | 35 * from this stream with newly captured or reprocessed image data. 42 * as if the buffer was a newly captured image from the imager. 263 * For most formats, dataSpace defines the color space of the image data. 264 * In addition, for some formats, dataSpace indicates whether image- or 282 * 720x1280, and HAL must capture a 1280x720 image and rotate the image by 522 * size, the HAL needs to include the final size of the compressed image using 643 * be input image's start of capture. This must match the capture result 707 * still image is requested by user. Settings must provide highest-quality 733 * A single request for image capture/buffer reprocessing, sent to the Camera 737 * output buffers to write the resulting image data in. It may optionally [all …]
|
D | ICameraDeviceCallback.hal | 25 * These methods are used to return metadata and image buffers for a completed 123 * application layer until a start of exposure timestamp (or input image's
|
/hardware/interfaces/camera/metadata/3.2/ |
D | types.hal | 158 * <p>The mode control selects how the image data is converted from the 203 * <p>Adjustment to auto-exposure (AE) target image 653 * <p>The orientation for a JPEG image.</p> 660 * image.</p> 695 * <p>The size of the compressed JPEG image, in 730 * <p>Sets whether the camera device uses optical image stabilization (OIS) 813 * <p>List of optical image stabilization (OIS) modes for 948 * <p>Lists which camera output streams image data 1040 * <p>The list of image formats that are supported by this 1109 * <p>The mapping of image formats that are supported by this [all …]
|