Home
last modified time | relevance | path

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

/aosp12/frameworks/av/camera/include/camera/
H A DCaptureResult.h134 struct PhysicalCaptureResultInfo : public android::Parcelable { struct
136 PhysicalCaptureResultInfo() in PhysicalCaptureResultInfo() argument
140 PhysicalCaptureResultInfo(const String16& cameraId, in PhysicalCaptureResultInfo() argument
158 using hardware::camera2::impl::PhysicalCaptureResultInfo; argument
/aosp12/frameworks/base/core/java/android/hardware/camera2/impl/
H A 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
/aosp12/frameworks/av/camera/ndk/ndk_vendor/impl/
H A DACameraDevice.h50 using PhysicalCaptureResultInfo = frameworks::cameraservice::device::V2_0::PhysicalCaptureResultInf… variable
/aosp12/frameworks/av/services/camera/libcameraservice/libcameraservice_fuzzer/
H A Dcamera_service_fuzzer.cpp493 const std::vector<PhysicalCaptureResultInfo>& /*physicalResultInfos*/) { in onResultReceived()