Home
last modified time | relevance | path

Searched refs:descriptions (Results 1 – 25 of 38) sorted by relevance

12

/hardware/interfaces/automotive/evs/1.0/default/
DEvsEnumerator.cpp57 std::vector<CameraDesc> descriptions; in getCameraList() local
58 descriptions.reserve(numCameras); in getCameraList()
60 descriptions.push_back( cam.desc ); in getCameraList()
64 hidl_vec<CameraDesc> hidlCameras(descriptions); in getCameraList()
/hardware/interfaces/automotive/evs/1.1/default/
DEvsEnumerator.cpp94 std::vector<evs_v1_0::CameraDesc> descriptions; in getCameraList() local
95 descriptions.reserve(numCameras); in getCameraList()
97 descriptions.push_back(cam.desc.v1); in getCameraList()
101 hidl_vec<evs_v1_0::CameraDesc> hidlCameras(descriptions); in getCameraList()
268 std::vector<CameraDesc> descriptions; in getCameraList_1_1() local
269 descriptions.reserve(numCameras); in getCameraList_1_1()
271 [&](const auto& cam) { descriptions.push_back(cam.desc); }); in getCameraList_1_1()
274 hidl_vec<CameraDesc> hidlCameras(descriptions); in getCameraList_1_1()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_EXT_vertex_input_dynamic_state.adoc22 and attribute descriptions.
Dcompressedtex.adoc38 .Mapping of Vulkan BC formats to descriptions
71 .Mapping of Vulkan ETC formats to descriptions
95 .Mapping of Vulkan ASTC formats to descriptions
201 .Mapping of Vulkan PVRTC formats to descriptions
Dboilerplate.adoc20 The interface descriptions in the specification are the same as the
434 The interface descriptions of these are available in the header files
DVK_NV_device_generated_commands.adoc112 descriptions?
DVK_KHR_external_memory.adoc175 Images and buffers are merely metadata containing brief descriptions of the
/hardware/google/gchips/gralloc4/src/hidl_common/
DMapper.cpp598 std::array<MetadataTypeDescription, 23> descriptions = { in listSupportedMetadataTypes() local
625 return std::vector<MetadataTypeDescription>(descriptions.begin(), descriptions.end()); in listSupportedMetadataTypes()
/hardware/interfaces/graphics/mapper/stable-c/vts/
DVtsHalGraphicsMapperStableC_TargetTest.cpp1610 const AIMapper_MetadataTypeDescription* descriptions = nullptr; in TEST_P() local
1613 mapper()->v5.listSupportedMetadataTypes(&descriptions, &descriptionCount)); in TEST_P()
1646 const auto& it = descriptions[i]; in TEST_P()
1680 const AIMapper_MetadataTypeDescription* descriptions = nullptr; in TEST_P() local
1683 mapper()->v5.listSupportedMetadataTypes(&descriptions, &descriptionCount)); in TEST_P()
1686 const auto& it = descriptions[i]; in TEST_P()
1709 const AIMapper_MetadataTypeDescription* descriptions = nullptr; in TEST_P() local
1712 mapper()->v5.listSupportedMetadataTypes(&descriptions, &descriptionCount)); in TEST_P()
1727 const auto& it = descriptions[i]; in TEST_P()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
DREADME.adoc57 specification and reference page documents are generated from descriptions
DChangeLog.adoc334 * Fix markup to improve short descriptions for some
688 subset>...`" Those VUs link to the state subset descriptions, which
922 * Remove redundant "`input attachment`" wording in descriptions of
1038 * Clarify descriptions of
1677 missing API descriptions it turned up (internal issue 3271).
2216 versions, UUIDs, descriptions, etc. (internal merge request 5299).
2358 pname:sType / pname:pNext member descriptions where still missing
3037 * Fix mismatching struct member descriptions in
3202 * Restructure some structure descriptions for better adherence to the
3203 style guide and more detailed descriptions of their members.
[all …]
DBUILD.adoc470 * 2022-10-11 - Update descriptions of using the Docker image to use the
501 * 2015-09-21 - Add descriptions of LaTeX and MathJax math support for all
/hardware/interfaces/neuralnetworks/1.2/
Dtypes.t124 * in these descriptions as a 'packet'.
252 * in these descriptions as a 'packet'.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_device_fault.adoc232 generic structure to return vendor error codes and human-readable descriptions
239 descriptions to advise developers that additional information may be available.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dfxvertex.adoc23 Vertex input attribute and vertex input binding descriptions also contain
245 descriptions as part of graphics pipeline creation by setting the
251 vertex input attribute and vertex input binding descriptions are specified
268 descriptions provided in pname:pVertexBindingDescriptions.
272 descriptions provided in pname:pVertexAttributeDescriptions.
400 and vertex input binding descriptions, call:
407 descriptions provided in pname:pVertexBindingDescriptions.
411 descriptions provided in pname:pVertexAttributeDescriptions.
416 descriptions state for subsequent drawing commands
/hardware/interfaces/confirmationui/1.0/
Dtypes.hal88 * See command code for individual test command descriptions.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/
DREADME.adoc23 descriptions in spec appendices.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/style/
Dwriting.adoc359 by descriptions of their parameters, which are usually simple scalar types,
791 This aids in extracting short descriptions of parameters for inclusion in
822 parameter descriptions:
851 file at the end of their descriptions.
928 boilerplate for their descriptions.
962 Add general descriptions of the structure, if any, following the member
963 descriptions.
1200 In this case, the enumerated value descriptions must be followed by one
Drevisions.adoc199 * 2017-09-10 - Add descriptions of <<writing-arrays, how to use `each` and
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/xml/
DREADME.adoc57 See `../scripts/README.adoc` for script descriptions.
Dregistry.rnc353 # <implicitexternsyncparams> are spec-language descriptions of
/hardware/interfaces/graphics/mapper/4.0/vts/functional/
DVtsHalGraphicsMapperV4_0TargetTest.cpp2620 hidl_vec<IMapper::MetadataTypeDescription> descriptions; in TEST_P() local
2624 descriptions = tmpDescriptions; in TEST_P()
2635 ASSERT_LE(sRequiredMetadataTypes.size(), descriptions.size()); in TEST_P()
2637 for (const auto& description : descriptions) { in TEST_P()
/hardware/interfaces/graphics/mapper/4.0/
DIMapper.hal567 * @return descriptions Vector of MetadataTypeDescriptions that represent the
571 generates (Error error, vec<MetadataTypeDescription> descriptions);
/hardware/google/gfxstream/
Dmeson_options.txt543 description : 'Allow using KCMP_FILE to compare file descriptions. ' +
/hardware/interfaces/sensors/1.0/
Dtypes.hal21 * introduction to and detailed descriptions of Android sensor types:
48 * for complete descriptions:

12