OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tagArray
(Results
1 - 6
of
6
) sorted by null
/frameworks/av/camera/tests/
VendorTagDescriptorTests.cpp
41
static bool ContainsTag(uint32_t*
tagArray
, size_t size, uint32_t tag) {
43
if (tag ==
tagArray
[i]) return true;
193
uint32_t*
tagArray
= reinterpret_cast<uint32_t*>(BAD_TAG_ARRAY);
194
uint32_t* testArray =
tagArray
;
195
vDesc->getTagArray(
tagArray
);
196
EXPECT_EQ(testArray,
tagArray
);
/hardware/interfaces/camera/common/1.0/default/
VendorTagDescriptor.cpp
91
void VendorTagDescriptor::getTagArray(uint32_t*
tagArray
) const {
94
tagArray
[i] = mTagToNameMap.keyAt(i);
190
static void vendor_tag_descriptor_get_all_tags(const vendor_tag_ops_t* v, uint32_t*
tagArray
);
214
Vector<uint32_t>
tagArray
;
215
LOG_ALWAYS_FATAL_IF(
tagArray
.resize(tagCount) != tagCount,
218
vOps->get_all_tags(vOps, /*out*/
tagArray
.editArray());
227
uint32_t tag =
tagArray
[i];
260
uint32_t tag =
tagArray
[i];
324
void vendor_tag_descriptor_get_all_tags(const vendor_tag_ops_t* /*v*/, uint32_t*
tagArray
) {
330
sGlobalVendorTagDescriptor->getTagArray(
tagArray
);
[
all
...]
/frameworks/av/camera/include/camera/
VendorTagDescriptor.h
61
void getTagArray(uint32_t*
tagArray
) const;
193
void getTagArray(uint32_t*
tagArray
, metadata_vendor_id_t id) const;
/hardware/interfaces/camera/common/1.0/default/include/
VendorTagDescriptor.h
59
void getTagArray(uint32_t*
tagArray
) const;
/frameworks/av/camera/
VendorTagDescriptor.cpp
39
static void vendor_tag_descriptor_get_all_tags(const vendor_tag_ops_t* v, uint32_t*
tagArray
);
45
static void vendor_tag_descriptor_cache_get_all_tags(uint32_t*
tagArray
,
228
void VendorTagDescriptor::getTagArray(uint32_t*
tagArray
) const {
231
tagArray
[i] = mTagToNameMap.keyAt(i);
422
void VendorTagDescriptorCache::getTagArray(uint32_t*
tagArray
,
426
desc->second->getTagArray(
tagArray
);
522
Vector<uint32_t>
tagArray
;
523
LOG_ALWAYS_FATAL_IF(
tagArray
.resize(tagCount) != tagCount,
526
vOps->get_all_tags(vOps, /*out*/
tagArray
.editArray());
535
uint32_t tag =
tagArray
[i]
[
all
...]
/frameworks/av/services/camera/libcameraservice/common/
CameraProviderManager.cpp
[
all
...]
Completed in 424 milliseconds