Searched defs:shutter (Results 1 - 3 of 3) sorted by last modified time

/hardware/qcom/camera/msm8998/QCamera2/HAL3/
H A DQCamera3HWI.cpp4105 // Workaround for case where shutter is missing due to dropped
4351 * DESCRIPTION: Handles input buffer and shutter callback with mMutex lock held.
4608 // If this pending buffer has result metadata, we may be able to send out shutter callback
4613 // also not ready to send in order to keep shutter callbacks and result metadata
4947 uint32_t internalFrameNumber = notify_msg->message.shutter.frame_number;
4967 notify_msg->message.shutter.frame_number = frameworkFrameNumber;
5783 // Let shutter dispatcher and buffer dispatcher know shutter and output buffers are expected
6905 * Timestamp is needed because it's used for shutter notify calculation.
15805 ALOGV("%s: %d: Received a shutter fo
16363 auto shutter = mShutters.find(frameNumber); local
[all...]
H A DQCamera3HdrPlusListenerThread.cpp103 std::pair<uint32_t, int64_t> shutter(requestId, apSensorTimestampNs);
104 mShutters.push(shutter);
239 ALOGW("%s: There is no shutter.", __FUNCTION__);
243 auto shutter = mShutters.front(); local
244 requestId = shutter.first;
245 apSensorTimestampNs = shutter.second;
/hardware/libhardware/include/hardware/
H A Dcamera3.h516 * zero-shutter-lag still capture. Triggering locks focus once currently
612 * determining if a zero-shutter-lag frame can be used.
1510 * the last shutter notify and the last capture results (including partial
1511 * results and final result) to the app. The shutter notifies and capture
1994 * begun. camera3_notify_msg.message.shutter contains the information
2118 camera3_shutter_msg_t shutter; member in union:camera3_notify_msg::__anon1241
2166 * Zero-shutter-lag mode. Application will request preview and
3147 * completed normally by the HAL; i.e. the HAL can send shutter/notify and

Completed in 165 milliseconds