HomeSort by relevance Sort by last modified time
    Searched refs:internal_shot (Results 1 - 2 of 2) sorted by null

  /hardware/samsung_slsi/exynos5/libcamera2/
ExynosCameraHWInterface2.cpp 315 entries[i].internal_shot.shot.ctl.request.frameCount = -1;
364 memset(&(newEntry->internal_shot), 0, sizeof(struct camera2_shot_ext));
365 m_metadataConverter->ToInternalShot(new_request, &(newEntry->internal_shot));
367 if (newEntry->internal_shot.shot.ctl.request.outputStreams[0] & MASK_OUTPUT_SCP)
370 if (newEntry->internal_shot.shot.ctl.request.outputStreams[0] & MASK_OUTPUT_SCC)
377 *afMode = (int)(newEntry->internal_shot.shot.ctl.aa.afMode);
378 afRegion[0] = newEntry->internal_shot.shot.ctl.aa.afRegions[0];
379 afRegion[1] = newEntry->internal_shot.shot.ctl.aa.afRegions[1];
380 afRegion[2] = newEntry->internal_shot.shot.ctl.aa.afRegions[2];
381 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 29 milliseconds