* Save original NativeWindow Resolution * @param w width of native window in pixel * @param h height of native window in pixel * @param format */
| 157 | * @param format |
| 158 | */ |
| 159 | void CameraEngine::SaveNativeWinRes(int32_t w, int32_t h, int32_t format) { |
| 160 | savedNativeWinRes_.width = w; |
| 161 | savedNativeWinRes_.height = h; |
| 162 | savedNativeWinRes_.format = format; |
| 163 | } |