/hardware/google/gfxstream/common/etc/ |
D | etc_unittest.cpp | 58 const unsigned char encoded[cRgbEncodedSize] = {21, 101, 186, 135, 166, 238, 74, 106}; in TEST_F() local 64 decodeRgbTest((const etc1_byte*)encoded, (const etc1_byte*)expectedDecoded); in TEST_F() 68 const unsigned char encoded[cRgbEncodedSize] = {110, 13, 228, 186, 119, 119, 255, 117}; in TEST_F() local 74 decodeRgbTest((const etc1_byte*)encoded, (const etc1_byte*)expectedDecoded); in TEST_F() 78 const unsigned char encoded[cRgbEncodedSize] = {89, 138, 250, 79, 120, 181, 146, 29}; in TEST_F() local 84 decodeRgbTest((const etc1_byte*)encoded, (const etc1_byte*)expectedDecoded); in TEST_F() 89 const unsigned char encoded[cAlphaEncodedSize] in TEST_F() local 96 decodeEacTest((const etc1_byte*)encoded, 1, false, in TEST_F() 103 const unsigned char encoded[cAlphaEncodedSize] in TEST_F() local 110 decodeEacTest((const etc1_byte*)encoded, elementBytes, false, in TEST_F() [all …]
|
D | etc.cpp | 820 etc1_byte encoded[ETC1_ENCODED_BLOCK_SIZE]; in etc1_encode_image() local 852 etc1_encode_block(block, mask, encoded); in etc1_encode_image() 853 memcpy(pOut, encoded, sizeof(encoded)); in etc1_encode_image() 854 pOut += sizeof(encoded); in etc1_encode_image()
|
/hardware/interfaces/rebootescrow/aidl/default/ |
D | HadamardUtilsTest.cpp | 45 auto encoded = EncodeKey(key); in TEST_F() local 46 ASSERT_EQ(64 * 1024, encoded.size()); in TEST_F() 47 AddError(&encoded); in TEST_F() 48 auto decoded = DecodeKey(encoded); in TEST_F()
|
D | HadamardUtils.cpp | 120 static uint16_t DecodeWord(size_t word, const std::vector<uint8_t>& encoded) { in DecodeWord() argument 125 scores.push_back(1 - 2 * read_bit(encoded, i * KEY_CODEWORDS + word)); in DecodeWord() 158 std::vector<uint8_t> encoded(OUTPUT_SIZE_BYTES, 0); in DecodeKey() local 159 encoded[0] = shuffled[0]; in DecodeKey() 163 encoded[i] = encoded[j]; in DecodeKey() 164 encoded[j] = shuffled[i]; in DecodeKey() 170 uint16_t val = DecodeWord(i, encoded); in DecodeKey()
|
D | RebootEscrow.cpp | 39 auto encoded = hadamard::EncodeKey(ukek); in storeKey() local 41 if (!::android::base::WriteFully(fd, encoded.data(), encoded.size())) { in storeKey()
|
D | HadamardUtils.h | 44 std::vector<uint8_t> DecodeKey(const std::vector<uint8_t>& encoded);
|
/hardware/google/gfxstream/host/vulkan/emulated_textures/shaders/ |
D | AstcLookupTables.glsl | 35 // Lookup table to decode a pack of 5 trits (encoded with 8 bits) 55 // Lookup table to decode a pack of 3 quints (encoded with 7 bits) 68 // Array to unquantize weights encoded with the trit + bits encoding. 75 // Array to unquantize weights encoded with the quint + bits encoding. 82 // Array to unquantize color endpoint data encoded with the trit + bits encoding. 108 // Array to unquantize color endpoint data encoded with the quint + bits encoding.
|
D | Astc.comp | 198 uint encoded = 0; 206 encoded |= encoded_bits << encoded_bits_read; 212 result[i] = kTritEncodings[encoded][i] << n | m[i]; 224 uint encoded = 0; 233 encoded |= encoded_bits << encoded_bits_read; 239 result[i] = kQuintEncodings[encoded][i] << n | m[i];
|
/hardware/interfaces/confirmationui/1.0/ |
D | IConfirmationResultCallback.hal | 37 * The message is CBOR (RFC 7049) encoded and has the following format: 39 * The message is a CBOR encoded map (type 5) with the keys 40 * "prompt" and "extra". The keys are encoded as CBOR text string 41 * (type 3). The value <promptText> is encoded as CBOR text string 42 * (type 3), and the value <extraData> is encoded as CBOR byte string 54 * i.e. the literal UTF-8 encoded string "confirmation token", without
|
D | IConfirmationUI.hal | 32 * @param promptText UTF-8 encoded string which is to be presented to the user.
|
/hardware/interfaces/identity/aidl/default/libeic/ |
D | EicCbor.c | 154 size_t encoded = value; in eicCborAppendSemantic() local 155 eicCborBegin(cbor, EIC_CBOR_MAJOR_TYPE_SEMANTIC, encoded); in eicCborAppendSemantic() 159 uint64_t encoded = value; in eicCborAppendUnsigned() local 160 eicCborBegin(cbor, EIC_CBOR_MAJOR_TYPE_UNSIGNED, encoded); in eicCborAppendUnsigned() 165 uint64_t encoded = -1 - value; in eicCborAppendNumber() local 166 eicCborBegin(cbor, EIC_CBOR_MAJOR_TYPE_NEGATIVE, encoded); in eicCborAppendNumber()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | compressedtex.adoc | 13 Unless otherwise described, the quantities encoded in these compressed 16 Those formats listed as sRGB-encoded have in-memory representations of 17 [eq]#R#, [eq]#G# and [eq]#B# components which are nonlinearly-encoded as 44 | ename:VK_FORMAT_BC1_RGB_SRGB_BLOCK |BC1 with no alpha, sRGB-encoded 46 | ename:VK_FORMAT_BC1_RGBA_SRGB_BLOCK |BC1 with alpha, sRGB-encoded 48 | ename:VK_FORMAT_BC2_SRGB_BLOCK |BC2, sRGB-encoded 50 | ename:VK_FORMAT_BC3_SRGB_BLOCK |BC3, sRGB-encoded 60 | ename:VK_FORMAT_BC7_SRGB_BLOCK |BC7, sRGB-encoded 204 | elink:VkFormat ^| Compressed texel block dimensions ^| sRGB-encoded
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | video_encode_extensions.adoc | 38 needed while processing the content to be encoded. 39 Also, if the size of the picture to be encoded is expected to change, 80 . flink:vkCmdEncodeVideoKHR specifies one or more frames to be encoded. 83 . flink:vkCmdControlVideoCodingKHR records operations against the encoded 158 <<encode-input-picture,encode input picture>> data is encoded. 229 not sufficiently large to fit the encoded bitstream data produced by a 347 may: need to be separately encoded and included in the final video bitstream 350 flink:vkGetEncodedVideoSessionParametersKHR command to retrieve the encoded 354 [open,refpage='vkGetEncodedVideoSessionParametersKHR',desc='Get encoded parameter sets from a video… 365 parameters of the encoded parameter data to retrieve. [all …]
|
D | video_encode_h265_extensions.adoc | 70 segments that can: be encoded for a single picture. 72 can: be encoded for a single picture depending on other capabilities and 75 rows that can: be encoded for a single picture. 77 be encoded for a single picture depending on other capabilities and 148 indicates that when a frame is encoded with multiple slice segments, the 151 If not supported, all slice segments of the frame must: be encoded with 154 For example, all slice segments of a P-frame would be encoded as 259 value is identical across the slice segments of the encoded frame. 264 value is different across the slice segments of the encoded frame. 517 …rametersGetInfoEXT',desc='Structure specifying parameters for retrieving encoded H.265 parameter s… [all …]
|
D | video_encode_h264_extensions.adoc | 70 encoded for a single picture. 72 encoded for a single picture depending on other capabilities and 137 indicates that when a frame is encoded with multiple slices, the 140 If not supported, all slices of the frame must: be encoded with the same 142 For example, all slices of a P-frame would be encoded as P-slices. 237 is identical across the slices of the encoded frame. 242 is different across the slices of the encoded frame. 422 …rametersGetInfoEXT',desc='Structure specifying parameters for retrieving encoded H.264 parameter s… 432 * pname:writeStdSPS indicates whether the encoded H.264 sequence parameter 434 * pname:writeStdPPS indicates whether the encoded H.264 picture parameter [all …]
|
/hardware/interfaces/security/secretkeeper/aidl/android/hardware/security/secretkeeper/ |
D | SecretManagement.cddl | 4 ; `ISecretkeeper.aidl` is always an encrypted request message, CBOR-encoded as a 24 ; Once decrypted, the request packet is an encoded CBOR array holding: 75 ; Once decrypted, the inner response message is encoded as a CBOR array holding:
|
/hardware/interfaces/bluetooth/audio/2.0/ |
D | types.hal | 45 /** A2DP legacy that AVDTP media is encoded by Bluetooth Stack */ 49 /** Used when encoded by Bluetooth Stack and streaming to Hearing Aid */ 228 * The encoded audio bitrate in bits / second.
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_KHR_ray_tracing_position_fetch.adoc | 14 …metry provided to them and have to have at least some derived form of the position encoded in them. 25 …s only beneficial for an implementation that cannot expose the positions encoded in the accelerati…
|
/hardware/interfaces/graphics/allocator/4.0/ |
D | IAllocator.hal | 35 * - `UNSUPPORTED` if any of the properties encoded in the descriptor
|
/hardware/interfaces/graphics/allocator/3.0/ |
D | IAllocator.hal | 43 * - `UNSUPPORTED` if any of the properties encoded in the descriptor
|
/hardware/interfaces/graphics/allocator/2.0/ |
D | IAllocator.hal | 42 * UNSUPPORTED when any of the property encoded in the descriptor
|
/hardware/interfaces/bluetooth/a2dp/1.0/ |
D | types.hal | 66 * The encoded audio bitrate in bits / second.
|
/hardware/interfaces/radio/1.1/ |
D | types.hal | 205 // representation of the key. This is an external encoded 209 // The key is encoded according to a standard format
|
/hardware/interfaces/security/rkp/aidl/android/hardware/security/keymint/ |
D | generateCertificateRequestV2.cddl | 70 ; A bstr containing a DER-encoded X.509 certificate (RSA, NIST P-curve, or EdDSA) 74 ; The first entry in the DICE Chain is the UDS_Pub, encoded as a COSE_key. All entries
|
/hardware/interfaces/bluetooth/audio/2.1/ |
D | types.hal | 29 /** Used when encoded by Bluetooth Stack and streaming to LE Audio device */
|