Home
last modified time | relevance | path

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

/hardware/samsung_slsi/exynos5/libcamera2/
DExynosCameraHWInterface2.cpp458 struct camera2_shot_ext * request_shot; in MarkProcessingRequest() local
481 request_shot = &(newEntry->internal_shot); in MarkProcessingRequest()
495 shot_ext->shot.ctl.request.frameCount = request_shot->shot.ctl.request.frameCount; in MarkProcessingRequest()
610 struct camera2_shot_ext * request_shot; in ApplyDynamicMetadata() local
636 request_shot = &(newEntry->internal_shot); in ApplyDynamicMetadata()
638 timeStamp = request_shot->shot.dm.sensor.timeStamp; in ApplyDynamicMetadata()
639 memcpy(&(request_shot->shot.dm), &(shot_ext->shot.dm), sizeof(struct camera2_dm)); in ApplyDynamicMetadata()
640 request_shot->shot.dm.sensor.timeStamp = timeStamp; in ApplyDynamicMetadata()
648 struct camera2_shot_ext * request_shot; in UpdateIspParameters() local
661 request_shot = &(newEntry->internal_shot); in UpdateIspParameters()
[all …]