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

Method GetSavedNativeWinFormat

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

* Retrieve saved native window format * @return format of native window */

Source from the content-addressed store, hash-verified

147 * @return format of native window
148 */
149int32_t CameraEngine::GetSavedNativeWinFormat(void) {
150 return savedNativeWinRes_.format;
151}
152
153/**
154 * Save original NativeWindow Resolution

Callers 1

ProcessAndroidCmdFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected