/hardware/interfaces/camera/device/3.5/ |
D | types.hal | 147 * 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/interfaces/camera/device/aidl/aidl_api/android.hardware.camera.device/3/android/hardware/camera/device/ |
D | CameraBlobId.aidl | 37 JPEG = 0x00FF, enumConstant
|
/hardware/interfaces/camera/device/aidl/aidl_api/android.hardware.camera.device/1/android/hardware/camera/device/ |
D | CameraBlobId.aidl | 37 JPEG = 255, enumConstant
|
/hardware/interfaces/camera/device/aidl/aidl_api/android.hardware.camera.device/current/android/hardware/camera/device/ |
D | CameraBlobId.aidl | 37 JPEG = 0x00FF, enumConstant
|
/hardware/interfaces/camera/device/aidl/aidl_api/android.hardware.camera.device/2/android/hardware/camera/device/ |
D | CameraBlobId.aidl | 37 JPEG = 0x00FF, enumConstant
|
/hardware/interfaces/camera/device/aidl/android/hardware/camera/device/ |
D | CameraBlobId.aidl | 64 JPEG = 0x00FF, enumConstant
|
/hardware/google/camera/common/hal/utils/ |
D | camera_blob.h | 49 JPEG = 0x00FF, enumerator
|
/hardware/qcom/camera/msm8998/mm-image-codec/qexif/ |
D | qmpo.h | 81 JPEG = 0x00000000, // Image is in JPEG format enumerator
|
/hardware/interfaces/graphics/common/1.2/ |
D | types.hal | 54 * 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/ |
D | ICameraProvider.hal | 46 * | JPEG | s1440p | | 52 * | YUV / PRIV | s720p | JPEG | s1440p |
|
/hardware/interfaces/broadcastradio/1.1/ |
D | IBroadcastRadio.hal | 41 * The data should be a valid PNG, JPEG, GIF or BMP file.
|
/hardware/interfaces/camera/device/3.2/ |
D | types.hal | 518 * Transport header for camera blob types; generally compressed JPEG buffers in 521 * To capture JPEG images, a stream is created using the pixel format 524 * field android.jpeg.maxSize. Since compressed JPEG images are of variable 527 * be set to CameraBlobId::JPEG. 529 * The transport header must be at the end of the JPEG output stream 533 * android.jpeg.maxSize. The JPEG data itself starts at the beginning of the 537 JPEG = 0x00FF, 702 * include preview, video record, and full-resolution YUV or JPEG streams in 709 * full-resolution data for each frame, and reprocess it to JPEG when a
|
D | ICameraDeviceCallback.hal | 43 * post-processed JPEG buffers in a later call, once it is available. Each
|
/hardware/libhardware/modules/camera/3_4/ |
D | README.md | 39 * 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/ |
D | types.hal | 632 * <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/ |
D | types.hal | 125 * any stream of YUV420_888 format or JPEG format, with CPU_READ usage flag,
|
/hardware/interfaces/broadcastradio/2.0/ |
D | IBroadcastRadio.hal | 84 * The data must be a valid PNG, JPEG, GIF or BMP file.
|
/hardware/interfaces/broadcastradio/1.0/ |
D | types.hal | 152 * The data should be a valid PNG, JPEG, GIF or BMP file.
|
/hardware/interfaces/camera/metadata/3.4/ |
D | types.hal | 163 * involving JPEG image format required for the device's hardware level and capabilities.</p>
|
/hardware/google/camera/devices/EmulatedCamera/hwl/ |
D | JpegCompressor.cpp | 342 blob->blob_id = CameraBlobId::JPEG; in CompressYUV420()
|
/hardware/interfaces/graphics/common/1.0/ |
D | types.hal | 138 * 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/google/gfxstream/third-party/astc-encoder/ |
D | README.md | 27 The encoder supports compression of low dynamic range (BMP, JPEG, PNG, TGA) and
|
/hardware/interfaces/camera/device/3.4/default/ |
D | ExternalCameraDeviceSession.cpp | 1391 CameraBlob blob { CameraBlobId::JPEG, static_cast<uint32_t>(jpegCodeSize) }; in createJpegLocked()
|
/hardware/interfaces/camera/device/default/ |
D | ExternalCameraDeviceSession.cpp | 2688 CameraBlob blob{CameraBlobId::JPEG, static_cast<int32_t>(jpegCodeSize)}; in createJpegLocked()
|