/hardware/google/gfxstream/host/vulkan/emulated_textures/shaders/ |
D | AstcLookupTables.glsl | 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 | AstcNew.comp | 71 // Returns the number of bits needed to encode `numVals` values using a given encoding. 72 // encoding: number of trits (x), quints (y) and bits (z) used for the encoding. 73 uint getEncodingSize(uint numVals, uvec3 encoding) { 75 uvec2 tqBits = (numVals * encoding.xy * uvec2(8, 7) + uvec2(4, 2)) / uvec2(5, 3); 76 return numVals * encoding.z + (tqBits.x + tqBits.y); 216 // Refer to "Figure C.4" for the details of the encoding here. 249 // In the largest encoding possible (1 trit + 6 bits), the block is 38 bits long (5 * 6 + 8). 284 // Note that we don't have the same size issue as trits (see above), since the largest encoding 301 uint decode1Weight(uvec4 weightData, uvec3 encoding, uint numWeights, uint index) { 304 uint numBits = encoding.z; [all …]
|
D | AstcDecompressor.glsl | 71 // Returns the number of bits needed to encode `numVals` values using a given encoding. 72 // encoding: number of trits (x), quints (y) and bits (z) used for the encoding. 73 uint getEncodingSize(uint numVals, uvec3 encoding) { 75 uvec2 tqBits = (numVals * encoding.xy * uvec2(8, 7) + uvec2(4, 2)) / uvec2(5, 3); 76 return numVals * encoding.z + (tqBits.x + tqBits.y); 216 // Refer to "Figure C.4" for the details of the encoding here. 249 // In the largest encoding possible (1 trit + 6 bits), the block is 38 bits long (5 * 6 + 8). 284 // Note that we don't have the same size issue as trits (see above), since the largest encoding 301 uint decode1Weight(uvec4 weightData, uvec3 encoding, uint numWeights, uint index) { 304 uint numBits = encoding.z; [all …]
|
/hardware/interfaces/bluetooth/audio/2.0/ |
D | IBluetoothAudioProvidersFactory.hal | 53 * For software encoding, the PCM capabilities are returned. 54 * For hardware encoding, the supported codecs and their capabilities are 62 * For software encoding it is the PCM data rate. 63 * For hardware encoding it is the list of supported codecs and their 67 * encoding.
|
D | IBluetoothAudioProvider.hal | 42 * device. The PCM parameters are set if software based encoding, 44 * encoding.
|
D | types.hal | 47 /** The encoding of AVDTP media is done by HW and there is control only */
|
/hardware/interfaces/bluetooth/audio/2.1/ |
D | IBluetoothAudioProvidersFactory.hal | 55 * For software encoding, the PCM capabilities are returned. 56 * For hardware encoding, the supported codecs and their capabilities are 64 * For software encoding it is the PCM data rate. 65 * For hardware encoding it is the list of supported codecs and their 69 * encoding.
|
D | IBluetoothAudioProvider.hal | 44 * device. The PCM parameters are set if software based encoding, 46 * encoding.
|
/hardware/interfaces/audio/aidl/common/tests/ |
D | utils_tests.cpp | 138 AudioFormatDescription make_AudioFormatDescription(const std::string& encoding) { in make_AudioFormatDescription() argument 140 result.encoding = encoding; in make_AudioFormatDescription() 144 AudioFormatDescription make_AudioFormatDescription(PcmType transport, const std::string& encoding) { in make_AudioFormatDescription() argument 145 auto result = make_AudioFormatDescription(encoding); in make_AudioFormatDescription()
|
/hardware/interfaces/security/rkp/aidl/android/hardware/security/keymint/ |
D | PublicKey.cddl | 2 ; NOTE: Integer encoding is different for Ed25519 and P256 keys:
|
/hardware/interfaces/media/omx/1.0/vts/functional/ |
D | README.md | 17 …ciated with testing audio encoder and decoder components such as simple encoding of a raw clip or … 26 …ciated with testing video encoder and decoder components such as simple encoding of a raw clip or …
|
/hardware/interfaces/soundtrigger/2.3/ |
D | types.hal | 52 * Bit field encoding of the AudioCapabilities 66 * Bit field encoding of the AudioCapabilities
|
/hardware/interfaces/audio/aidl/default/ |
D | AudioPolicyConfigXmlConverter.cpp | 111 .encoding = ::android::format \ in getDefaultSurroundSoundConfig()
|
D | ModulePrimary.cpp | 59 StreamOffloadStub::getSupportedEncodings().count(format.encoding)) { in calculateBufferSizeFrames()
|
/hardware/interfaces/gnss/1.0/ |
D | IGnssNiCallback.hal | 57 * NI data encoding scheme
|
/hardware/interfaces/audio/aidl/vts/ |
D | VtsHalAudioCoreConfigTargetTest.cpp | 650 EXPECT_TRUE(format.encoding.empty()) << format.encoding; in ValidateAudioFormatDescription() 652 EXPECT_FALSE(format.encoding.empty()); in ValidateAudioFormatDescription()
|
/hardware/interfaces/graphics/common/1.0/ |
D | types.hal | 582 * encoding ranges, but the consumer and/or the producer of the data may 596 * A typical use case is in video encoding parameters (e.g. for H.264), 950 * sRGB linear encoding: 965 * scRGB linear encoding: 980 * sRGB gamma encoding: 1084 * Note: Application is responsible for gamma encoding the data as 1085 * a 2.6 gamma encoding is not supported in HW. 1112 * Note: Application is responsible for gamma encoding the data as 1113 * a 2.2 gamma encoding is not supported in HW.
|
/hardware/interfaces/automotive/vehicle/2.0/ |
D | IVehicle.hal | 93 * The text must be in ASCII encoding only.
|
/hardware/google/gfxstream/codegen/generic-apigen/ |
D | README | 182 structure that stores the encoding functions. This data structure also 191 ‘client_context’ class above and adds encoding and streaming 307 is the encoding context as provided by the caller.
|
/hardware/ril/include/telephony/ |
D | ril_cdma_sms.h | 554 RIL_CDMA_SMS_UserDataEncoding encoding; member
|
/hardware/interfaces/audio/aidl/default/stub/ |
D | StreamOffloadStub.cpp | 102 mState{context.getFormat().encoding, context.getSampleRate(), in DriverOffloadStubImpl()
|
/hardware/interfaces/graphics/mapper/stable-c/ |
D | README.md | 52 as well as provides helpers for encoding & decoding metadata, largely replacing the role that
|
/hardware/interfaces/audio/aidl/common/include/ |
D | Utils.h | 131 desc.encoding.empty(); in isDefaultAudioFormat()
|
/hardware/google/gfxstream/host/apigen-codec-common/X11/ |
D | Xutil.h | 157 Atom encoding; /* prop type */ member
|
/hardware/interfaces/audio/6.0/ |
D | IStreamOutEventCallback.hal | 52 * "audio-encoding", int32
|