Home
last modified time | relevance | path

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

12

/hardware/libhardware/modules/camera/3_4/arc/
Dimage_processor.cpp355 if (metadata.exists(ANDROID_JPEG_QUALITY)) { in ConvertToJpeg()
363 if (metadata.exists(ANDROID_JPEG_THUMBNAIL_QUALITY)) { in ConvertToJpeg()
421 if (metadata.exists(ANDROID_JPEG_GPS_COORDINATES)) { in SetExifTags()
441 if (metadata.exists(ANDROID_JPEG_GPS_PROCESSING_METHOD)) { in SetExifTags()
450 if (time_available && metadata.exists(ANDROID_JPEG_GPS_TIMESTAMP)) { in SetExifTags()
464 if (metadata.exists(ANDROID_JPEG_ORIENTATION)) { in SetExifTags()
472 if (metadata.exists(ANDROID_JPEG_THUMBNAIL_SIZE)) { in SetExifTags()
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3HWI.cpp3227 if (m_debug_avtimer || meta.exists(QCAMERA3_USE_AV_TIMER)) { in configureStreamsPerfLocked()
3256 if (meta.exists(ANDROID_CONTROL_AE_TARGET_FPS_RANGE)) { in configureStreamsPerfLocked()
3276 if (meta.exists(QCAMERA3_VIDEO_HDR_MODE)) { in configureStreamsPerfLocked()
3285 if (meta.exists(TANGO_MODE_DATA_SENSOR_FULLFOV)) { in configureStreamsPerfLocked()
3337 if (meta.exists(ANDROID_CONTROL_VIDEO_STABILIZATION_MODE)) { in isEISEnabled()
3343 (m_ISTypeVideo >= IS_TYPE_EIS_2_0) && !meta.exists(QCAMERA3_USE_AV_TIMER); in isEISEnabled()
4371 if (settings.exists(ANDROID_SENSOR_TIMESTAMP)) { in handleInputBufferWithLock()
4509 metadata.exists(ANDROID_STATISTICS_LENS_SHADING_MAP_MODE) && in removeUnrequestedMetadata()
4519 metadata.exists(ANDROID_STATISTICS_FACE_DETECT_MODE) && in removeUnrequestedMetadata()
4717 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.cpp351 bool CameraMetadata::exists(uint32_t tag) const { in exists() function in android::hardware::camera::common::V1_0::helper::CameraMetadata
/hardware/intel/common/libva/va/x11/
Dva_nvctrl.c282 Bool exists; in XNVCTRLQueryTargetStringAttribute() local
319 exists = rep.flags; in XNVCTRLQueryTargetStringAttribute()
322 return exists; in XNVCTRLQueryTargetStringAttribute()
/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/wifi/supplicant/1.0/
Dtypes.hal32 /** Iface with the provided name already exists. */
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
DWsbmWrapper.c134 if(ret || !arg.rep.exists) { in psbWsbmInitialize()
/hardware/intel/img/hwcomposer/merrifield/ips/common/
DWsbmWrapper.c133 if(ret || !arg.rep.exists) { in psbWsbmInitialize()
/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/google/interfaces/pixelstats/1.0/
DIPixelStats.hal77 * For most components, unless a more specific failure exists, COMPLETE should be used.
/hardware/intel/common/libmix/mix_common/
DINSTALL213 `configure' looks for `PREFIX/share/config.site' if it exists, then
214 `PREFIX/etc/config.site' if it exists. Or, you can set the
/hardware/interfaces/camera/device/3.4/default/
DExternalCameraDeviceSession.cpp1554 if (req->setting.exists(ANDROID_JPEG_QUALITY)) { in createJpegLocked()
1562 if (req->setting.exists(ANDROID_JPEG_THUMBNAIL_QUALITY)) { in createJpegLocked()
1572 if (req->setting.exists(ANDROID_JPEG_THUMBNAIL_SIZE)) { in createJpegLocked()
2780 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.cpp78 if (mDeviceInfo.exists(ANDROID_CONTROL_POST_RAW_SENSITIVITY_BOOST_RANGE)) {
801 if (mDerivePostRawSensKey && !mOverridenRequest.exists( in constructDefaultRequestSettingsRaw()
/hardware/intel/img/psb_video/src/
Dpsb_drv_video.c3097 if (ret != 0 || !arg.rep.exists) {
3101 strerror(errno), ret, arg.rep.exists);
3118 if (ret != 0 || !exec_arg.rep.exists) {
3128 if (ret != 0 || !lncvideo_getparam_arg.rep.exists) {
/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/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.

12