HomeSort by relevance Sort by last modified time
    Searched full:camera2_shot_ext (Results 1 - 6 of 6) sorted by null

  /hardware/samsung_slsi/exynos5/libcamera2/
MetadataConverter.h 49 status_t ToInternalShot(camera_metadata_t * request, struct camera2_shot_ext * dst_ext);
50 status_t ToDynamicMetadata(struct camera2_shot_ext * metadata_ext, camera_metadata_t * dst);
55 status_t ApplySceneModeParameters(camera_metadata_t * request, struct camera2_shot_ext * dst_ext);
ExynosCameraHWInterface2.h 200 struct camera2_shot_ext dummy_shot;
216 struct camera2_shot_ext internal_shot;
276 void ApplyDynamicMetadata(struct camera2_shot_ext *shot_ext);
278 void UpdateIspParameters(struct camera2_shot_ext *shot_ext, int frameCnt, ctl_request_info_t *ctl_info);
284 camera2_shot_ext * GetInternalShotExtByFrameCnt(int frameCnt);
285 camera2_shot_ext * GetInternalShotExt(int index);
286 int FindFrameCnt(struct camera2_shot_ext * shot_ext);
567 void DumpInfoWithShot(struct camera2_shot_ext * shot_ext);
598 camera2_shot_ext *currentEntry);
599 void m_preCaptureSetter(struct camera2_shot_ext * shot_ext)
    [all...]
MetadataConverter.cpp 76 status_t MetadataConverter::ToInternalShot(camera_metadata_t * request, struct camera2_shot_ext * dst_ext)
88 memset((void*)dst_ext, 0, sizeof(struct camera2_shot_ext));
393 status_t MetadataConverter::ApplySceneModeParameters(camera_metadata_t * request, struct camera2_shot_ext * dst_ext)
512 status_t MetadataConverter::ToDynamicMetadata(struct camera2_shot_ext * metadata_ext, camera_metadata_t * dst)
ExynosCameraHWInterface2.cpp 366 memset(&(newEntry->internal_shot), 0, sizeof(struct camera2_shot_ext));
410 memset(&(currentEntry->internal_shot), 0, sizeof(struct camera2_shot_ext));
457 struct camera2_shot_ext * shot_ext;
458 struct camera2_shot_ext * request_shot;
492 shot_ext = (struct camera2_shot_ext *)buf->virt.extP[1];
494 memset(shot_ext, 0x00, sizeof(struct camera2_shot_ext));
607 void RequestManager::ApplyDynamicMetadata(struct camera2_shot_ext *shot_ext)
610 struct camera2_shot_ext * request_shot;
640 void RequestManager::UpdateIspParameters(struct camera2_shot_ext *shot_ext, int frameCnt, ctl_request_info_t *ctl_info)
643 struct camera2_shot_ext * request_shot
    [all...]
fimc-is-metadata.h 769 struct camera2_shot_ext { struct
  /hardware/samsung_slsi/exynos5/original-kernel-headers/linux/
fimc-is-metadata.h 865 struct camera2_shot_ext { struct

Completed in 406 milliseconds