MCPcopy Create free account
hub / github.com/android/ndk-samples / GetSavedNativeWinWidth

Method GetSavedNativeWinWidth

camera/basic/src/main/cpp/android_main.cpp:133–135  ·  view source on GitHub ↗

* Retrieve saved native window width. * @return width of native window */

Source from the content-addressed store, hash-verified

131 * @return width of native window
132 */
133int32_t CameraEngine::GetSavedNativeWinWidth(void) {
134 return savedNativeWinRes_.width;
135}
136
137/**
138 * Retrieve saved native window height.

Callers 1

ProcessAndroidCmdFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected