Searched refs:Container (Results 1 – 6 of 6) sorted by relevance
/hardware/google/graphics/common/gralloc-headers/pixel-gralloc/ |
D | utils.h | 20 template <typename Container, 21 std::enable_if_t<!std::is_trivially_copyable_v<Container>, bool> = true> 22 std::vector<uint8_t> encode_helper(const Container& val) { in encode_helper() 24 static_assert(std::is_trivially_copyable_v<typename Container::value_type>, in encode_helper() 27 constexpr auto member_size = sizeof(typename Container::value_type); in encode_helper() 50 template <typename Container, 51 std::enable_if_t<!std::is_trivially_copyable_v<Container>, bool> = true> 52 std::optional<Container> decode_helper(const std::vector<uint8_t>& bytes) { in decode_helper() 53 Container t; in decode_helper() 54 size_t member_size = sizeof(typename Container::value_type); in decode_helper()
|
/hardware/google/graphics/gs101/include/gs101/displaycolor/ |
D | displaycolor_gs101.h | 69 using Container = DType; member 72 MatrixData<Container, kDimensions> matrix_data; 219 using Container = uint16_t; member 222 std::array<Container, kLutLen> values; 246 using Container = uint32_t; member 252 std::array<Container, kChannelLutLen> r_values{}; 254 std::array<Container, kChannelLutLen> g_values{}; 256 std::array<Container, kChannelLutLen> b_values{}; 271 using Container = uint16_t; member 275 std::array<Container, kChannelLutLen> r_values{}; [all …]
|
/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/ |
D | GLSnapshotSerializers.h | 19 template <class Container> 20 void loadContainer(android::base::Stream* stream, Container& c) { in loadContainer() 38 template <class Container> 39 void saveContainer(android::base::Stream* stream, const Container& c) { in saveContainer()
|
/hardware/interfaces/wifi/supplicant/1.4/ |
D | ISupplicantStaIfaceCallback.hal | 61 * Container for v1.0 of this struct
|
/hardware/interfaces/renderscript/1.0/ |
D | IContext.hal | 608 * @param einsPtr Container of input Elements 609 * @param namesPtr Container of input names 610 * @param arraySizesPtr Container of array sizes
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_INTEL_performance_query/ |
D | queries.adoc | 85 [open,refpage='VkPerformanceValueINTEL',desc='Container for value and types of parameters that can …
|