HomeSort by relevance Sort by last modified time
    Searched defs:FACING_BACK (Results 1 - 7 of 7) sorted by null

  /device/generic/goldfish/camera/
EmulatedCamera.h 407 static const char FACING_BACK[];
EmulatedCamera.cpp 295 else if (strcmp(valstr, EmulatedCamera::FACING_BACK) == 0) {
    [all...]
  /device/google/cuttlefish_common/guest/hals/camera/
EmulatedCamera.h 407 static const char FACING_BACK[];
EmulatedCamera.cpp 248 } else if (strcmp(valstr, EmulatedCamera::FACING_BACK) == 0) {
    [all...]
  /cts/apps/CameraITS/tests/rolling_shutter_skew/
test_rolling_shutter_skew.py 26 FACING_BACK = 1
184 if facing != FACING_FRONT and facing != FACING_BACK:
  /cts/apps/CameraITS/tests/sensor_fusion/
test_sensor_fusion.py 78 FACING_BACK = 1
356 if facing == FACING_BACK:
446 if facing != FACING_FRONT and facing != FACING_BACK:
  /external/autotest/client/site_tests/camera_V4L2/src/
common_types.h 22 FACING_BACK,

Completed in 105 milliseconds