Home
last modified time | relevance | path

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

/external/dng_sdk/source/
Ddng_exif.cpp1108 CheckTagCount (parentCode, tagCode, tagCount, 4); in Parse_ifd0()
1170 if (!CheckTagCount (parentCode, tagCode, tagCount, 4)) in Parse_ifd0()
1271 CheckTagCount (parentCode, tagCode, tagCount, 1); in Parse_ifd0_main()
1296 CheckTagCount (parentCode, tagCode, tagCount, 1); in Parse_ifd0_main()
1321 CheckTagCount (parentCode, tagCode, tagCount, 1); in Parse_ifd0_main()
1346 CheckTagCount (parentCode, tagCode, tagCount, 1); in Parse_ifd0_main()
1414 CheckTagCount (parentCode, tagCode, tagCount, 1); in Parse_ifd0_exif()
1456 CheckTagCount (parentCode, tagCode, tagCount, 1); in Parse_ifd0_exif()
1493 CheckTagCount (parentCode, tagCode, tagCount, 1); in Parse_ifd0_exif()
1527 CheckTagCount (parentCode, tagCode, tagCount, 1); in Parse_ifd0_exif()
[all …]
Ddng_shared.cpp116 CheckTagCount (parentCode, tagCode, tagCount, 1); in ParseTag()
141 CheckTagCount (parentCode, tagCode, tagCount, 1); in ParseTag()
503 CheckTagCount (parentCode, tagCode, tagCount, 1); in ParseTag()
553 CheckTagCount (parentCode, tagCode, tagCount, 2, 3); in ParseTag()
596 if (!CheckTagCount (parentCode, tagCode, tagCount, in ParseTag()
643 if (!CheckTagCount (parentCode, tagCode, tagCount, in ParseTag()
680 CheckTagCount (parentCode, tagCode, tagCount, 1); in ParseTag()
722 CheckTagCount (parentCode, tagCode, tagCount, 2, 3); in ParseTag()
765 if (!CheckTagCount (parentCode, tagCode, tagCount, in ParseTag()
804 CheckTagCount (parentCode, tagCode, tagCount, 1); in ParseTag()
[all …]
Ddng_ifd.cpp281 CheckTagCount (parentCode, tagCode, tagCount, 1); in ParseTag()
310 CheckTagCount (parentCode, tagCode, tagCount, 1); in ParseTag()
332 CheckTagCount (parentCode, tagCode, tagCount, 1); in ParseTag()
354 CheckTagCount (parentCode, tagCode, tagCount, 1, 0x0FFFF); in ParseTag()
432 CheckTagCount (parentCode, tagCode, tagCount, 1); in ParseTag()
482 CheckTagCount (parentCode, tagCode, tagCount, 1); in ParseTag()
507 CheckTagCount (parentCode, tagCode, tagCount, 1); in ParseTag()
574 CheckTagCount (parentCode, tagCode, tagCount, 1); in ParseTag()
603 CheckTagCount (parentCode, tagCode, tagCount, 1); in ParseTag()
625 CheckTagCount (parentCode, tagCode, tagCount, 1); in ParseTag()
[all …]
Ddng_parse_utils.h160 bool CheckTagCount (uint32 parentCode,
Ddng_parse_utils.cpp2429 bool CheckTagCount (uint32 parentCode, in CheckTagCount() function
3185 if (CheckTagCount (parentCode, tagCode, tagCount, rows * cols)) in ParseMatrixTag()
3219 if (CheckTagCount (parentCode, tagCode, tagCount, count)) in ParseVectorTag()
3261 (void) CheckTagCount (parentCode, tagCode, tagCount, 20); in ParseDateTimeTag()