Home
last modified time | relevance | path

Searched refs:flashState (Results 1 – 2 of 2) sorted by relevance

/external/dng_sdk/source/
Ddng_xmp.cpp2218 void dng_xmp::SyncFlash (uint32 &flashState, in SyncFlash() argument
2223 bool isDefault = (flashState == 0xFFFFFFFF); in SyncFlash()
2239 (flashState & 0x1) ? "True" : "False"); in SyncFlash()
2246 sprintf (s, "%u", (unsigned) ((flashState >> 1) & 3)); in SyncFlash()
2261 sprintf (s, "%u", (unsigned) ((flashState >> 3) & 3)); in SyncFlash()
2278 (flashState & (1 << 5)) ? "True" : "False"); in SyncFlash()
2289 (flashState & (1 << 6)) ? "True" : "False"); in SyncFlash()
2307 flashState = 0; in SyncFlash()
2312 flashState |= 1; in SyncFlash()
2327 flashState |= x << 1; in SyncFlash()
[all …]
Ddng_xmp.h385 void SyncFlash (uint32 &flashState,