Home
last modified time | relevance | path

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

/hardware/interfaces/camera/device/3.5/
Dtypes.hal146 * Identical to @3.2::CameraBlob, except that it also supports transport of JPEG
147 * APP segments blob, which contains JPEG APP1 to APPn (Application Marker)
150 * To capture a JPEG APP segments blob, a stream is created using the pixel format
157 * Similar to JPEG image, the JPEG APP segment images can be of variable size,
162 * The transport header must be at the end of the JPEG APP segments output stream
165 * 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/broadcastradio/1.1/
DIBroadcastRadio.hal41 * The data should be a valid PNG, JPEG, GIF or BMP file.
/hardware/interfaces/camera/device/3.2/
Dtypes.hal515 * Transport header for camera blob types; generally compressed JPEG buffers in
518 * To capture JPEG images, a stream is created using the pixel format
521 * field android.jpeg.maxSize. Since compressed JPEG images are of variable
524 * be set to CameraBlobId::JPEG.
526 * The transport header must be at the end of the JPEG output stream
530 * android.jpeg.maxSize. The JPEG data itself starts at the beginning of the
534 JPEG = 0x00FF,
699 * include preview, video record, and full-resolution YUV or JPEG streams in
706 * full-resolution data for each frame, and reprocess it to JPEG when a
DICameraDeviceCallback.hal43 * post-processed JPEG buffers in a later call, once it is available. Each
/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</p>
695 * <p>The size of the compressed JPEG image, in
1056 * <p>The JPEG resolutions that are supported by this camera device.</p>
1853 * YUV_420_888, JPEG, or RAW) simultaneously.</p>
/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/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.cpp1772 CameraBlob blob { CameraBlobId::JPEG, static_cast<uint32_t>(jpegCodeSize) }; in createJpegLocked()