Home
last modified time | relevance | path

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

/external/u-boot/tools/
Domapimage.c70 if (chs->section_key) in omapimage_print_section()
81 chs->section_key, in omapimage_print_section()
138 chs->section_key = KEY_CHSETTINGS; in omapimage_set_header()
Domapimage.h20 uint32_t section_key; member
/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()