Home | History | Annotate | Download | only in libcamera2

Lines Matching full:camera2_shot_ext

364     memset(&(newEntry->internal_shot), 0, sizeof(struct camera2_shot_ext));
408 memset(&(currentEntry->internal_shot), 0, sizeof(struct camera2_shot_ext));
455 struct camera2_shot_ext * shot_ext;
456 struct camera2_shot_ext * request_shot;
490 shot_ext = (struct camera2_shot_ext *)buf->virt.extP[1];
492 memset(shot_ext, 0x00, sizeof(struct camera2_shot_ext));
605 void RequestManager::ApplyDynamicMetadata(struct camera2_shot_ext *shot_ext)
608 struct camera2_shot_ext * request_shot;
638 void RequestManager::UpdateIspParameters(struct camera2_shot_ext *shot_ext, int frameCnt, ctl_request_info_t *ctl_info)
641 struct camera2_shot_ext * request_shot;
839 camera2_shot_ext * RequestManager::GetInternalShotExtByFrameCnt(int frameCnt)
850 camera2_shot_ext * RequestManager::GetInternalShotExt(int index)
862 int RequestManager::FindFrameCnt(struct camera2_shot_ext * shot_ext)
1256 memset(&m_camera_info.dummy_shot, 0x00, sizeof(struct camera2_shot_ext));
1347 sizeof(struct camera2_shot_ext));
1521 sizeof(struct camera2_shot_ext));
2846 void ExynosCameraHWInterface2::DumpInfoWithShot(struct camera2_shot_ext * shot_ext)
2876 void ExynosCameraHWInterface2::m_preCaptureSetter(struct camera2_shot_ext * shot_ext)
2965 void ExynosCameraHWInterface2::m_preCaptureListenerSensor(struct camera2_shot_ext * shot_ext)
2986 void ExynosCameraHWInterface2::m_preCaptureListenerISP(struct camera2_shot_ext * shot_ext)
3037 void ExynosCameraHWInterface2::m_preCaptureAeState(struct camera2_shot_ext * shot_ext)
3052 void ExynosCameraHWInterface2::m_updateAfRegion(struct camera2_shot_ext * shot_ext)
3068 void ExynosCameraHWInterface2::m_afTrigger(struct camera2_shot_ext * shot_ext, int mode)
3133 struct camera2_shot_ext *shot_ext;
3134 struct camera2_shot_ext *shot_ext_capture;
3142 shot_ext = (struct camera2_shot_ext *)(m_camera_info.sensor.buffer[index].virt.extP[1]);
3403 sizeof(struct camera2_shot_ext));
3443 shot_ext = (struct camera2_shot_ext *)(m_camera_info.isp.buffer[index_isp].virt.extP[1]);
3508 sizeof(struct camera2_shot_ext));
3510 memcpy(&m_jpegMetadata, (void*)shot_ext, sizeof(struct camera2_shot_ext));
3566 shot_ext = (struct camera2_shot_ext *)(m_camera_info.isp.buffer[index_isp].virt.extP[1]);
3582 shot_ext = (struct camera2_shot_ext *)(m_camera_info.sensor.buffer[index].virt.extP[1]);
5754 camera2_shot_ext *currentEntry)