Home
last modified time | relevance | path

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

/hardware/samsung_slsi/exynos5/libcamera2/
DExynosCameraHWInterface2.cpp457 struct camera2_shot_ext * shot_ext; in MarkProcessingRequest() local
492 shot_ext = (struct camera2_shot_ext *)buf->virt.extP[1]; in MarkProcessingRequest()
494 memset(shot_ext, 0x00, sizeof(struct camera2_shot_ext)); in MarkProcessingRequest()
495 shot_ext->shot.ctl.request.frameCount = request_shot->shot.ctl.request.frameCount; in MarkProcessingRequest()
496 shot_ext->request_sensor = 1; in MarkProcessingRequest()
497 shot_ext->dis_bypass = 1; in MarkProcessingRequest()
498 shot_ext->dnr_bypass = 1; in MarkProcessingRequest()
499 shot_ext->fd_bypass = 1; in MarkProcessingRequest()
500 shot_ext->setfile = 0; in MarkProcessingRequest()
503 shot_ext->shot.ctl.request.outputStreams[0] = targetStreamIndex; in MarkProcessingRequest()
[all …]
DExynosCameraHWInterface2.h276 void ApplyDynamicMetadata(struct camera2_shot_ext *shot_ext);
278 …void UpdateIspParameters(struct camera2_shot_ext *shot_ext, int frameCnt, ctl_request_info_t *c…
286 int FindFrameCnt(struct camera2_shot_ext * shot_ext, bool drain);
567 void DumpInfoWithShot(struct camera2_shot_ext * shot_ext);
599 void m_preCaptureSetter(struct camera2_shot_ext * shot_ext);
600 void m_preCaptureListenerSensor(struct camera2_shot_ext * shot_ext);
601 void m_preCaptureListenerISP(struct camera2_shot_ext * shot_ext);
602 void m_preCaptureAeState(struct camera2_shot_ext * shot_ext);
603 void m_updateAfRegion(struct camera2_shot_ext * shot_ext);
604 void m_afTrigger(struct camera2_shot_ext * shot_ext, int mode);