Home
last modified time | relevance | path

Searched refs:TYPE_INT64 (Results 1 – 7 of 7) sorted by relevance

/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3VendorTags.cpp153 { "use_iso_exp_priority", TYPE_INT64 },
156 { "exposure_time_range", TYPE_INT64 }
358 { "stats.ois_frame_timestamp_vsync", TYPE_INT64 },
359 { "stats.ois_frame_timestamp_boottime", TYPE_INT64 },
360 { "stats.ois_timestamps_boottime", TYPE_INT64 },
/hardware/libhardware/modules/camera/3_0/
DVendorTags.cpp64 {"difficulty", TYPE_INT64},
DMetadata.cpp91 if (!validate(tag, TYPE_INT64, count)) return -EINVAL; in addInt64()
/hardware/libhardware/modules/sensors/dynamic_sensor/
DHidRawSensor.h57 TYPE_INT64, enumerator
DHidRawSensor.cpp966 case TYPE_INT64: in handleInput()
/hardware/libhardware/modules/usbcamera/
DMetadata.cpp82 if (!validate(tag, TYPE_INT64, count)) return -EINVAL; in addInt64()
/hardware/interfaces/camera/common/1.0/default/
DCameraMetadata.cpp236 if ( (res = checkType(tag, TYPE_INT64)) != OK) { in update()