HomeSort by relevance Sort by last modified time
    Searched full:enc (Results 1 - 25 of 333) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/bluetooth/bluez/audio/
gstsbcenc.c 167 gboolean gst_sbc_enc_fill_sbc_params(GstSbcEnc *enc, GstCaps *caps);
169 static GstCaps *sbc_enc_generate_srcpad_caps(GstSbcEnc *enc)
177 src_caps = gst_caps_copy(gst_pad_get_pad_template_caps(enc->srcpad));
182 if (enc->rate != 0)
184 enc->rate, value);
186 if (enc->channels != 0)
188 enc->channels, value);
190 if (enc->subbands != 0)
192 enc->subbands, value);
194 if (enc->blocks != 0
225 GstSbcEnc *enc; local
234 GstSbcEnc *enc = GST_SBC_ENC(GST_PAD_PARENT(pad)); local
286 GstSbcEnc *enc; local
367 GstSbcEnc *enc = GST_SBC_ENC(gst_pad_get_parent(pad)); local
420 GstSbcEnc *enc = GST_SBC_ENC(element); local
442 GstSbcEnc *enc = GST_SBC_ENC(object); local
466 GstSbcEnc *enc = GST_SBC_ENC(object); local
496 GstSbcEnc *enc = GST_SBC_ENC(object); local
    [all...]
  /external/expat/lib/
xmltok_impl.c 9 #define IS_INVALID_CHAR(enc, ptr, n) (0)
16 if (IS_INVALID_CHAR(enc, ptr, n)) { \
33 #define CHECK_NAME_CASE(n, enc, ptr, end, nextTokPtr) \
37 if (!IS_NAME_CHAR(enc, ptr, n)) { \
44 #define CHECK_NAME_CASES(enc, ptr, end, nextTokPtr) \
46 if (!IS_NAME_CHAR_MINBPC(enc, ptr)) { \
55 ptr += MINBPC(enc); \
57 CHECK_NAME_CASE(2, enc, ptr, end, nextTokPtr) \
58 CHECK_NAME_CASE(3, enc, ptr, end, nextTokPtr) \
59 CHECK_NAME_CASE(4, enc, ptr, end, nextTokPtr
    [all...]
xmltok_ns.c 11 return &ns(internal_utf8_encoding).enc;
18 return &ns(internal_little2_encoding).enc;
20 return &ns(internal_big2_encoding).enc;
24 ? &ns(internal_little2_encoding).enc
25 : &ns(internal_big2_encoding).enc);
30 &ns(latin1_encoding).enc,
31 &ns(ascii_encoding).enc,
32 &ns(utf8_encoding).enc,
33 &ns(big2_encoding).enc,
34 &ns(big2_encoding).enc,
    [all...]
xmltok.h 145 int (PTRCALL *getAtts)(const ENCODING *enc,
149 int (PTRFASTCALL *charRefNumber)(const ENCODING *enc, const char *ptr);
157 int (PTRCALL *isPublicId)(const ENCODING *enc,
161 void (PTRCALL *utf8Convert)(const ENCODING *enc,
166 void (PTRCALL *utf16Convert)(const ENCODING *enc,
198 #define XmlTok(enc, state, ptr, end, nextTokPtr) \
199 (((enc)->scanners[state])(enc, ptr, end, nextTokPtr))
201 #define XmlPrologTok(enc, ptr, end, nextTokPtr) \
202 XmlTok(enc, XML_PROLOG_STATE, ptr, end, nextTokPtr
    [all...]
xmltok.c 125 isNever(const ENCODING *enc, const char *p)
131 utf8_isName2(const ENCODING *enc, const char *p)
137 utf8_isName3(const ENCODING *enc, const char *p)
145 utf8_isNmstrt2(const ENCODING *enc, const char *p)
151 utf8_isNmstrt3(const ENCODING *enc, const char *p)
159 utf8_isInvalid2(const ENCODING *enc, const char *p)
165 utf8_isInvalid3(const ENCODING *enc, const char *p)
171 utf8_isInvalid4(const ENCODING *enc, const char *p)
177 ENCODING enc; member in struct:normal_encoding
197 #define AS_NORMAL_ENCODING(enc) ((const struct normal_encoding *) (enc)
1086 const ENCODING *enc, variable
1645 ENCODING *enc = XmlInitUnknownEncoding(mem, table, convert, userData); local
    [all...]
xmlrole.c 89 #define MIN_BYTES_PER_CHAR(enc) ((enc)->minBytesPerChar)
105 const ENCODING *enc);
132 const ENCODING *enc)
150 if (!XmlNameMatchesAscii(enc,
151 ptr + 2 * MIN_BYTES_PER_CHAR(enc),
169 const ENCODING *enc)
181 if (!XmlNameMatchesAscii(enc,
182 ptr + 2 * MIN_BYTES_PER_CHAR(enc),
200 const ENCODING *enc)
    [all...]
xmlrole.h 92 const ENCODING *enc);
107 #define XmlTokenRole(state, tok, ptr, end, enc) \
108 (((state)->handler)(state, tok, ptr, end, enc))
  /external/skia/src/images/
SkImageEncoder.cpp 39 SkAutoTDelete<SkImageEncoder> enc(SkImageEncoder::Create(t));
40 return enc.get() && enc.get()->encodeFile(file, bm, quality);
45 SkAutoTDelete<SkImageEncoder> enc(SkImageEncoder::Create(t));
46 return enc.get() && enc.get()->encodeStream(stream, bm, quality);
  /external/openssl/crypto/asn1/
tasn_utl.c 141 ASN1_ENCODING *enc; local
142 enc = asn1_get_enc_ptr(pval, it);
143 if (enc)
145 enc->enc = NULL;
146 enc->len = 0;
147 enc->modified = 1;
153 ASN1_ENCODING *enc; local
154 enc = asn1_get_enc_ptr(pval, it);
155 if (enc)
168 ASN1_ENCODING *enc; local
188 ASN1_ENCODING *enc; local
    [all...]
  /external/openssl/crypto/des/
des_old.c 85 des_key_schedule ks3, int enc)
89 (DES_key_schedule *)ks3, enc);
98 des_key_schedule schedule,_ossl_old_des_cblock *ivec,int enc)
101 length, (DES_key_schedule *)schedule, ivec, enc);
104 des_key_schedule schedule,_ossl_old_des_cblock *ivec,int enc)
107 length, (DES_key_schedule *)schedule, ivec, enc);
111 _ossl_old_des_cblock *inw,_ossl_old_des_cblock *outw,int enc)
114 length, (DES_key_schedule *)schedule, ivec, inw, outw, enc);
117 long length,des_key_schedule schedule,_ossl_old_des_cblock *ivec,int enc)
120 (DES_key_schedule *)schedule, ivec, enc);
    [all...]
  /external/opencore/codecs_v2/omx/omx_m4venc/
