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

  /device/moto/shamu/camera/QCamera/HAL2/core/src/
QCameraHWI_Metatags.cpp 621 static const int32_t jpegOrientation = 0;
622 ADD_OR_SIZE(ANDROID_JPEG_ORIENTATION, &jpegOrientation, 1);
  /device/generic/goldfish/camera/
EmulatedFakeCamera3.cpp 620 static const int32_t jpegOrientation = 0;
621 settings.update(ANDROID_JPEG_ORIENTATION, &jpegOrientation, 1);
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/
StillCaptureTest.java     [all...]

Completed in 236 milliseconds