HomeSort by relevance Sort by last modified time
    Searched refs:shot_ext (Results 1 - 2 of 2) sorted by null

  /hardware/samsung_slsi/exynos5/libcamera2/
ExynosCameraHWInterface2.cpp 455 struct camera2_shot_ext * shot_ext; local
490 shot_ext = (struct camera2_shot_ext *)buf->virt.extP[1];
492 memset(shot_ext, 0x00, sizeof(struct camera2_shot_ext));
493 shot_ext->shot.ctl.request.frameCount = request_shot->shot.ctl.request.frameCount;
494 shot_ext->request_sensor = 1;
495 shot_ext->dis_bypass = 1;
496 shot_ext->dnr_bypass = 1;
497 shot_ext->fd_bypass = 1;
498 shot_ext->setfile = 0;
501 shot_ext->shot.ctl.request.outputStreams[0] = targetStreamIndex
3133 struct camera2_shot_ext *shot_ext; local
    [all...]
ExynosCameraHWInterface2.h 291 void ApplyDynamicMetadata(struct camera2_shot_ext *shot_ext);
293 void UpdateIspParameters(struct camera2_shot_ext *shot_ext, int frameCnt, ctl_request_info_t *ctl_info);
301 int FindFrameCnt(struct camera2_shot_ext * shot_ext);
579 void DumpInfoWithShot(struct camera2_shot_ext * shot_ext);
611 void m_preCaptureSetter(struct camera2_shot_ext * shot_ext);
612 void m_preCaptureListenerSensor(struct camera2_shot_ext * shot_ext);
613 void m_preCaptureListenerISP(struct camera2_shot_ext * shot_ext);
614 void m_preCaptureAeState(struct camera2_shot_ext * shot_ext);
615 void m_updateAfRegion(struct camera2_shot_ext * shot_ext);
616 void m_afTrigger(struct camera2_shot_ext * shot_ext, int mode)
    [all...]

Completed in 40 milliseconds