/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/ |
omxVCM4P10_DecodeCoeffsToPairCAVLC.c | 13 * H.264 decode coefficients module
|
/frameworks/base/telephony/java/com/android/internal/telephony/cat/ |
RilMessageDecoder.java | 161 mCmdParamsFactory.make(BerTlv.decode(rawData));
|
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/ |
GsmSmsAddress.java | 106 // - Decode will result with two chars:
|
/frameworks/media/libvideoeditor/vss/common/inc/ |
M4_BitStreamParser.h | 125 * @brief Decode an MPEG4 Systems descriptor size from an encoded SDL size data.
|
M4_Common.h | 146 * @brief This structure defines the user's data needed to decode the
|
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/inc/ |
OMX_JpegDec_Utils.h | 486 OMX_U32 ulInReserved0; /*could be like thumbnail decode only*/ 491 OMX_U32 ulnumAU; /*Number of MCUs to decode; set as DEFAULT for full image decoding*/ 492 OMX_U32 uldecodeHeader; /*DECODE_AU = Decode at one shot; PARSE_HEADER = Parse header */ 502 OMX_U32 ulNumMCURow; /*Slide decoding: Set the numbers of lines to decode*/
|
/libcore/luni/src/main/java/java/security/cert/ |
PolicyQualifierInfo.java | 60 .decode(this.encoded);
|
/libcore/luni/src/main/java/org/apache/harmony/security/asn1/ |
ASN1GeneralizedTime.java | 64 public Object decode(BerInputStream in) throws IOException { method in class:ASN1GeneralizedTime
|
ASN1Integer.java | 62 public Object decode(BerInputStream in) throws IOException { method in class:ASN1Integer
|
ASN1StringType.java | 88 public Object decode(BerInputStream in) throws IOException { method in class:ASN1StringType
|
ASN1UTCTime.java | 76 @Override public Object decode(BerInputStream in) throws IOException { method in class:ASN1UTCTime
|
/libcore/luni/src/main/java/org/apache/harmony/security/x509/ |
BasicConstraints.java | 54 Object[] values = (Object[]) ASN1.decode(encoding);
|
ExtendedKeyUsage.java | 61 keys = (List<String>) ASN1.decode(getEncoded());
|
PolicyConstraints.java | 72 PolicyConstraints pc = (PolicyConstraints) ASN1.decode(encoding);
|
ReasonCode.java | 64 this.code = ((byte[]) ASN1.decode(encoding))[0];
|
/libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/ |
ClientKeyExchange.java | 115 fatalAlert(AlertProtocol.DECODE_ERROR, "DECODE ERROR: incorrect ClientKeyExchange");
|
ServerHello.java | 100 fatalAlert(AlertProtocol.DECODE_ERROR, "DECODE ERROR: incorrect ServerHello");
|
/libcore/luni/src/test/java/libcore/java/nio/charset/ |
OldCharset_SingleByte_ISO_8859_3.java | 52 // outputCB = decoder.decode(inputBB);
|
/packages/apps/Settings/src/com/android/settings/vpn2/ |
VpnProfile.java | 63 static VpnProfile decode(String key, byte[] value) { method in class:VpnProfile
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
videotext.h | 6 * Do not confuse with drivers using /dev/vbi which decode videotext by software
|
/sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/ |
GridLayoutDetector.java | 76 return Integer.decode(valueString);
|
/external/dropbear/libtomcrypt/testprof/ |
der_tests.c | 186 /* decode with flexi */ 194 fprintf(stderr, "Decode len of %lu does not match encode len of %lu \n", decode_len, encode_buf_len); 491 /* decode it */ 594 /* decode it */ 660 fprintf(stderr, "rsa_oid_der decode failed to match, %lu, ", y); 692 /* decode it */ 696 fprintf(stderr, "Random OID %lu test failed, decode length mismatch: %lu, %lu\n", z, x, y); 762 fprintf(stderr, "UTCTIME decode failed for rsa_time1: %lu %lu\n", x, y); 792 fprintf(stderr, "UTCTIME decode failed for rsa_time2: %lu %lu\n", x, y); 817 /* decode it * [all...] |
/external/apache-http/src/org/apache/commons/codec/binary/ |
Hex.java | 130 public byte[] decode(byte[] array) throws DecoderException { method in class:Hex 148 public Object decode(Object object) throws DecoderException { method in class:Hex
|
/external/chromium/chrome/browser/bookmarks/ |
bookmark_utils.h | 148 // the text |text|. |languages| is user's accept-language setting to decode 157 // |languages| is user's accept-language setting to decode IDN.
|
/external/chromium/chrome/common/ |
utility_messages.h | 70 // Tell the utility process to decode the given image data. 74 // Tell the utility process to decode the given image data, which is base64
|