OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:section_key
(Results
1 - 1
of
1
) sorted by null
/external/dng_sdk/source/
dng_info.cpp
1510
uint32
section_key
= stream.Get_uint32 ();
local
1513
if (
section_key
== DNG_CHAR4 ('M','a','k','N') && section_count > 6)
1552
else if (
section_key
== DNG_CHAR4 ('S','R','2',' ') && section_count > 6)
1579
else if (
section_key
== DNG_CHAR4 ('R','A','F',' ') && section_count > 4)
1670
else if (
section_key
== DNG_CHAR4 ('C','n','t','x') && section_count > 4)
1709
else if (
section_key
== DNG_CHAR4 ('C','R','W',' ') && section_count > 4)
[
all
...]
Completed in 323 milliseconds