Searched refs:section (Results 1 - 11 of 11) sorted by relevance
/drivers/peripheral/camera/vdi_base/common/metadata_manager/src/ |
H A D | camera_example_vendor_tags.cpp | 37 for (int32_t section = 0; section < EXAMPLE_SECTION_COUNT; section++) { in GetVendorTagCount() 38 uint32_t start = EXAMPLE_VENDOR_SECTION_BOUNDS[section][0]; in GetVendorTagCount() 39 uint32_t end = EXAMPLE_VENDOR_SECTION_BOUNDS[section][1]; in GetVendorTagCount() 67 for (int32_t section = 0; section < EXAMPLE_SECTION_COUNT; section++) { in GetAllVendorTags() 68 uint32_t start = EXAMPLE_VENDOR_SECTION_BOUNDS[section][0]; in GetAllVendorTags() 69 uint32_t end = EXAMPLE_VENDOR_SECTION_BOUNDS[section][ in GetAllVendorTags() [all...] |
/drivers/hdf_core/framework/core/common/include/host/ |
H A D | hdf_device_section.h | 14 #define HDF_SECTION __attribute__((section(".hdf.driver"))) 29 #pragma section = ".hdf.driver" 31 #error "No support section begin and section end!"
|
/drivers/peripheral/camera/test/hdi/metadata_test/src/ |
H A D | camera_metadata_operator_uttest.cpp | 83 uint32_t section = 10;
in HWTEST_F() local 84 int32_t ret = GetMetadataSection(16384, §ion);
in HWTEST_F() 97 uint32_t section = 10;
in HWTEST_F() local 98 int32_t ret = GetMetadataSection(20480, §ion);
in HWTEST_F() 111 uint32_t section = 10;
in HWTEST_F() local 112 int32_t ret = GetMetadataSection(1, §ion);
in HWTEST_F()
|
/drivers/interface/camera/metadata/src/ |
H A D | camera_metadata_operator.cpp | 40 int32_t GetMetadataSection(uint32_t itemSection, uint32_t *section) in GetMetadataSection() argument 42 return CameraMetadata::GetMetadataSection(itemSection, section); in GetMetadataSection()
|
H A D | camera_metadata_info.cpp | 608 int32_t CameraMetadata::GetMetadataSection(uint32_t itemSection, uint32_t *section) in GetMetadataSection() argument 620 *section = iter->second; in GetMetadataSection() 622 METADATA_ERR_LOG("GetMetadataSection item section is not defined"); in GetMetadataSection() 637 uint32_t section; in GetCameraMetadataItemType() local 648 int32_t ret = GetMetadataSection(itemTag, §ion); in GetCameraMetadataItemType() 650 METADATA_ERR_LOG("GetCameraMetadataItemType section is not valid"); in GetCameraMetadataItemType() 654 if (item >= g_ohosCameraSectionBounds[section][1]) { in GetCameraMetadataItemType() 655 METADATA_ERR_LOG("GetCameraMetadataItemType item is not in section bound"); in GetCameraMetadataItemType() 660 if (g_ohosItemInfo[section][itemIndex].item_type < META_TYPE_BYTE) { in GetCameraMetadataItemType() 665 *dataType = g_ohosItemInfo[section][itemInde in GetCameraMetadataItemType() 675 uint32_t section; GetCameraMetadataItemName() local [all...] |
/drivers/interface/camera/metadata/include/ |
H A D | camera_metadata_operator.h | 208 int32_t GetMetadataSection(uint32_t itemSection, uint32_t *section);
|
H A D | camera_metadata_info.h | 116 static int32_t GetMetadataSection(uint32_t itemSection, uint32_t *section);
|
/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/ |
H A D | hdf_get_handler.py | 204 def delete_device_operation(self, device_name, *section): 205 ini_config_handle, temp_value_type, temp_device_list = section
|
H A D | hdf_delete_handler.py | 141 section_list = config.options(section=kernel)
|
/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/driver_add/ |
H A D | hdf_add_driver.py | 469 section_list = config.options(section=self.kernel)
|
/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/ |
H A D | hdf_utils.py | 451 model_child_dir_list = config.get(section=section_name, option=node_name)
|
Completed in 7 milliseconds