Android.mk 23 $(PV_TOP)/codecs_v2/video/m4v_h263/enc/src \
24 $(PV_TOP)/codecs_v2/video/m4v_h263/enc/include \
  /external/opencore/build_config/opencore_dynamic/
Android_omx_amrenc_sharedlibrary.mk 18 include $(PV_TOP)/codecs_v2/audio/gsm_amr/amr_nb/enc/Android.mk
Android_omx_avcenc_sharedlibrary.mk 18 include $(PV_TOP)/codecs_v2/video/avc_h264/enc/Android.mk
Android_omx_m4venc_sharedlibrary.mk 18 include $(PV_TOP)/codecs_v2/video/m4v_h263/enc/Android.mk
  /dalvik/libcore/crypto/src/test/java/org/apache/harmony/crypto/tests/support/
MyExemptionMechanismSpi.java 109 private byte[] enc; field in class:MyExemptionMechanismSpi.tmpKey
110 public tmpKey(String alg, byte[] enc) {
112 this.enc = enc;
121 return enc;
126 private byte[] enc; field in class:MyExemptionMechanismSpi.tmp1Key
127 public tmp1Key(String alg, byte[] enc) {
128 this.enc = enc;
137 return enc;
    [all...]
  /external/openssl/crypto/des/asm/
desboth.pl 8 local($name,$enc)=@_;
31 if ($enc)
47 &mov(&swtmp(2), (DWC(($enc)?"1":"0")));
51 &mov(&swtmp(2), (DWC(($enc)?"0":"1")));
55 &mov(&swtmp(2), (DWC(($enc)?"1":"0")));
  /external/opencore/codecs_v2/omx/omx_amrenc/
Android.mk 25 $(PV_TOP)/codecs_v2/audio/gsm_amr/amr_nb/enc/src \
26 $(PV_TOP)/codecs_v2/audio/gsm_amr/amr_nb/enc/include \
  /external/opencore/codecs_v2/omx/omx_amrenc/build/make_multithreaded/
local.mk 17 ../../../../audio/gsm_amr/amr_nb/enc/src \
18 ../../../../audio/gsm_amr/amr_nb/enc/include
  /external/opencore/codecs_v2/omx/omx_h264enc/
Android.mk 23 $(PV_TOP)/codecs_v2/video/avc_h264/enc/src \
24 $(PV_TOP)/codecs_v2/video/avc_h264/enc/include \
  /external/opencore/codecs_v2/omx/omx_h264enc/build/make_multithreaded/
local.mk 15 ../../../../video/avc_h264/enc/src \
16 ../../../../video/avc_h264/enc/include \
  /external/opencore/codecs_v2/omx/omx_m4venc/build/make_multithreaded/
local.mk 15 ../../../../video/m4v_h263/enc/src \
16 ../../../../video/m4v_h263/enc/include \
  /external/opencore/codecs_v2/video/m4v_h263/enc/
Android.mk 36 $(PV_TOP)/codecs_v2/video/m4v_h263/enc/src \
37 $(PV_TOP)/codecs_v2/video/m4v_h263/enc/include \
  /external/openssl/crypto/pem/
pem_pk8.c 70 int nid, const EVP_CIPHER *enc,
74 int nid, const EVP_CIPHER *enc,
79 * replacement for PEM_write_bio_PrivateKey() and friends. As usual if 'enc'
91 int PEM_write_bio_PKCS8PrivateKey(BIO *bp, EVP_PKEY *x, const EVP_CIPHER *enc,
95 return do_pk8pkey(bp, x, 0, -1, enc, kstr, klen, cb, u);
98 int i2d_PKCS8PrivateKey_bio(BIO *bp, EVP_PKEY *x, const EVP_CIPHER *enc,
102 return do_pk8pkey(bp, x, 1, -1, enc, kstr, klen, cb, u);
112 static int do_pk8pkey(BIO *bp, EVP_PKEY *x, int isder, int nid, const EVP_CIPHER *enc,
125 if(enc || (nid != -1)) {
137 p8 = PKCS8_encrypt(nid, enc, kstr, klen, NULL, 0, 0, p8inf)
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
crypto_gnutls.c 202 gcry_cipher_hd_t enc; member in struct:crypto_cipher
223 res = gcry_cipher_open(&ctx->enc, a, GCRY_CIPHER_MODE_STREAM,
234 res = gcry_cipher_open(&ctx->enc, a, GCRY_CIPHER_MODE_CBC, 0);
239 res = gcry_cipher_open(&ctx->enc, a, GCRY_CIPHER_MODE_CBC, 0);
244 res = gcry_cipher_open(&ctx->enc, a, GCRY_CIPHER_MODE_CBC, 0);
252 res = gcry_cipher_open(&ctx->enc, a, GCRY_CIPHER_MODE_CBC, 0);
265 if (gcry_cipher_setkey(ctx->enc, key, key_len) != GPG_ERR_NO_ERROR ||
267 gcry_cipher_close(ctx->enc);
274 if (gcry_cipher_setiv(ctx->enc, iv, ivlen) != GPG_ERR_NO_ERROR ||
276 gcry_cipher_close(ctx->enc);
    [all...]
  /frameworks/base/tests/CoreTests/android/core/
InputStreamReaderTest.java 91 String[] enc = new String[]{ local
96 for (int i = 0; i < enc.length; i++) {
97 byte[] ba = src.getBytes(enc[i]);
99 String s1 = new String(ba, enc[i]);
102 InputStreamReader r = new InputStreamReader(bais, enc[i]);

Completed in 82 milliseconds

1 2 3 4 5 6 7 8 91011>>