Home
last modified time | relevance | path

Searched refs:jpegOrientation (Results 1 – 5 of 5) sorted by relevance

/device/generic/goldfish/camera/
DEmulatedQemuCamera3.cpp567 static const int32_t jpegOrientation = 0; in constructDefaultRequestSettings() local
568 settings.update(ANDROID_JPEG_ORIENTATION, &jpegOrientation, 1); in constructDefaultRequestSettings()
DEmulatedFakeCamera2.cpp2539 static const int32_t jpegOrientation = 0; in constructDefaultRequest() local
2540 ADD_OR_SIZE(ANDROID_JPEG_ORIENTATION, &jpegOrientation, 1); in constructDefaultRequest()
DEmulatedFakeCamera3.cpp607 static const int32_t jpegOrientation = 0; in constructDefaultRequestSettings() local
608 settings.update(ANDROID_JPEG_ORIENTATION, &jpegOrientation, 1); in constructDefaultRequestSettings()
/device/google/cuttlefish/guest/hals/camera/
DEmulatedFakeCamera3.cpp556 static const int32_t jpegOrientation = 0; in constructDefaultRequestSettings() local
557 settings.update(ANDROID_JPEG_ORIENTATION, &jpegOrientation, 1); in constructDefaultRequestSettings()
DEmulatedFakeCamera2.cpp2457 static const int32_t jpegOrientation = 0; in constructDefaultRequest() local
2458 ADD_OR_SIZE(ANDROID_JPEG_ORIENTATION, &jpegOrientation, 1); in constructDefaultRequest()