Lines Matching refs:dm

450 …->internal_shot.shot.ctl.request.frameCount, currentEntry->internal_shot.shot.dm.sensor.timeStamp);  in PrepareFrame()
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()
785 index, frameCnt, currentEntry->internal_shot.shot.dm.sensor.timeStamp); in RegisterTimestamp()
787 currentEntry->internal_shot.shot.dm.sensor.timeStamp = *((uint64_t*)frameTime); in RegisterTimestamp()
789 index, frameCnt, currentEntry->internal_shot.shot.dm.sensor.timeStamp); in RegisterTimestamp()
814 nsecs_t frameTime = currentEntry->internal_shot.shot.dm.sensor.timeStamp; in GetTimestamp()
2880 shot_ext->shot.dm.request.metadataMode, in DumpInfoWithShot()
2881 shot_ext->shot.dm.lens.aperture, in DumpInfoWithShot()
2882 shot_ext->shot.dm.sensor.exposureTime, in DumpInfoWithShot()
2883 shot_ext->shot.dm.sensor.frameDuration, in DumpInfoWithShot()
2884 shot_ext->shot.dm.sensor.sensitivity, in DumpInfoWithShot()
2885 shot_ext->shot.dm.sensor.timeStamp, in DumpInfoWithShot()
2886 shot_ext->shot.dm.aa.awbMode, in DumpInfoWithShot()
2887 shot_ext->shot.dm.request.frameCount ); in DumpInfoWithShot()
2985 if (shot_ext->shot.dm.flash.flashMode == CAM2_FLASH_MODE_OFF) { in m_preCaptureListenerSensor()
2987 … ALOGV("(%s): [Flash] Lis : AUTO -> OFF (%d)", __FUNCTION__, shot_ext->shot.dm.flash.flashMode); in m_preCaptureListenerSensor()
3005 if (shot_ext->shot.dm.flash.decision > 0) { in m_preCaptureListenerISP()
3007 … ALOGV("(%s): [Flash] IS_FLASH_ON, decision - %d", __FUNCTION__, shot_ext->shot.dm.flash.decision); in m_preCaptureListenerISP()
3008 if (shot_ext->shot.dm.flash.decision == 2) in m_preCaptureListenerISP()
3024 if (shot_ext->shot.dm.aa.awbMode == AA_AWBMODE_LOCKED) { in m_preCaptureListenerISP()
3025 …ALOGV("(%s): [Flash] FLASH_AUTO_AE_AWB_LOCK_WAIT - %d", __FUNCTION__, shot_ext->shot.dm.aa.awbMode… in m_preCaptureListenerISP()
3033 if (shot_ext->shot.dm.flash.firingStable) { in m_preCaptureListenerISP()
3056 shot_ext->shot.dm.aa.aeState = AE_STATE_CONVERGED; in m_preCaptureAeState()
3061 shot_ext->shot.dm.aa.aeState = AE_STATE_FLASH_REQUIRED; in m_preCaptureAeState()
3458 if (shot_ext->shot.dm.request.frameCount == 0) { in m_sensorThreadFunc()
3459 …CAM_LOGE("ERR(%s): dm.request.frameCount = %d", __FUNCTION__, shot_ext->shot.dm.request.frameCount… in m_sensorThreadFunc()
3481 (int)(shot_ext->shot.dm.aa.mode), (int)(shot_ext->shot.dm.aa.aeMode), in m_sensorThreadFunc()
3482 (int)(shot_ext->shot.dm.aa.awbMode), in m_sensorThreadFunc()
3483 (int)(shot_ext->shot.dm.aa.afMode)); in m_sensorThreadFunc()
3492 if (shot_ext->shot.dm.stats.faceRectangles[i][0] > 0) in m_sensorThreadFunc()
3493 … shot_ext->shot.dm.stats.faceRectangles[i][0] = (m_camera2->m_curCameraInfo->sensorW in m_sensorThreadFunc()
3494 … * shot_ext->shot.dm.stats.faceRectangles[i][0]) in m_sensorThreadFunc()
3496 if (shot_ext->shot.dm.stats.faceRectangles[i][1] > 0) in m_sensorThreadFunc()
3497 … shot_ext->shot.dm.stats.faceRectangles[i][1] = (m_camera2->m_curCameraInfo->sensorH in m_sensorThreadFunc()
3498 … * shot_ext->shot.dm.stats.faceRectangles[i][1]) in m_sensorThreadFunc()
3500 if (shot_ext->shot.dm.stats.faceRectangles[i][2] > 0) in m_sensorThreadFunc()
3501 … shot_ext->shot.dm.stats.faceRectangles[i][2] = (m_camera2->m_curCameraInfo->sensorW in m_sensorThreadFunc()
3502 … * shot_ext->shot.dm.stats.faceRectangles[i][2]) in m_sensorThreadFunc()
3504 if (shot_ext->shot.dm.stats.faceRectangles[i][3] > 0) in m_sensorThreadFunc()
3505 … shot_ext->shot.dm.stats.faceRectangles[i][3] = (m_camera2->m_curCameraInfo->sensorH in m_sensorThreadFunc()
3506 … * shot_ext->shot.dm.stats.faceRectangles[i][3]) in m_sensorThreadFunc()
3515 if (shot_ext->shot.dm.aa.afMode == AA_AFMODE_CONTINUOUS_PICTURE_FACE) in m_sensorThreadFunc()
3516 shot_ext->shot.dm.aa.afMode = AA_AFMODE_CONTINUOUS_PICTURE; in m_sensorThreadFunc()
3564 OnAfNotification(shot_ext->shot.dm.aa.afState); in m_sensorThreadFunc()
3599 (int)(shot_ext->shot.dm.aa.mode), (int)(shot_ext->shot.dm.aa.aeMode), in m_sensorThreadFunc()
3600 (int)(shot_ext->shot.dm.aa.awbMode), in m_sensorThreadFunc()
3601 (int)(shot_ext->shot.dm.aa.afMode)); in m_sensorThreadFunc()
3603 OnAfNotification(shot_ext->shot.dm.aa.afState); in m_sensorThreadFunc()
5787 camera2_dm *dm = &(currentEntry->shot.dm); in m_setExifChangedAttribute() local
5790 …%d) exp(%lld) iso(%d)", __FUNCTION__, ctl->request.frameCount, dm->sensor.exposureTime,dm->aa.isoV… in m_setExifChangedAttribute()
5826 int shutterSpeed = (dm->sensor.exposureTime/1000); in m_setExifChangedAttribute()
5842 exifInfo->iso_speed_rating = dm->aa.isoValue; in m_setExifChangedAttribute()