Home
last modified time | relevance | path

Searched refs:JPEG (Results 1 – 14 of 14) sorted by relevance

/hardware/interfaces/camera/device/3.5/
Dtypes.hal147 * Identical to @3.2::CameraBlob, except that it also supports transport of JPEG
148 * APP segments blob, which contains JPEG APP1 to APPn (Application Marker)
151 * To capture a JPEG APP segments blob, a stream is created using the pixel format
158 * Similar to JPEG image, the JPEG APP segment images can be of variable size,
163 * The transport header must be at the end of the JPEG APP segments output stream
166 * buffer. The JPEG APP segments data itself starts at the beginning of the
/hardware/qcom/camera/msm8998/mm-image-codec/qexif/
Dqmpo.h81 JPEG = 0x00000000, // Image is in JPEG format enumerator
/hardware/interfaces/graphics/common/1.2/
Dtypes.hal54 * JPEG APP segments format as specified by JEIDA spec
62 * HAL_PIXEL_FORMAT_BLOB: JPEG APP segments optionally containing thumbnail image
/hardware/interfaces/camera/provider/2.6/
DICameraProvider.hal46 * | JPEG | s1440p | |
52 * | YUV / PRIV | s720p | JPEG | s1440p |
/hardware/interfaces/broadcastradio/1.1/
DIBroadcastRadio.hal41 * The data should be a valid PNG, JPEG, GIF or BMP file.
/hardware/libhardware/modules/camera/3_4/
DREADME.md39 * The camera must support BGR32, YUV420, and JPEG formats.
141 * Android requires HALs support YUV420, JPEG, and a format of the graphics
/hardware/interfaces/camera/metadata/3.2/
Dtypes.hal632 * <p>GPS coordinates to include in output JPEG
653 * <p>The orientation for a JPEG image.</p>
659 * <p>Compression quality of the final JPEG
666 * <p>Compression quality of JPEG
673 * <p>Resolution of embedded JPEG thumbnail.</p>
679 * <p>List of JPEG thumbnail sizes for ANDROID_JPEG_THUMBNAIL_SIZE supported by this
689 * JPEG buffer, in default sensor pixel mode (see ANDROID_SENSOR_PIXEL_MODE)</p>
697 * <p>The size of the compressed JPEG image, in
1058 * <p>The JPEG resolutions that are supported by this camera device.</p>
1855 * YUV_420_888, JPEG, or RAW) simultaneously.</p>
/hardware/interfaces/camera/device/3.6/
Dtypes.hal125 * any stream of YUV420_888 format or JPEG format, with CPU_READ usage flag,
/hardware/interfaces/broadcastradio/2.0/
DIBroadcastRadio.hal84 * The data must be a valid PNG, JPEG, GIF or BMP file.
/hardware/interfaces/camera/metadata/3.4/
Dtypes.hal163 * involving JPEG image format required for the device's hardware level and capabilities.</p>
/hardware/interfaces/broadcastradio/1.0/
Dtypes.hal152 * The data should be a valid PNG, JPEG, GIF or BMP file.
/hardware/interfaces/camera/device/3.2/
DICameraDeviceCallback.hal43 * post-processed JPEG buffers in a later call, once it is available. Each
/hardware/interfaces/graphics/common/1.0/
Dtypes.hal138 * A typical use case is for transporting JPEG-compressed images from the
149 * Dataspace::JFIF | An encoded JPEG image
627 * BT601_625 if size is smaller than 720p or is JPEG.
1023 * JPEG File Interchange Format (JFIF)
/hardware/interfaces/camera/device/3.4/default/
DExternalCameraDeviceSession.cpp1391 CameraBlob blob { CameraBlobId::JPEG, static_cast<uint32_t>(jpegCodeSize) }; in createJpegLocked()