Home
last modified time | relevance | path

Searched defs:PhysicalCaptureResultInfo (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/camera/include/camera/
DCaptureResult.h103 struct PhysicalCaptureResultInfo : public android::Parcelable { struct
105 PhysicalCaptureResultInfo() in PhysicalCaptureResultInfo() argument
109 PhysicalCaptureResultInfo(const String16& cameraId, in PhysicalCaptureResultInfo() function
127 using hardware::camera2::impl::PhysicalCaptureResultInfo; argument
/frameworks/base/core/java/android/hardware/camera2/impl/
DPhysicalCaptureResultInfo.java26 public class PhysicalCaptureResultInfo implements Parcelable { class
43 private PhysicalCaptureResultInfo(Parcel in) { in PhysicalCaptureResultInfo() method in PhysicalCaptureResultInfo
47 public PhysicalCaptureResultInfo(String cameraId, CameraMetadataNative cameraMetadata) { in PhysicalCaptureResultInfo() method in PhysicalCaptureResultInfo
/frameworks/av/camera/ndk/ndk_vendor/impl/
DACameraDevice.h49 using PhysicalCaptureResultInfo = frameworks::cameraservice::device::V2_0::PhysicalCaptureResultInf… variable