Searched refs:vts (Results 1 - 4 of 4) sorted by relevance

/frameworks/ml/nn/tools/test_generator/tests/P_vts_full/
H A Dvts_full.mod.py2 Configuration.vts = True
/frameworks/ml/nn/tools/test_generator/tests/P_vts_operands/
H A Daddfloat.mod.py2 Configuration.vts = True
/frameworks/av/services/camera/libcameraservice/common/
H A DCameraProviderManager.cpp241 hardware::hidl_vec<VendorTagSection> vts; local
248 vts = vendorTagSecs;
263 if ((res = HidlVendorTagDescriptor::createDescriptorFromHidl(vts, /*out*/desc))
1367 const hardware::hidl_vec<hardware::camera::common::V1_0::VendorTagSection>& vts,
1373 for (size_t s = 0; s < vts.size(); s++) {
1374 tagCount += vts[s].tags.size();
1394 for (size_t s = 0; s < vts.size(); s++) {
1395 const hardware::camera::common::V1_0::VendorTagSection& section = vts[s];
1366 createDescriptorFromHidl( const hardware::hidl_vec<hardware::camera::common::V1_0::VendorTagSection>& vts, sp<VendorTagDescriptor>& descriptor) argument
H A DCameraProviderManager.h51 const hardware::hidl_vec<hardware::camera::common::V1_0::VendorTagSection>& vts,

Completed in 97 milliseconds