HomeSort by relevance Sort by last modified time
    Searched defs:tagCount (Results 1 - 14 of 14) sorted by null

  /frameworks/av/camera/tests/
VendorTagDescriptorTests.cpp 104 int tagCount = vDesc->getTagCount();
105 EXPECT_EQ(tagCount, vOps->get_tag_count(vOps));
107 uint32_t descTagArray[tagCount];
108 uint32_t opsTagArray[tagCount];
118 for (int i = 0; i < tagCount; ++i) {
148 int tagCount = vDescOriginal->getTagCount();
149 ASSERT_EQ(tagCount, vDescParceled->getTagCount());
151 uint32_t descTagArray[tagCount];
152 uint32_t desc2TagArray[tagCount];
162 for (int i = 0; i < tagCount; ++i)
    [all...]
  /external/dng_sdk/source/
dng_info.cpp 103 uint32 tagCount,
138 tagCount,
154 tagCount,
170 tagCount,
181 tagCount >= 14)
186 tagCount,
202 tagCount >= 14)
266 tagCount > 22)
280 tagCount - 20,
284 tagOffset + tagCount,
    [all...]
dng_shared.cpp 104 uint32 tagCount,
116 CheckTagCount (parentCode, tagCode, tagCount, 1);
141 CheckTagCount (parentCode, tagCode, tagCount, 1);
169 fColorPlanes = Pin_uint32 (0, tagCount / 3, kMaxColorPlanes);
180 tagCount,
216 fColorPlanes = Pin_uint32 (0, tagCount / 3, kMaxColorPlanes);
233 tagCount,
277 tagCount,
312 tagCount,
347 tagCount,
    [all...]
  /frameworks/av/camera/
VendorTagDescriptor.cpp 106 int32_t tagCount = 0;
107 if ((res = parcel->readInt32(&tagCount)) != OK) {
112 if (tagCount < 0 || tagCount > INT32_MAX) {
113 ALOGE("%s: tag count %d from vendor ops is invalid.", __FUNCTION__, tagCount);
117 mTagCount = tagCount;
123 for (int32_t i = 0; i < tagCount; ++i) {
167 if (tagCount > 0) {
190 LOG_ALWAYS_FATAL_IF(static_cast<size_t>(tagCount) != allTags.size(),
191 "tagCount must be the same as allTags size")
    [all...]
  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
ImageHeaderParser.java 215 int tagCount = segmentData.getInt16(firstIfdOffset);
218 for (int i = 0; i < tagCount; i++) {
  /external/icu/icu4c/source/tools/gencnval/
gencnval.c 122 /* Think of this as a 3D array. It's tagCount by converterCount by aliasCount */
124 static uint16_t tagCount = 0;
533 if (tagCount >= MAX_TAG_COUNT) {
543 for (t = 0; t < tagCount; ++t) {
551 if (tagCount >= MAX_TAG_COUNT) {
570 tags[tagCount].tag = GET_TAG_NUM(atag);
573 return tagCount++;
589 if (tagCount > UCNV_NUM_RESERVED_TAGS) {
615 tags[tagCount++].tag = (uint16_t)((atag - tagStore) >> 1);
741 for (idx = 0; idx < tagCount; idx++)
    [all...]
  /external/jdiff/src/jdiff/
RootDocToXML.java 278 int tagCount = pd[i].tags().length;
279 if (trace) System.out.println("#tags: " + tagCount);
    [all...]
  /external/guava/guava/lib/
jdiff.jar 
  /external/guice/lib/build/jdiff/
jdiff.jar 
  /external/guice/extensions/persist/lib/
dom4j-1.6.1.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
dom4j-1.6.1.jar 
  /prebuilts/tools/common/m2/repository/dom4j/dom4j/1.6.1/
dom4j-1.6.1.jar 
  /external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar 
  /development/tools/checkstyle/
checkstyle.jar 

Completed in 390 milliseconds