Home
last modified time | relevance | path

Searched defs:InFlightRequest (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/av/services/camera/libcameraservice/device3/
H A DInFlightRequest.h43 struct InFlightRequest { struct
46 nsecs_t shutterTimestamp;
48 nsecs_t sensorTimestamp;
49 int requestStatus;
51 bool haveResultMetadata;
54 int numBuffersLeft;
60 bool hasInputBuffer;
82 bool hasCallback;
92 bool skipResultMetadata;
108 bool stillCapture;
[all …]
/aosp12/hardware/interfaces/camera/provider/2.4/vts/functional/
H A DVtsHalCameraProviderV2_4TargetTest.cpp954 struct InFlightRequest { struct in CameraHidlTest
958 bool errorCodeValid;
959 ErrorCode errorCode;
962 bool usePartialResult;
975 ssize_t numBuffersLeft;
978 int64_t frameNumber;
987 int32_t errorStreamId;
990 bool hasInputBuffer;
1001 InFlightRequest() : in InFlightRequest() function
1016 InFlightRequest(ssize_t numBuffers, bool hasInput, in InFlightRequest() argument
[all …]