HomeSort by relevance Sort by last modified time
    Searched full:encoded (Results 951 - 975 of 4017) sorted by null

<<31323334353637383940>>

  /external/chromium_org/third_party/libusb/src/libusb/
strerror.c 120 * All strings returned are encoded as UTF-8 strings.
166 * The returned string is encoded in UTF-8.
  /external/chromium_org/third_party/modp_b64/
modp_b64.h 39 * This will contain the null-terminated b64 encoded result
61 * Decode a base64 encoded string
  /external/chromium_org/third_party/openssl/openssl/crypto/asn1/
asn_pack.c 67 /* Turn an ASN1 encoded SEQUENCE OF into a STACK of structures */
81 /* Turn a STACK structures into an ASN1 encoded SEQUENCE OF structure in a
  /external/chromium_org/third_party/openssl/openssl/crypto/x509/
x509spki.c 76 /* Load a Netscape SPKI from a base64 encoded string */
102 /* Generate a base64 encoded string from an SPKI */
  /external/chromium_org/third_party/opus/src/celt/
entcode.h 98 /*Returns the number of bits "used" by the encoded or decoded symbols so far.
108 /*Returns the number of bits "used" by the encoded or decoded symbols so far.
  /external/chromium_org/third_party/opus/src/include/
opus_defines.h 182 #define OPUS_SIGNAL_VOICE 3001 /**< Signal being encoded is voice */
183 #define OPUS_SIGNAL_MUSIC 3002 /**< Signal being encoded is music */
317 * This can force the encoder to produce packets encoded as either mono or
391 /** Configures the type of signal being encoded.
521 /** Configures the depth of signal being encoded.
544 * to verify how much audio was encoded by checking the ToC byte of the encoded
545 * packet. The part of the audio that was not encoded needs to be resent to the
  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
encoder.py 51 * Every field's tag is encoded to bytes at startup, since it can't change at
211 # a parameter and returns its encoded size.
662 encoded = element.encode('utf-8')
664 local_EncodeVarint(write, local_len(encoded))
665 write(encoded)
669 encoded = value.encode('utf-8')
671 local_EncodeVarint(write, local_len(encoded))
672 return write(encoded)
  /external/chromium_org/third_party/skia/src/core/
SkAntiRun.h 15 /** Sparse array of run-length-encoded alpha (supersampling coverage) values.
112 * i.e. from the state AAAABBBB, run-length encoded as A4B4,
  /external/chromium_org/third_party/sqlite/src/test/
enc.test 34 # $utf16 is a UTF-16 encoded string. Swap each pair of bytes around
52 # $str is a string to use for testing (encoded in UTF-8, as normal for TCL).
  /external/chromium_org/win8/metro_driver/
chrome_url_launch_handler.cc 100 // |launch_args| is an encoded command line, minus the executable name. To
102 // are encoded in |launch_args| they are ignored.
  /external/compiler-rt/lib/
gcc_personality_v0.c 82 /* read a uleb128 encoded value and advance pointer */
98 /* read a pointer encoded value and advance pointer */
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
AnnotationItem.java 60 * {@code null-ok;} encoded form, ready for writing to a file; set during
159 // Add one for the visibility byte in front of the encoded annotation.
  /external/dropbear/libtomcrypt/src/pk/pkcs1/
pkcs_1_oaep_decode.c 22 @param msg The encoded data to decode
23 @param msglen The length of the encoded data (octets)
pkcs_1_oaep_encode.c 30 @param out [out] The destination for the encoded data
31 @param outlen [in/out] The max size and resulting size of the encoded data
  /external/harfbuzz_ng/src/
hb-ot-head-table.hh 106 * the glyphs encoded in the cmap subtables are simply
110 * encoded in the cmap subtables represent proper
  /external/kernel-headers/original/sound/
compress_offload.h 60 * @pcm_frames: Frames decoded or encoded by DSP. This field will evolve by
148 * @frame_size: legth of the encoded frame with valid data
  /external/libgsm/man/
gsm_option.3 104 A WAV file of type #49 contains GSM 06.10-encoded frames.
125 This option should be used before any frames are encoded.
  /external/libogg/doc/
ogg-multiplex.html 193 the encoded stream; the decoder simply reads as much data as is
214 search on time position of all pages in the stream (as encoded in the
274 may be encoded into a granule position value so long as the granule
286 example, a granule position that encoded milliseconds from beginning
299 <p>In the event that audio frames are always encoded as the same number of
364 specific granule position, only one granule position is encoded
383 'end-time' encoded; the granulepos represents the point in time
385 streams are 'start-time' encoded; the granulepos represents the point
  /external/libvpx/libvpx/examples/
simple_encoder.txt 80 Processing The Encoded Data
82 Each packet of type `VPX_CODEC_CX_FRAME_PKT` contains the encoded data
  /external/llvm/include/llvm/CodeGen/
MachineJumpTableInfo.h 51 /// EK_GPRel64BlockAddress - Each entry is an address of block, encoded
56 /// EK_GPRel32BlockAddress - Each entry is an address of block, encoded
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAsmBackend.cpp 367 Value >>= 1; // Low bit is not encoded.
388 Value >>= 1; // Low bit is not encoded.
403 // four. The 32-bit immediate value is encoded as
406 // The value is encoded into disjoint bit positions in the destination
434 // four (see fixup_arm_thumb_cp). The 32-bit immediate value is encoded as
437 // The value is encoded into disjoint bit positions in the destination
486 // The value has the low 4 bits encoded in [3:0] and the high 4 in [11:8].
554 // Try to get the encoded value for the fixup as-if we're mapping it into
  /external/lzma/
7zFormat.txt 111 UINT64 means real UINT64 encoded with the following scheme:
466 StreamsInfo for Encoded Header
  /external/mockwebserver/src/main/java/com/google/mockwebserver/
MockResponse.java 165 * Sets the response body to the UTF-8 encoded bytes of {@code body}.
204 * Sets the response body to the UTF-8 encoded bytes of {@code body},
  /external/nist-sip/java/gov/nist/javax/sip/address/
Authority.java 55 * Return the host name in encoded form.
56 * @return encoded string (does the same thing as toString)
  /external/nist-sip/java/gov/nist/javax/sip/header/
SubscriptionState.java 163 /** Just the encoded body of the header.
164 * @return the string encoded header body.

Completed in 674 milliseconds

<<31323334353637383940>>