Home
last modified time | relevance | path

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

/device/generic/goldfish/camera/
DEmulatedFakeCamera3.cpp577 const int32_t cropRegion[4] = { in constructDefaultRequestSettings() local
580 settings.update(ANDROID_SCALER_CROP_REGION, cropRegion, 4); in constructDefaultRequestSettings()
2348 int32_t cropRegion[4]; in update3ARegion() local
2349 cropRegion[0] = entry.data.i32[0]; in update3ARegion()
2350 cropRegion[1] = entry.data.i32[1]; in update3ARegion()
2351 cropRegion[2] = entry.data.i32[2] + cropRegion[0]; in update3ARegion()
2352 cropRegion[3] = entry.data.i32[3] + cropRegion[1]; in update3ARegion()
2357 if (ARegion[0] < cropRegion[2] && cropRegion[0] < ARegion[2] && in update3ARegion()
2358 ARegion[1] < cropRegion[3] && cropRegion[1] < ARegion[3]) { in update3ARegion()
2360 interSect[0] = std::max(ARegion[0], cropRegion[0]); in update3ARegion()
[all …]
DEmulatedQemuCamera3.cpp537 const int32_t cropRegion[4] = { in constructDefaultRequestSettings() local
540 settings.update(ANDROID_SCALER_CROP_REGION, cropRegion, 4); in constructDefaultRequestSettings()
DEmulatedFakeCamera2.cpp2511 static const int32_t cropRegion[3] = { in constructDefaultRequest() local
2514 ADD_OR_SIZE(ANDROID_SCALER_CROP_REGION, cropRegion, 3); in constructDefaultRequest()
/device/google/cuttlefish/guest/hals/camera/
DEmulatedFakeCamera3.cpp531 static const int32_t cropRegion[4] = {0, 0, mSensorWidth, mSensorHeight}; in constructDefaultRequestSettings() local
532 settings.update(ANDROID_SCALER_CROP_REGION, cropRegion, 4); in constructDefaultRequestSettings()
DEmulatedFakeCamera2.cpp2434 static const int32_t cropRegion[3] = {0, 0, in constructDefaultRequest() local
2436 ADD_OR_SIZE(ANDROID_SCALER_CROP_REGION, cropRegion, 3); in constructDefaultRequest()