Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/android/ndk-samples
/ Flip
Method
Flip
camera/basic/src/main/cpp/camera_manager.cpp:147–147 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
145
return delta;
146
}
147
void Flip(void) { portrait_ = !portrait_; }
148
bool IsPortrait(void) { return portrait_; }
149
int32_t width(void) { return w_; }
150
int32_t height(void) { return h_; }
Callers
1
MatchCaptureSizeRequest
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected