OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
215
struct
camera2_shot_ext
dummy_shot;
231
struct
camera2_shot_ext
internal_shot;
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);
299
camera2_shot_ext
* GetInternalShotExtByFrameCnt(int frameCnt);
300
camera2_shot_ext
* GetInternalShotExt(int index);
301
int FindFrameCnt(struct
camera2_shot_ext
* shot_ext);
579
void DumpInfoWithShot(struct
camera2_shot_ext
* shot_ext);
610
camera2_shot_ext
*currentEntry);
611
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
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
[
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 103 milliseconds