Home
last modified time | relevance | path

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

/external/dng_sdk/source/
Ddng_info.cpp1510 uint32 section_key = stream.Get_uint32 (); in ParseDNGPrivateData() local
1513 if (section_key == DNG_CHAR4 ('M','a','k','N') && section_count > 6) in ParseDNGPrivateData()
1552 else if (section_key == DNG_CHAR4 ('S','R','2',' ') && section_count > 6) in ParseDNGPrivateData()
1579 else if (section_key == DNG_CHAR4 ('R','A','F',' ') && section_count > 4) in ParseDNGPrivateData()
1670 else if (section_key == DNG_CHAR4 ('C','n','t','x') && section_count > 4) in ParseDNGPrivateData()
1709 else if (section_key == DNG_CHAR4 ('C','R','W',' ') && section_count > 4) in ParseDNGPrivateData()
1778 switch (section_key) in ParseDNGPrivateData()