HomeSort by relevance Sort by last modified time
    Searched full:numtags (Results 1 - 11 of 11) sorted by null

  /frameworks/av/camera/ndk/
NdkCameraMetadata.cpp 43 const ACameraMetadata* acm, /*out*/int32_t* numTags, /*out*/const uint32_t** tags) {
45 if (acm == nullptr || numTags == nullptr || tags == nullptr) {
46 ALOGE("%s: invalid argument! metadata %p, numTags %p, tags %p",
47 __FUNCTION__, acm, numTags, tags);
50 return acm->getTags(numTags, tags);
NdkCaptureRequest.cpp 92 const ACaptureRequest* req, /*out*/int32_t* numTags, /*out*/const uint32_t** tags) {
94 if (req == nullptr || numTags == nullptr || tags == nullptr) {
95 ALOGE("%s: invalid argument! request %p, numTags %p, tags %p",
96 __FUNCTION__, req, numTags, tags);
99 return req->settings->getTags(numTags, tags);
  /system/core/liblog/
event_tag_map.c 49 int numTags;
134 hi = map->numTags-1;
192 map->numTags = countMapLines(map);
193 if (map->numTags < 0)
196 //printf("+++ found %d tags\n", map->numTags);
199 map->tagArray = calloc(1, sizeof(EventTag) * map->numTags);
228 int numTags, unknown;
235 numTags = 0;
243 numTags++;
257 return numTags;
    [all...]
  /frameworks/base/tools/aapt2/
Locale.cpp 78 const int numTags = parts.size();
80 if (numTags >= 1) {
88 if (!valid || numTags == 1) {
92 // At this point, valid == true && numTags > 1.
105 if (!valid || numTags == 2) {
109 // At this point, valid == true && numTags > 1.
120 if (!valid || numTags == 3) {
131 if (!valid || numTags > 4) {
  /frameworks/av/camera/ndk/impl/
ACameraMetadata.h 58 camera_status_t getTags(/*out*/int32_t* numTags,
ACameraMetadata.cpp 210 ACameraMetadata::getTags(/*out*/int32_t* numTags,
232 *numTags = mTags.size();
  /cts/tests/camera/libctscamera2jni/
native-camera-jni.cpp     [all...]
  /frameworks/base/tools/aapt/
AaptAssets.cpp 217 const int numTags = parts.size();
219 if (numTags >= 1) {
227 if (!valid || numTags == 1) {
231 // At this point, valid == true && numTags > 1.
244 if (!valid || numTags == 2) {
248 // At this point, valid == true && numTags > 1.
259 if (!valid || numTags == 3) {
270 if (!valid || numTags > 4) {
    [all...]
  /external/opencv3/3rdparty/libjasper/
jas_icc.c 261 int numtags; local
290 numtags = prof->tagtab.numents;
291 curoff = JAS_ICC_HDRLEN + 4 + 12 * numtags;
294 for (i = 0; i < numtags; ++i) {
    [all...]
  /frameworks/av/include/camera/ndk/
NdkCaptureRequest.h 179 const ACaptureRequest* request, /*out*/int32_t* numTags, /*out*/const uint32_t** tags);
  /frameworks/base/core/java/com/android/internal/os/
BatteryStatsImpl.java     [all...]

Completed in 3214 milliseconds