/libcore/luni/src/main/java/org/apache/harmony/security/x509/ |
OtherName.java | 84 * ASN.1 DER X.509 OtherName encoder/decoder class.
|
PolicyConstraints.java | 105 * X.509 PolicyConstraints encoder/decoder.
|
PolicyInformation.java | 83 * ASN.1 DER X.509 PolicyInformation encoder/decoder class.
|
PrivateKeyUsagePeriod.java | 90 * ASN.1 DER X.509 PrivateKeyUsagePeriod encoder/decoder class.
|
ReasonCode.java | 112 * ASN.1 Encoder/Decoder.
|
/libcore/luni/src/test/java/libcore/java/io/ |
OutputStreamWriterTest.java | 50 // We write enough characters to fill that, but leave data in the encoder.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/tests/ |
test_scanstring.py | 101 self.json.encoder.encode_basestring_ascii, b"xx\xff")
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/tests/ |
test_scanstring.py | 101 self.json.encoder.encode_basestring_ascii, b"xx\xff")
|
/sdk/emulator/opengl/ |
Android.mk | 53 # source files (see all emugl-gen-decoder/encoder in common.mk)
|
/external/lzma/CS/7zip/Compress/LZMA/ |
LzmaEncoder.cs | 9 public class Encoder : ICoder, ISetCoderProperties, IWriteCoderProperties
21 static Encoder()
78 public void Encode(RangeCoder.Encoder rangeEncoder, byte symbol)
89 public void EncodeMatched(RangeCoder.Encoder rangeEncoder, byte matchByte, byte symbol)
196 public void Encode(RangeCoder.Encoder rangeEncoder, UInt32 symbol, UInt32 posState)
271 public new void Encode(RangeCoder.Encoder rangeEncoder, UInt32 symbol, UInt32 posState)
305 RangeCoder.Encoder _rangeEncoder = new RangeCoder.Encoder();
382 public Encoder()
[all...] |
/external/aac/libAACenc/src/ |
psy_const.h | 84 /******************************** MPEG Audio Encoder ************************** 97 #define TRANS_FAC 8 /* encoder short long ratio */
|
/external/aac/libSBRenc/src/ |
ps_bitenc.h | 84 /***************************** MPEG Audio Encoder *************************** 87 contents/description: Parametric Stereo bitstream encoder
|
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/asn1/der/ |
OidTest.java | 121 // oid decoder/encoder for testing 171 // oid decoder/encoder for testing
|
/external/chromium/third_party/libjingle/source/talk/session/phone/ |
filemediaengine.h | 43 // A media engine contains a capturer, an encoder, and a sender in the sender 45 // FileMediaEngine simulates the capturer and the encoder via an input RTP dump
|
/external/chromium_org/remoting/host/ |
client_session.h | 147 // Creates an audio encoder for the specified configuration. 151 // Creates a video encoder for the specified configuration.
|
video_scheduler.h | 88 scoped_ptr<VideoEncoder> encoder, 148 // Encoder thread -----------------------------------------------------------
|
/external/chromium_org/third_party/opus/src/silk/fixed/ |
prefilter_FIX.c | 91 silk_encoder_state_FIX *psEnc, /* I/O Encoder state */ 92 const silk_encoder_control_FIX *psEncCtrl, /* I Encoder control */
|
/external/chromium_org/third_party/opus/src/silk/float/ |
prefilter_FLP.c | 95 silk_encoder_state_FLP *psEnc, /* I/O Encoder state FLP */ 96 const silk_encoder_control_FLP *psEncCtrl, /* I Encoder control FLP */
|
/external/chromium_org/ui/gfx/ozone/dri/ |
hardware_display_controller.h | 27 // encoder and connector. The CRTC determines which framebuffer to read, when 32 // There is no 1:1:1 pairing for these components. It is possible for an encoder
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_subexp.c | 14 #include "vp9/encoder/vp9_boolhuff.h" 15 #include "vp9/encoder/vp9_treewriter.h"
|
/external/libvpx/libvpx/vp9/ |
vp9_cx_iface.c | 17 #include "vp9/encoder/vp9_onyx_int.h" 19 #include "vp9/encoder/vp9_firstpass.h" 237 ERROR("Image size must match encoder init configuration size"); 696 /* Initialize the encoder instance on the first frame*/ [all...] |
/external/libvpx/libvpx/vpx/src/ |
svc_encodeframe.c | 96 // create LayerData from encoder output 500 // modify encoder configuration 544 // encoder should reference the last frame 547 // encoder should reference the alt ref frame 550 // encoder should reference the golden frame 553 // encoder should copy current frame to the last frame buffer 556 // encoder should copy current frame to the alt ref frame buffer 559 // encoder should copy current frame to the golden frame
|
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ |
structs.h | 38 /* Bitstream struct for encoder */ 362 WebRtc_Word16 initflag; /* 0 = nothing initiated; 1 = encoder or decoder */
|
/external/chromium_org/third_party/opus/src/doc/ |
draft-ietf-codec-oggopus.xml | 249 (DTX), an encoder SHOULD emit packets that explicitly request the use of 259 resampling, and the encoder will introduce even more latency (though the exact 262 real input audio, but are instead composed of padding inserted by the encoder 324 Opus uses the pre-skip mechanism for this purpose instead, since the encoder 526 The original sample rate of the encoder input is not preserved by the lossy 539 However, the 'Input Sample Rate' field allows the encoder to pass the sample 546 with the same sample rate as the one they fed to the encoder. 576 An encoder SHOULD set this field to zero, and instead apply any gain prior to 669 This is selected by the encoder depending on the bitrate and the audio being 671 The original channel count of the encoder input is not preserved by the loss [all...] |
/external/chromium_org/third_party/opus/src/src/ |
opus_demo.c | 53 fprintf(stderr, "-e : only runs the encoder (output the bit-stream)\n" ); 197 #if 0 /* This is a hack that replaces the normal encoder/decoder with the multistream version */ 531 fprintf(stderr, "Cannot create encoder: %s\n", opus_strerror(err)); 814 /* compare final range encoder rng values of encoder and decoder */ 819 "between encoder and decoder " [all...] |