Searched refs:dimenBuf (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/jni/ |
D | android_hardware_camera2_legacy_LegacyCameraDevice.cpp | 475 int32_t dimenBuf[2]; in LegacyCameraDevice_nativeDetectSurfaceDimens() local 476 status_t err = anw->query(anw.get(), NATIVE_WINDOW_WIDTH, dimenBuf); in LegacyCameraDevice_nativeDetectSurfaceDimens() 482 err = anw->query(anw.get(), NATIVE_WINDOW_HEIGHT, dimenBuf + 1); in LegacyCameraDevice_nativeDetectSurfaceDimens() 488 env->SetIntArrayRegion(dimens, /*start*/0, /*length*/ARRAY_SIZE(dimenBuf), dimenBuf); in LegacyCameraDevice_nativeDetectSurfaceDimens() 521 int32_t dimenBuf[2]; in LegacyCameraDevice_nativeDetectTextureDimens() local 522 status_t err = anw->query(anw.get(), NATIVE_WINDOW_WIDTH, dimenBuf); in LegacyCameraDevice_nativeDetectTextureDimens() 529 err = anw->query(anw.get(), NATIVE_WINDOW_HEIGHT, dimenBuf + 1); in LegacyCameraDevice_nativeDetectTextureDimens() 536 env->SetIntArrayRegion(dimens, /*start*/0, /*length*/ARRAY_SIZE(dimenBuf), dimenBuf); in LegacyCameraDevice_nativeDetectTextureDimens()
|