Searched
full:encoded (Results
526 -
550 of
4017) sorted by null
<<21222324252627282930>>
/external/skia/src/core/ |
SkOrderedReadBuffer.h | 107 * Provide a function to decode an SkBitmap from encoded data. Only used if the writer 108 * encoded the SkBitmap. If the proper decoder cannot be used, a red bitmap with the
|
/external/skia/src/images/ |
SkDecodingImageGenerator.h | 68 * @param data Contains the encoded image data that will be used 90 * @param stream The source of encoded data that will be passed
|
/external/smack/src/org/jivesoftware/smackx/bytestreams/ibb/packet/ |
DataPacketExtension.java | 49 * @param data the base64 encoded data contained in this packet
96 * The encoded data is invalid if it contains bad Base64 input characters or
|
/external/smali/dexlib/src/main/java/org/jf/dexlib/EncodedValue/ |
CharEncodedValue.java | 40 * The <code>Input</code>'s cursor should be set to the 2nd byte of the encoded value, and the high 3 bits of 43 * @param valueArg The high 3 bits of the first byte of this encoded value
|
DoubleEncodedValue.java | 40 * The <code>Input</code>'s cursor should be set to the 2nd byte of the encoded value, and the high 3 bits of 43 * @param valueArg The high 3 bits of the first byte of this encoded value
|
EnumEncodedValue.java | 42 * object. The <code>Input</code>'s cursor should be set to the 2nd byte of the encoded value, and the high 3 bits 46 * @param valueArg The high 3 bits of the first byte of this encoded value
|
FieldEncodedValue.java | 42 * object. The <code>Input</code>'s cursor should be set to the 2nd byte of the encoded value, and the high 3 bits 46 * @param valueArg The high 3 bits of the first byte of this encoded value
|
FloatEncodedValue.java | 40 * The <code>Input</code>'s cursor should be set to the 2nd byte of the encoded value, and the high 3 bits of 43 * @param valueArg The high 3 bits of the first byte of this encoded value
|
IntEncodedValue.java | 40 * The <code>Input</code>'s cursor should be set to the 2nd byte of the encoded value, and the high 3 bits of 43 * @param valueArg The high 3 bits of the first byte of this encoded value
|
LongEncodedValue.java | 40 * The <code>Input</code>'s cursor should be set to the 2nd byte of the encoded value, and the high 3 bits of 43 * @param valueArg The high 3 bits of the first byte of this encoded value
|
MethodEncodedValue.java | 42 * object. The <code>Input</code>'s cursor should be set to the 2nd byte of the encoded value, and the high 3 bits 46 * @param valueArg The high 3 bits of the first byte of this encoded value
|
ShortEncodedValue.java | 40 * The <code>Input</code>'s cursor should be set to the 2nd byte of the encoded value, and the high 3 bits of 43 * @param valueArg The high 3 bits of the first byte of this encoded value
|
StringEncodedValue.java | 43 * object. The <code>Input</code>'s cursor should be set to the 2nd byte of the encoded value, and the high 3 bits 47 * @param valueArg The high 3 bits of the first byte of this encoded value
|
TypeEncodedValue.java | 42 * object. The <code>Input</code>'s cursor should be set to the 2nd byte of the encoded value, and the high 3 bits 46 * @param valueArg The high 3 bits of the first byte of this encoded value
|
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/ |
ISACHist.cc | 30 short encoded[600]; local 135 &audioBuff[startAudio], encoded);
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/ |
armCOMM_Bitstream.h | 152 * [out] ppBitStream *ppBitStream is updated after the block is encoded, 192 * [out] ppBitStream *ppBitStream is updated after the block is encoded,
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/ |
armCOMM_Bitstream.h | 152 * [out] ppBitStream *ppBitStream is updated after the block is encoded, 192 * [out] ppBitStream *ppBitStream is updated after the block is encoded,
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/api/ |
armCOMM_Bitstream.h | 152 * [out] ppBitStream *ppBitStream is updated after the block is encoded, 192 * [out] ppBitStream *ppBitStream is updated after the block is encoded,
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/ |
omxVCM4P2_EncodeVLCZigzag_IntraDCVLC.c | 55 * encoded 65 * ppBitStream - *ppBitStream is updated after the block is encoded, so
|
/frameworks/base/media/java/android/media/ |
AmrInputStream.java | 79 // local buffer of amr encoded audio empty 96 // return encoded audio to user
|
/frameworks/compile/mclinker/include/mcld/Support/ |
LEB128.h | 71 * Read an integer encoded in ULEB128 format from the given buffer. pSize will 79 * Read an integer encoded in ULEB128 format from the given buffer. Update the
|
/frameworks/support/v4/java/android/support/v4/text/ |
TextUtilsCompat.java | 27 * @param s the string to be encoded 28 * @return the encoded string
|
/libcore/crypto/src/main/java/org/conscrypt/ |
CertificateRequest.java | 51 * Encoded form of certificate authorities 98 principalLength = in.readUint16(); // encoded X500Principal size
|
OpenSSLECPublicKey.java | 157 byte[] encoded = (byte[]) stream.readObject(); 159 key = new OpenSSLKey(NativeCrypto.d2i_PUBKEY(encoded));
|
/libcore/luni/src/main/java/java/security/cert/ |
X509CRLEntry.java | 78 * Returns this entry in ASN.1 DER encoded form. 80 * @return the encoded form of this entry.
|
Completed in 1796 milliseconds
<<21222324252627282930>>