Home
last modified time | relevance | path

Searched refs:shutter (Results 1 – 13 of 13) sorted by relevance

/hardware/interfaces/camera/device/3.2/default/
Dconvert.cpp127 dst->msg.shutter.frameNumber = src->message.shutter.frame_number; in convertToHidl()
128 dst->msg.shutter.timestamp = src->message.shutter.timestamp; in convertToHidl()
DCameraDeviceSession.cpp605 frameNumber = msg.msg.shutter.frameNumber; in notify()
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3HdrPlusListenerThread.cpp103 std::pair<uint32_t, int64_t> shutter(requestId, apSensorTimestampNs); in onShutter() local
104 mShutters.push(shutter); in onShutter()
243 auto shutter = mShutters.front(); in handleShutter() local
244 requestId = shutter.first; in handleShutter()
245 apSensorTimestampNs = shutter.second; in handleShutter()
DQCamera3HWI.cpp4947 uint32_t internalFrameNumber = notify_msg->message.shutter.frame_number; in orchestrateNotify()
4967 notify_msg->message.shutter.frame_number = frameworkFrameNumber; in orchestrateNotify()
16363 auto shutter = mShutters.find(frameNumber); in markShutterReady() local
16364 if (shutter == mShutters.end()) { in markShutterReady()
16365 shutter = mReprocessShutters.find(frameNumber); in markShutterReady()
16366 if (shutter == mReprocessShutters.end()) { in markShutterReady()
16375 if (shutter->second.ready) { in markShutterReady()
16381 shutter->second.ready = true; in markShutterReady()
16382 shutter->second.timestamp = timestamp; in markShutterReady()
16385 shutter = shutters->begin(); in markShutterReady()
[all …]
/hardware/libhardware/include/hardware/
Dcamera3.h2118 camera3_shutter_msg_t shutter; member
/hardware/libhardware/modules/camera/3_4/
Dcamera.cpp475 message.message.shutter.frame_number = frame_number; in notifyShutter()
476 message.message.shutter.timestamp = timestamp; in notifyShutter()
/hardware/libhardware/modules/usbcamera/
DCamera.cpp479 m.message.shutter.frame_number = frame_number; in notifyShutter()
480 m.message.shutter.timestamp = timestamp; in notifyShutter()
/hardware/libhardware/modules/camera/3_0/
DCamera.cpp470 m.message.shutter.frame_number = frame_number; in notifyShutter()
471 m.message.shutter.timestamp = timestamp; in notifyShutter()
/hardware/interfaces/camera/device/3.2/
Dtypes.hal154 * the last shutter notify and the last capture results (including partial
155 * results and final result) to the app. The shutter notifies and capture
670 ShutterMsg shutter;
705 * Zero-shutter-lag mode. Application typically request preview and
DICameraDeviceSession.hal314 * completed normally by the HAL; i.e. the HAL can send shutter/notify
/hardware/interfaces/camera/device/3.4/default/
DExternalCameraDeviceSession.cpp685 msg.msg.shutter.frameNumber = frameNumber; in notifyShutter()
686 msg.msg.shutter.timestamp = shutterTs; in notifyShutter()
/hardware/interfaces/camera/metadata/3.2/
Dtypes.hal512 * <p>Allow camera device to enable zero-shutter-lag mode for requests with
893 * shutter lag stream</p>
/hardware/interfaces/camera/provider/2.4/vts/functional/
DVtsHalCameraProviderV2_4TargetTest.cpp1068 messages[i].msg.shutter.frameNumber); in notify()
1071 __func__, messages[i].msg.shutter.frameNumber); in notify()
1090 r->shutterTimestamp = messages[i].msg.shutter.timestamp; in notify()