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

Function GetFormatStr

camera/camera-utils/src/main/cpp/camera_utils.cpp:286–286  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

284 MAKE_PAIR(AIMAGE_FORMAT_PRIVATE),
285};
286const char* GetFormatStr(int fmt) { return GetPairStr<int>(fmt, formatInfo); }
287
288void PrintMetadataTags(int32_t entries, const uint32_t* pTags) {
289 LOGI("MetadataTag (start):");

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected