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

Method SaveNativeWinRes

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

* Save original NativeWindow Resolution * @param w width of native window in pixel * @param h height of native window in pixel * @param format */

Source from the content-addressed store, hash-verified

157 * @param format
158 */
159void CameraEngine::SaveNativeWinRes(int32_t w, int32_t h, int32_t format) {
160 savedNativeWinRes_.width = w;
161 savedNativeWinRes_.height = h;
162 savedNativeWinRes_.format = format;
163}

Callers 1

ProcessAndroidCmdFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected