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

Enum AIMAGE_FORMATS

camera/basic/src/main/cpp/image_reader.cpp:59–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57 * Constructor
58 */
59ImageReader::ImageReader(ImageFormat* res, enum AIMAGE_FORMATS format)
60 : presentRotation_(0), reader_(nullptr) {
61 callback_ = nullptr;
62 callbackCtx_ = nullptr;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected