Home
last modified time | relevance | path

Searched refs:exists (Results 1 – 25 of 25) sorted by relevance

/hardware/libhardware/modules/camera/3_4/arc/
Dimage_processor.cpp357 if (metadata.exists(ANDROID_JPEG_QUALITY)) { in ConvertToJpeg()
365 if (metadata.exists(ANDROID_JPEG_THUMBNAIL_QUALITY)) { in ConvertToJpeg()
426 if (metadata.exists(ANDROID_JPEG_GPS_COORDINATES)) { in SetExifTags()
446 if (metadata.exists(ANDROID_JPEG_GPS_PROCESSING_METHOD)) { in SetExifTags()
455 if (time_available && metadata.exists(ANDROID_JPEG_GPS_TIMESTAMP)) { in SetExifTags()
469 if (metadata.exists(ANDROID_JPEG_ORIENTATION)) { in SetExifTags()
477 if (metadata.exists(ANDROID_JPEG_THUMBNAIL_SIZE)) { in SetExifTags()
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3HWI.cpp3290 if (m_debug_avtimer || meta.exists(QCAMERA3_USE_AV_TIMER)) { in configureStreamsPerfLocked()
3319 if (meta.exists(ANDROID_CONTROL_AE_TARGET_FPS_RANGE)) { in configureStreamsPerfLocked()
3339 if (meta.exists(QCAMERA3_VIDEO_HDR_MODE)) { in configureStreamsPerfLocked()
3348 if (meta.exists(TANGO_MODE_DATA_SENSOR_FULLFOV)) { in configureStreamsPerfLocked()
3400 if (meta.exists(ANDROID_CONTROL_VIDEO_STABILIZATION_MODE)) { in isEISEnabled()
3406 (m_ISTypeVideo >= IS_TYPE_EIS_2_0) && !meta.exists(QCAMERA3_USE_AV_TIMER); in isEISEnabled()
4484 if (settings.exists(ANDROID_SENSOR_TIMESTAMP)) { in handleInputBufferWithLock()
4622 metadata.exists(ANDROID_STATISTICS_LENS_SHADING_MAP_MODE) && in removeUnrequestedMetadata()
4632 metadata.exists(ANDROID_STATISTICS_FACE_DETECT_MODE) && in removeUnrequestedMetadata()
4836 if (frame_settings.exists(ANDROID_CONTROL_MODE)) { in isHdrSnapshotRequest()
[all …]
/hardware/interfaces/camera/common/1.0/default/
DExif.cpp997 if (metadata.exists(ANDROID_JPEG_GPS_COORDINATES)) { in setFromMetadata()
1017 if (metadata.exists(ANDROID_JPEG_GPS_PROCESSING_METHOD)) { in setFromMetadata()
1026 if (time_available && metadata.exists(ANDROID_JPEG_GPS_TIMESTAMP)) { in setFromMetadata()
1040 if (metadata.exists(ANDROID_JPEG_ORIENTATION)) { in setFromMetadata()
1048 if (metadata.exists(ANDROID_SENSOR_EXPOSURE_TIME)) { in setFromMetadata()
1057 if (metadata.exists(ANDROID_LENS_APERTURE)) { in setFromMetadata()
1067 if (metadata.exists(ANDROID_FLASH_INFO_AVAILABLE)) { in setFromMetadata()
1081 if (metadata.exists(ANDROID_CONTROL_AWB_MODE)) { in setFromMetadata()
DCameraMetadata.cpp350 bool CameraMetadata::exists(uint32_t tag) const { in exists() function in android::hardware::camera::common::V1_0::helper::CameraMetadata
/hardware/interfaces/wifi/hostapd/1.0/
Dtypes.hal30 /** Iface with the provided name already exists. */
/hardware/interfaces/camera/common/1.0/default/include/
DCameraMetadata.h159 bool exists(uint32_t tag) const;
/hardware/interfaces/gnss/2.0/
DIAGnssRil.hal42 * True indicates that network connectivity exists and it is possible to
/hardware/interfaces/wifi/supplicant/1.0/
Dtypes.hal32 /** Iface with the provided name already exists. */
/hardware/interfaces/gnss/1.0/
DIGnssGeofencing.hal35 * already exists, an error value (ERROR_ID_EXISTS) must be returned.
DIAGnssRil.hal121 * @param connected Indicates whether network connectivity exists and
DIGnssGeofenceCallback.hal155 * Will be ERROR_ID_EXISTS if geofence with id already exists.
/hardware/interfaces/wifi/1.0/
DIWifiChip.hal340 * it exists, null otherwise.
400 * it exists, null otherwise.
460 * it exists, null otherwise.
520 * it exists, null otherwise.
/hardware/qcom/camera/msm8998/QCamera2/HAL3/test/
DQCameraHAL3Base.cpp224 if(hal3app_cam_settings.exists(QCAMERA3_IR_AVAILABLE_MODES)) { in display_capability()
/hardware/interfaces/camera/device/3.4/default/
DExternalCameraDeviceSession.cpp1648 if (req->setting.exists(ANDROID_JPEG_QUALITY)) { in createJpegLocked()
1656 if (req->setting.exists(ANDROID_JPEG_THUMBNAIL_QUALITY)) { in createJpegLocked()
1666 if (req->setting.exists(ANDROID_JPEG_THUMBNAIL_SIZE)) { in createJpegLocked()
2935 if (md.exists(ANDROID_CONTROL_AF_TRIGGER)) { in fillCaptureResult()
/hardware/qcom/msm8998/json-c/
DChangeLog58 …* Rewrite json_object_object_add to replace just the value if the key already exists so keys remai…
/hardware/interfaces/camera/device/3.2/default/
DCameraDeviceSession.cpp81 if (mDeviceInfo.exists(ANDROID_CONTROL_POST_RAW_SENSITIVITY_BOOST_RANGE)) {
857 if (mDerivePostRawSensKey && !mOverridenRequest.exists( in constructDefaultRequestSettingsRaw()
/hardware/interfaces/radio/1.4/
Dtypes.hal734 * PDP context already exists.
951 * No PDP exists with the given connection ID while modifying or deactivating or activation for
1352 * configuration request because the PDN exists for this APN.
1663 * set to DataProfileId.INVALID. If the same data profile exists, this data profile must
/hardware/interfaces/keymaster/3.0/
Dtypes.hal233 DERIVED = 1, /** Derived inside keymaster. Likely exists off-device. */
/hardware/google/interfaces/media/c2/1.0/
Dtypes.hal36 /** object already exists */
/hardware/interfaces/camera/provider/2.4/vts/functional/
DVtsHalCameraProviderV2_4TargetTest.cpp3398 if (modifiedSessionParams.exists(it)) { in TEST_F()
4439 ASSERT_TRUE(inflightReqs[i].collectedResult.exists(ANDROID_SENSOR_SENSITIVITY)); in TEST_F()
5875 ASSERT_FALSE(metadata.exists(ANDROID_SENSOR_GREEN_SPLIT)); in verifyMonochromeCameraResult()
5876 ASSERT_FALSE(metadata.exists(ANDROID_SENSOR_NEUTRAL_COLOR_POINT)); in verifyMonochromeCameraResult()
5877 ASSERT_FALSE(metadata.exists(ANDROID_COLOR_CORRECTION_MODE)); in verifyMonochromeCameraResult()
5878 ASSERT_FALSE(metadata.exists(ANDROID_COLOR_CORRECTION_TRANSFORM)); in verifyMonochromeCameraResult()
5879 ASSERT_FALSE(metadata.exists(ANDROID_COLOR_CORRECTION_GAINS)); in verifyMonochromeCameraResult()
/hardware/interfaces/keymaster/4.0/
Dtypes.hal549 * in the key characteristics. It exists only to define the tag for use in the attestation
602 * returned from Keymaster in the key characteristics. It exists only to define the tag for use
951 /** Derived inside keymaster. Likely exists off-device. */
/hardware/interfaces/radio/1.0/
DIRadio.hal417 * If a USSD session already exists, the message must be sent in the
438 * Cancel the current USSD session if one exists.
/hardware/interfaces/media/c2/1.0/
Dtypes.hal40 /** Object already exists. */
/hardware/interfaces/neuralnetworks/1.0/
Dtypes.hal879 * value if the recurrent projection layer exists, and should otherwise
/hardware/interfaces/neuralnetworks/1.2/
Dtypes.hal1198 * value if the recurrent projection layer exists, and should otherwise