Home
last modified time | relevance | path

Searched refs:section (Results 1 – 25 of 282) sorted by relevance

12345678910>>...12

/hardware/qcom/audio/hal/
Dplatform_info.c103 static section_t section; variable
899 section = ACDB; in start_tag()
901 section = MODULE; in start_tag()
903 section = PCM_ID; in start_tag()
905 section = BACKEND_NAME; in start_tag()
907 section = CONFIG_PARAMS; in start_tag()
909 section = OPERATOR_SPECIFIC; in start_tag()
911 section = GAIN_LEVEL_MAPPING; in start_tag()
913 section = APP_TYPE; in start_tag()
915 section = MICROPHONE_CHARACTERISTIC; in start_tag()
[all …]
/hardware/libhardware/modules/camera/3_0/
DVendorTags.cpp95 uint32_t section = (tag - vendor_section_start) >> 16; in getSection() local
102 if (section >= DEMO_SECTION_COUNT) { in getSection()
107 return &DemoSections[section]; in getSection()
113 const Section* section = getSection(tag); in getEntry() local
116 if (section == NULL) in getEntry()
119 if (tag >= section->end) { in getEntry()
124 index = tag - section->start; in getEntry()
125 return &section->tags[index]; in getEntry()
165 const Section* section = getSection(tag); in getSectionName() local
167 if (section == NULL) in getSectionName()
[all …]
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/
Dschema_generator.py125 self.sections = {section: [] for section in self.ALL_SECTIONS}
147 self.sections = {section: [] for section in self.ALL_SECTIONS}
155 for section in self.TYPE_SECTIONS:
156 contents = self.sections[section]
163 def appendSection(self, section, text): argument
164 self.sections[section].append(text)
174 section = 'struct'
176 section = category
188 section = 'bitmask'
203 self.appendSection(section, body)
[all …]
Dcgenerator.py169 self.sections = {section: [] for section in self.ALL_SECTIONS}
221 self.sections = {section: [] for section in self.ALL_SECTIONS}
261 for section in self.TYPE_SECTIONS:
262 contents = self.sections[section]
303 def appendSection(self, section, text): argument
306 if section is None:
310 self.sections[section].append(text)
326 section = 'struct'
328 section = category
357 self.appendSection(section, body)
[all …]
Djson_h_generator.py78 self.sections = {section: [] for section in self.ALL_SECTIONS}
172 self.sections = {section: [] for section in self.ALL_SECTIONS}
180 for section in self.TYPE_SECTIONS:
181 contents = self.sections[section]
Djson_c_generator.py127 self.sections = {section: [] for section in self.ALL_SECTIONS}
239 self.sections = {section: [] for section in self.ALL_SECTIONS}
247 for section in self.TYPE_SECTIONS:
248 contents = self.sections[section]
255 def appendSection(self, section, text, extension): argument
257 self.sections[section].append("#ifdef %s" %(extension))
258 self.sections[section].append(text)
261 self.sections[section].append("#endif")
349 section = 'struct'
351 section = category
[all …]
Djson_generator.py296 self.sections = {section: [] for section in self.ALL_SECTIONS}
551 self.sections = {section: [] for section in self.ALL_SECTIONS}
559 for section in self.TYPE_SECTIONS:
560 contents = self.sections[section]
567 def appendSection(self, section, text): argument
568 self.sections[section].append(text)
663 section = 'struct'
665 section = category
688 self.appendSection(section, body)
960 section = 'enum'
[all …]
Djson_parser.py345 self.sections = {section: [] for section in self.ALL_SECTIONS}
571 self.sections = {section: [] for section in self.ALL_SECTIONS}
579 for section in self.TYPE_SECTIONS:
580 contents = self.sections[section]
587 def appendSection(self, section, text): argument
588 self.sections[section].append(text)
690 section = 'struct'
692 section = category
713 self.appendSection(section, body)
987 section = 'enum'
[all …]
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/style/
Drevisions.adoc9 section titles>>.
34 reference the normative references section for the registry schema
37 Spelling Conventions>> section explain why there are a few uses of
51 * 2022-07-14 - Add <<markup-sample-section-features, Feature
52 Cross-References>> section specifying how to mark up API feature links.
55 Orthography>> section.
56 * 2021-11-15 - Add <<markup-include-file-paths, Include File Paths>> section
62 Words and Preferred Orthography>> section.
64 New Extensions>> section to require use of the `apiext:` macro for links
69 Description>> section to follow current phrasing and markup patterns
[all …]
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3VendorTags.cpp749 uint32_t section = tag >> 16; in get_section_name() local
751 if (section >= VENDOR_SECTION && section < QCAMERA3_SECTIONS_END) in get_section_name()
752 ret = qcamera3_ext_section_names[section - VENDOR_SECTION]; in get_section_name()
753 else if (section >= TANGO_SECTIONS_START && section < TANGO_SECTIONS_END) in get_section_name()
754 ret = tango_section_names[section - TANGO_SECTIONS_START]; in get_section_name()
782 uint32_t section = tag >> 16; in get_tag_name() local
783 uint32_t section_index = section - VENDOR_SECTION; in get_tag_name()
791 if (section >= VENDOR_SECTION && section < QCAMERA3_SECTIONS_END && in get_tag_name()
794 else if (section >= TANGO_SECTIONS_START && section < TANGO_SECTIONS_END && in get_tag_name()
795 tag < (uint32_t)tango_section_bounds[section - TANGO_SECTIONS_START]) in get_tag_name()
[all …]
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
Dtemplate.adoc13 … a proposal - text in the following sections is there as guidance for how to fill out each section.
26 This section should detail the problem that is being addressed as succinctly as possible.
34 Writing this section is a good opportunity to make sure you are not overreaching by trying to addre…
38 This section should briefly describe the options that have been considered (this is a good time to …
40 …ch are, then some sort of brief reason for picking the proposal you are about to make in section 3.
44 This section should be the most detailed – it should go into enough detail on specific points of th…
45 Typically, this section will be split into subsections describing different areas of the proposal.
47 …ut on top that do not necessarily fix the initial problem should move to section 5 (further functi…
54 This section is relatively freeform but should remain concise and to the point.
59 This section describes issues with the existing proposal – including both open issues that you have…
[all …]
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_NVX_binary_import.adoc38 This section acts only as placeholder and to avoid dead links in the
47 This section acts only as placeholder and to avoid dead links in the
56 This section acts only as placeholder and to avoid dead links in the
67 This section acts only as placeholder and to avoid dead links in the
78 This section acts only as placeholder and to avoid dead links in the
89 This section acts only as placeholder and to avoid dead links in the
100 This section acts only as placeholder and to avoid dead links in the
111 This section acts only as placeholder and to avoid dead links in the
122 This section acts only as placeholder and to avoid dead links in the
133 This section acts only as placeholder and to avoid dead links in the
DVK_VALVE_descriptor_set_host_mapping.adoc49 This section acts only as placeholder and to avoid dead links in the
60 This section acts only as placeholder and to avoid dead links in the
71 This section acts only as placeholder and to avoid dead links in the
82 This section acts only as placeholder and to avoid dead links in the
93 This section acts only as placeholder and to avoid dead links in the
/hardware/google/camera/common/hal/utils/
Dvendor_tag_utils.cc50 for (const VendorTagSection& section : section_list) { in CombineVendorTags() local
52 for (const VendorTag& tag : section.tags) { in CombineVendorTags()
53 section_tags[section.section_name].push_back(tag); in CombineVendorTags()
56 std::string full_tag_name = section.section_name + "." + tag.tag_name; in CombineVendorTags()
137 for (auto& section : tag_sections) { in AddTags() local
138 for (auto& tag : section.tags) { in AddTags()
142 .section_name = section.section_name, in AddTags()
145 vendor_tag_inverse_map_[TagString(section.section_name, tag.tag_name)] = in AddTags()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dvideo_decode_h265_extensions.adoc22 section 8 of <<itu-t-h265,ITU-T H.265 Specification>>:
44 Decode Bitstream Data Access>> section.
51 section.
139 the H.265 codec profile IDC, as defined in section A3 of the
166 `<major>.<minor>` as defined in section A.4 of the <<itu-t-h265,ITU-T
194 respectively, as defined in section 7.4.3.1 of the <<itu-t-h265,ITU-T
202 section E.3.2 of the <<itu-t-h265,ITU-T H.265 Specification>>;
205 in section E.3.2 of the <<itu-t-h265,ITU-T H.265 Specification>>;
207 corresponds to `low_delay_hrd_flag[i]` as defined in section E.3.2 of
217 `cbr_flag[i]` as defined in section E.3.3 of the <<itu-t-h265,ITU-T
[all …]
Dvideo_decode_h264_extensions.adoc22 section 8 of the <<itu-t-h264,ITU-T H.264 Specification>> as follows:
41 Decode Bitstream Data Access>> section.
48 section.
191 the H.264 codec profile IDC, as defined in section A.2 of the
252 `<major>.<minor>` as defined in section A.3 of the <<itu-t-h264,ITU-T
282 `<major>.<minor>` as defined in section A.3 of the <<itu-t-h264,ITU-T
288 corresponds to `seq_scaling_list_present_flag[i]` as defined in section
293 otherwise, as defined in section 7.3.2.1 of the <<itu-t-h264,ITU-T
296 identically named syntax elements defined in section 7.3.2.1 of the
311 defined in section E.2.2 of the <<itu-t-h264,ITU-T H.264
[all …]
/hardware/interfaces/wifi/supplicant/1.4/
DISupplicantP2pIfaceCallback.hal41 * @param primaryDeviceType Type of device. Refer to section B.1 of Wifi P2P
46 * @param deviceCapabilities Refer to section 4.1.4 of Wifi P2P Technical
48 * @param groupCapabilites Refer to section 4.1.4 of Wifi P2P Technical
50 * @param wfdDeviceInfo WFD device info as described in section 5.1.2 of WFD
52 * @param wfdR2DeviceInfo WFD R2 device info as described in section 5.1.12 of WFD
/hardware/nxp/uwb/halimpl/hal/sr1xx/
DphNxpUciHal_fwd.h151 __attribute__((section(SECTIONNAME), zero_init))
162 __attribute__((section(SECTIONNAME)))
164 __attribute__((section(SECTIONNAME)))
169 _Pragma(STRINGIFY(arm section rwdata = #SECTIONNAME)); \
170 _Pragma(STRINGIFY(arm section zidata = #SECTIONNAME));
173 _Pragma(STRINGIFY(arm section rodata = #SECTIONNAME));
176 _Pragma(STRINGIFY(arm section code = #SECTIONNAME));
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/config/
Dcopyright-spec.adoc65 // "Successor Specification" section
72 // "Normative Wording" section
78 the Scope of this Specification. The <<introduction-conventions>> section of
101 // "Normative References" section
127 // built with. The non-ratified section includes links to the ratified
129 // - The "Successor Specification" section cites OpenGL, OpenGL ES, and
131 // - The "Normative Wording" section links to the Vulkan Specification
134 // - The "Normative References" section links to the "Normative References"
135 // section of the Specification.
136 // - The trademarks section cites only those trademarks relevant to Vulkan.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/LICENSES/
DLicenseRef-KhronosSpecCopyright.adoc65 // "Successor Specification" section
72 // "Normative Wording" section
78 the Scope of this Specification. The <<introduction-conventions>> section of
101 // "Normative References" section
127 // built with. The non-ratified section includes links to the ratified
129 // - The "Successor Specification" section cites OpenGL, OpenGL ES, and
131 // - The "Normative Wording" section links to the Vulkan Specification
134 // - The "Normative References" section links to the "Normative References"
135 // section of the Specification.
136 // - The trademarks section cites only those trademarks relevant to Vulkan.
/hardware/interfaces/security/rkp/aidl/android/hardware/security/keymint/
DPublicKey.cddl3 ; - Ed25519 is LE: https://www.rfc-editor.org/rfc/rfc8032#section-3.1
4 ; - P256 is BE: https://www.secg.org/sec1-v2.pdf#page=19 (section 2.3.7)
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/
Dshader_create_spv_common.adoc16 Module>> section of the <<spirvenv-capabilities,SPIR-V Environment>>
24 <<spirvenv-module-validation,Capabilities>> section of the
33 <<spirvenv-extensions,Extension>> section of the
/hardware/interfaces/camera/common/default/
DCameraMetadata.cpp451 const char* section = NULL; in getTagFromName() local
468 if (section == NULL || sectionLength < strLength) { in getTagFromName()
469 section = str; in getTagFromName()
473 ALOGV("%s: Found new best section (%s)", __FUNCTION__, section); in getTagFromName()
478 if (section == NULL) { in getTagFromName()
481 ALOGV("%s: Found matched section '%s' (%zu)", __FUNCTION__, section, sectionIndex); in getTagFromName()
512 const String8 sectionName(section); in getTagFromName()
/hardware/interfaces/tv/tuner/aidl/aidl_api/android.hardware.tv.tuner/1/android/hardware/tv/tuner/
DDemuxAlpFilterSettingsFilterSettings.aidl39 android.hardware.tv.tuner.DemuxFilterSectionSettings section;
/hardware/interfaces/tv/tuner/aidl/aidl_api/android.hardware.tv.tuner/current/android/hardware/tv/tuner/
DDemuxAlpFilterSettingsFilterSettings.aidl39 android.hardware.tv.tuner.DemuxFilterSectionSettings section;

12345678910>>...12