Home
last modified time | relevance | path

Searched refs:encoding (Results 1 – 25 of 39) sorted by relevance

12

/hardware/google/gfxstream/host/vulkan/emulated_textures/shaders/
DAstcLookupTables.glsl68 // 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.
DAstcNew.comp71 // 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 …]
DAstcDecompressor.glsl71 // 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/
DIBluetoothAudioProvidersFactory.hal53 * 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.
DIBluetoothAudioProvider.hal42 * device. The PCM parameters are set if software based encoding,
44 * encoding.
Dtypes.hal47 /** The encoding of AVDTP media is done by HW and there is control only */
/hardware/interfaces/bluetooth/audio/2.1/
DIBluetoothAudioProvidersFactory.hal55 * 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.
DIBluetoothAudioProvider.hal44 * device. The PCM parameters are set if software based encoding,
46 * encoding.
/hardware/interfaces/audio/aidl/common/tests/
Dutils_tests.cpp138 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/
DPublicKey.cddl2 ; NOTE: Integer encoding is different for Ed25519 and P256 keys:
/hardware/interfaces/media/omx/1.0/vts/functional/
DREADME.md17 …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/
Dtypes.hal52 * Bit field encoding of the AudioCapabilities
66 * Bit field encoding of the AudioCapabilities
/hardware/interfaces/audio/aidl/default/
DAudioPolicyConfigXmlConverter.cpp111 .encoding = ::android::format \ in getDefaultSurroundSoundConfig()
DModulePrimary.cpp59 StreamOffloadStub::getSupportedEncodings().count(format.encoding)) { in calculateBufferSizeFrames()
/hardware/interfaces/gnss/1.0/
DIGnssNiCallback.hal57 * NI data encoding scheme
/hardware/interfaces/audio/aidl/vts/
DVtsHalAudioCoreConfigTargetTest.cpp650 EXPECT_TRUE(format.encoding.empty()) << format.encoding; in ValidateAudioFormatDescription()
652 EXPECT_FALSE(format.encoding.empty()); in ValidateAudioFormatDescription()
/hardware/interfaces/graphics/common/1.0/
Dtypes.hal582 * 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/
DIVehicle.hal93 * The text must be in ASCII encoding only.
/hardware/google/gfxstream/codegen/generic-apigen/
DREADME182 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/
Dril_cdma_sms.h554 RIL_CDMA_SMS_UserDataEncoding encoding; member
/hardware/interfaces/audio/aidl/default/stub/
DStreamOffloadStub.cpp102 mState{context.getFormat().encoding, context.getSampleRate(), in DriverOffloadStubImpl()
/hardware/interfaces/graphics/mapper/stable-c/
DREADME.md52 as well as provides helpers for encoding & decoding metadata, largely replacing the role that
/hardware/interfaces/audio/aidl/common/include/
DUtils.h131 desc.encoding.empty(); in isDefaultAudioFormat()
/hardware/google/gfxstream/host/apigen-codec-common/X11/
DXutil.h157 Atom encoding; /* prop type */ member
/hardware/interfaces/audio/6.0/
DIStreamOutEventCallback.hal52 * "audio-encoding", int32

12