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 314 entries[i].internal_shot.shot.ctl.request.frameCount = -1;
360 memset(&(newEntry->internal_shot), 0, sizeof(struct camera2_shot_ext));
361 m_metadataConverter->ToInternalShot(new_request, &(newEntry->internal_shot));
363 if (newEntry->internal_shot.shot.ctl.request.outputStreams[0] & MASK_OUTPUT_SCP)
366 if (newEntry->internal_shot.shot.ctl.request.outputStreams[0] & MASK_OUTPUT_SCC)
373 *afMode = (int)(newEntry->internal_shot.shot.ctl.aa.afMode);
374 afRegion[0] = newEntry->internal_shot.shot.ctl.aa.afRegions[0];
375 afRegion[1] = newEntry->internal_shot.shot.ctl.aa.afRegions[1];
376 afRegion[2] = newEntry->internal_shot.shot.ctl.aa.afRegions[2];
377 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 66 milliseconds