HomeSort by relevance Sort by last modified time
    Searched defs:tagCount (Results 1 - 21 of 21) 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 118 int32_t tagCount = 0;
119 if ((res = parcel->readInt32(&tagCount)) != OK) {
124 if (tagCount < 0 || tagCount > INT32_MAX) {
125 ALOGE("%s: tag count %d from vendor ops is invalid.", __FUNCTION__, tagCount);
129 mTagCount = tagCount;
135 for (int32_t i = 0; i < tagCount; ++i) {
179 if (tagCount > 0) {
202 LOG_ALWAYS_FATAL_IF(static_cast<size_t>(tagCount) != allTags.size(),
203 "tagCount must be the same as allTags size")
    [all...]
  /hardware/interfaces/camera/common/1.0/default/
VendorTagDescriptor.cpp 208 int tagCount = vOps->get_tag_count(vOps);
209 if (tagCount < 0 || tagCount > INT32_MAX) {
210 ALOGE("%s: tag count %d from vendor ops is invalid.", __FUNCTION__, tagCount);
215 LOG_ALWAYS_FATAL_IF(tagArray.resize(tagCount) != tagCount,
216 "%s: too many (%u) vendor tags defined.", __FUNCTION__, tagCount);
221 desc->mTagCount = tagCount;
226 for (size_t i = 0; i < static_cast<size_t>(tagCount); ++i) {
259 for (size_t i = 0; i < static_cast<size_t>(tagCount); ++i)
    [all...]
  /hardware/interfaces/camera/provider/2.4/default/
CameraProvider.cpp 330 int tagCount = desc->getTagCount();
331 std::vector<uint32_t> tags(tagCount);
333 for (int i = 0; i < tagCount; i++) {
  /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++) {
  /frameworks/av/services/camera/libcameraservice/common/
CameraProviderManager.cpp     [all...]
  /external/icu/icu4c/source/tools/gencnval/
gencnval.c 124 /* Think of this as a 3D array. It's tagCount by converterCount by aliasCount */
126 static uint16_t tagCount = 0;
535 if (tagCount >= MAX_TAG_COUNT) {
545 for (t = 0; t < tagCount; ++t) {
553 if (tagCount >= MAX_TAG_COUNT) {
572 tags[tagCount].tag = GET_TAG_NUM(atag);
575 return tagCount++;
591 if (tagCount > UCNV_NUM_RESERVED_TAGS) {
617 tags[tagCount++].tag = (uint16_t)((atag - tagStore) >> 1);
743 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/skia/src/core/
SkColorSpace_ICC.cpp     [all...]
  /external/guava/guava/lib/
jdiff.jar 
  /external/guice/lib/build/jdiff/
jdiff.jar 
  /prebuilts/tools/common/m2/repository/com/puppycrawl/tools/checkstyle/5.9/
checkstyle-5.9.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 
  /prebuilts/maven_repo/bumptech/com/github/bumptech/glide/glide/4.0.0-SNAPSHOT/
glide-4.0.0-SNAPSHOT.jar 
  /prebuilts/tools/common/m2/repository/com/github/bumptech/glide/glide/3.6.1/
glide-3.6.1.jar 
  /prebuilts/checkstyle/
checkstyle.jar 

Completed in 729 milliseconds