OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:internal_shot
(Results
1 - 2
of
2
) sorted by null
/hardware/samsung_slsi/exynos5/libcamera2/
ExynosCameraHWInterface2.cpp
316
entries[i].
internal_shot
.shot.ctl.request.frameCount = -1;
365
memset(&(newEntry->
internal_shot
), 0, sizeof(struct camera2_shot_ext));
366
m_metadataConverter->ToInternalShot(new_request, &(newEntry->
internal_shot
));
368
if (newEntry->
internal_shot
.shot.ctl.request.outputStreams[0] & MASK_OUTPUT_SCP)
371
if (newEntry->
internal_shot
.shot.ctl.request.outputStreams[0] & MASK_OUTPUT_SCC)
378
*afMode = (int)(newEntry->
internal_shot
.shot.ctl.aa.afMode);
379
afRegion[0] = newEntry->
internal_shot
.shot.ctl.aa.afRegions[0];
380
afRegion[1] = newEntry->
internal_shot
.shot.ctl.aa.afRegions[1];
381
afRegion[2] = newEntry->
internal_shot
.shot.ctl.aa.afRegions[2];
382
afRegion[3] = newEntry->
internal_shot
.shot.ctl.aa.afRegions[3]
[
all
...]
ExynosCameraHWInterface2.h
231
struct camera2_shot_ext
internal_shot
;
member in struct:android::request_manager_entry
Completed in 2004 milliseconds