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

Method GetSavedNativeWinHeight

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

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

Source from the content-addressed store, hash-verified

139 * @return height of native window
140 */
141int32_t CameraEngine::GetSavedNativeWinHeight(void) {
142 return savedNativeWinRes_.height;
143}
144
145/**
146 * Retrieve saved native window format

Callers 1

ProcessAndroidCmdFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected