Home | History | Annotate | Download | only in libctscamera2jni

Lines Matching refs:numTags

1302         int32_t numTags = 0;
1304 ret = ACameraMetadata_getAllTags(chars, &numTags, &tags);
1310 for (int tid = 0; tid < numTags; tid++) {
1499 int32_t numTags = 0;
1501 ret = ACaptureRequest_getAllTags(request, &numTags, &tags);
1507 for (int tid = 0; tid < numTags; tid++) {