HomeSort by relevance Sort by last modified time
    Searched refs:Codec (Results 76 - 100 of 300) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
rot_13.py 2 """ Python Character Mapping Codec for ROT13.
12 ### Codec APIs
14 class Codec(codecs.Codec):
30 class StreamWriter(Codec,codecs.StreamWriter):
33 class StreamReader(Codec,codecs.StreamReader):
41 encode=Codec().encode,
42 decode=Codec().decode,
bz2_codec.py 1 """ Python 'bz2_codec' Codec - bz2 compression encoding
3 Unlike most of the other codecs which target Unicode, this codec
11 import bz2 # this codec needs the optional bz2 module ! namespace
13 ### Codec APIs
22 error handling for this codec.
40 error handling for this codec.
47 class Codec(codecs.Codec):
85 class StreamWriter(Codec,codecs.StreamWriter):
88 class StreamReader(Codec,codecs.StreamReader)
    [all...]
quopri_codec.py 0 """Codec for quoted-printable encoding.
17 error handling for this codec.
33 error handling for this codec.
43 class Codec(codecs.Codec):
58 class StreamWriter(Codec, codecs.StreamWriter):
61 class StreamReader(Codec,codecs.StreamReader):
zlib_codec.py 1 """ Python 'zlib_codec' Codec - zlib compression encoding
3 Unlike most of the other codecs which target Unicode, this codec
10 import zlib # this codec needs the optional zlib module ! namespace
12 ### Codec APIs
21 error handling for this codec.
39 error handling for this codec.
46 class Codec(codecs.Codec):
85 class StreamWriter(Codec,codecs.StreamWriter):
88 class StreamReader(Codec,codecs.StreamReader)
    [all...]
hp_roman8.py 1 """ Python Character Mapping Codec generated from 'hp_roman8.txt' with gencodec.py.
12 ### Codec APIs
14 class Codec(codecs.Codec):
30 class StreamWriter(Codec,codecs.StreamWriter):
33 class StreamReader(Codec,codecs.StreamReader):
41 encode=Codec().encode,
42 decode=Codec().decode,
uu_codec.py 1 """ Python 'uu_codec' Codec - UU content transfer encoding
3 Unlike most of the other codecs which target Unicode, this codec
13 ### Codec APIs
22 error handling for this codec.
55 error handling for this codec.
96 class Codec(codecs.Codec):
112 class StreamWriter(Codec,codecs.StreamWriter):
115 class StreamReader(Codec,codecs.StreamReader):
cp037.py 1 """ Python Character Mapping Codec cp037 generated from 'MAPPINGS/VENDORS/MICSFT/EBCDIC/CP037.TXT' with gencodec.py.
7 ### Codec APIs
9 class Codec(codecs.Codec):
25 class StreamWriter(Codec,codecs.StreamWriter):
28 class StreamReader(Codec,codecs.StreamReader):
36 encode=Codec().encode,
37 decode=Codec().decode,
cp1006.py 1 """ Python Character Mapping Codec cp1006 generated from 'MAPPINGS/VENDORS/MISC/CP1006.TXT' with gencodec.py.
7 ### Codec APIs
9 class Codec(codecs.Codec):
25 class StreamWriter(Codec,codecs.StreamWriter):
28 class StreamReader(Codec,codecs.StreamReader):
36 encode=Codec().encode,
37 decode=Codec().decode,
cp1026.py 1 """ Python Character Mapping Codec cp1026 generated from 'MAPPINGS/VENDORS/MICSFT/EBCDIC/CP1026.TXT' with gencodec.py.
7 ### Codec APIs
9 class Codec(codecs.Codec):
25 class StreamWriter(Codec,codecs.StreamWriter):
28 class StreamReader(Codec,codecs.StreamReader):
36 encode=Codec().encode,
37 decode=Codec().decode,
cp1140.py 1 """ Python Character Mapping Codec cp1140 generated from 'python-mappings/CP1140.TXT' with gencodec.py.
7 ### Codec APIs
9 class Codec(codecs.Codec):
25 class StreamWriter(Codec,codecs.StreamWriter):
28 class StreamReader(Codec,codecs.StreamReader):
36 encode=Codec().encode,
37 decode=Codec().decode,
cp1250.py 1 """ Python Character Mapping Codec cp1250 generated from 'MAPPINGS/VENDORS/MICSFT/WINDOWS/CP1250.TXT' with gencodec.py.
7 ### Codec APIs
9 class Codec(codecs.Codec):
25 class StreamWriter(Codec,codecs.StreamWriter):
28 class StreamReader(Codec,codecs.StreamReader):
36 encode=Codec().encode,
37 decode=Codec().decode,
cp1251.py 1 """ Python Character Mapping Codec cp1251 generated from 'MAPPINGS/VENDORS/MICSFT/WINDOWS/CP1251.TXT' with gencodec.py.
7 ### Codec APIs
9 class Codec(codecs.Codec):
25 class StreamWriter(Codec,codecs.StreamWriter):
28 class StreamReader(Codec,codecs.StreamReader):
36 encode=Codec().encode,
37 decode=Codec().decode,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/
rot_13.py 2 """ Python Character Mapping Codec for ROT13.
12 ### Codec APIs
14 class Codec(codecs.Codec):
30 class StreamWriter(Codec,codecs.StreamWriter):
33 class StreamReader(Codec,codecs.StreamReader):
41 encode=Codec().encode,
42 decode=Codec().decode,
bz2_codec.py 1 """ Python 'bz2_codec' Codec - bz2 compression encoding
3 Unlike most of the other codecs which target Unicode, this codec
11 import bz2 # this codec needs the optional bz2 module ! namespace
13 ### Codec APIs
22 error handling for this codec.
40 error handling for this codec.
47 class Codec(codecs.Codec):
85 class StreamWriter(Codec,codecs.StreamWriter):
88 class StreamReader(Codec,codecs.StreamReader)
    [all...]
quopri_codec.py 0 """Codec for quoted-printable encoding.
17 error handling for this codec.
33 error handling for this codec.
43 class Codec(codecs.Codec):
58 class StreamWriter(Codec, codecs.StreamWriter):
61 class StreamReader(Codec,codecs.StreamReader):
zlib_codec.py 1 """ Python 'zlib_codec' Codec - zlib compression encoding
3 Unlike most of the other codecs which target Unicode, this codec
10 import zlib # this codec needs the optional zlib module ! namespace
12 ### Codec APIs
21 error handling for this codec.
39 error handling for this codec.
46 class Codec(codecs.Codec):
85 class StreamWriter(Codec,codecs.StreamWriter):
88 class StreamReader(Codec,codecs.StreamReader)
    [all...]
hp_roman8.py 1 """ Python Character Mapping Codec generated from 'hp_roman8.txt' with gencodec.py.
12 ### Codec APIs
14 class Codec(codecs.Codec):
30 class StreamWriter(Codec,codecs.StreamWriter):
33 class StreamReader(Codec,codecs.StreamReader):
41 encode=Codec().encode,
42 decode=Codec().decode,
uu_codec.py 1 """ Python 'uu_codec' Codec - UU content transfer encoding
3 Unlike most of the other codecs which target Unicode, this codec
13 ### Codec APIs
22 error handling for this codec.
55 error handling for this codec.
96 class Codec(codecs.Codec):
112 class StreamWriter(Codec,codecs.StreamWriter):
115 class StreamReader(Codec,codecs.StreamReader):
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/spdy/
HuffmanTest.java 46 assertRoundTrip(Huffman.Codec.REQUEST, buf);
47 assertRoundTrip(Huffman.Codec.RESPONSE, buf);
50 private static void assertRoundTrip(Huffman.Codec codec, byte[] buf) throws IOException {
54 codec.encode(buf, dos);
55 assertEquals(baos.size(), codec.encodedLength(buf));
57 byte[] decodedBytes = codec.decode(baos.toByteArray());
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
codec.cc 28 #include "talk/media/base/codec.h"
91 bool Codec::Matches(const Codec& codec) const {
92 // Match the codec id/name based on the typical static/dynamic name rules.
94 return (codec.id <= kMaxStaticPayloadId) ?
95 (id == codec.id) : (_stricmp(name.c_str(), codec.name.c_str()) == 0);
98 bool Codec::GetParam(const std::string& name, std::string* out) const {
106 bool Codec::GetParam(const std::string& name, int* out) const
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
initial_delay_unittest.cc 68 CodecInst codec; local
73 AudioCodingModule::Codec("L16", &codec, kFsHz[n], kChannels[k]);
74 acm_b_->RegisterReceiveCodec(codec);
85 CodecInst codec; local
86 AudioCodingModule::Codec("L16", &codec, 8000, 1);
87 codec.pacsize = codec.plfreq * 30 / 1000; // 30 ms packets.
88 Run(codec, 1000)
92 CodecInst codec; local
99 CodecInst codec; local
106 CodecInst codec; local
113 CodecInst codec; local
120 CodecInst codec; local
    [all...]
SpatialAudio.cc 73 status = _acmReceiver->Codec(n, &codecInst);
75 printf("Error in Codec(), no matching codec found");
97 _acmLeft->Codec((uint8_t) 1, &codecInst);
109 _acmLeft->Codec((uint8_t) 0, &codecInst);
117 // Change codec
118 _acmLeft->Codec((uint8_t) 3, &codecInst);
130 _acmLeft->Codec((uint8_t) 4, &codecInst);
134 _acmLeft->Codec((uint8_t) 0, &codecInst);
  /external/chromium_org/remoting/protocol/
session_config.h 30 enum Codec {
48 ChannelConfig(TransportType transport, int version, Codec codec);
56 Codec codec; member in struct:remoting::protocol::ChannelConfig
163 void EnableVideoCodec(ChannelConfig::Codec codec);
  /cts/tests/tests/media/src/android/media/cts/
AdaptivePlaybackTest.java 49 public Iterable<Codec> H264(CodecFactory factory) {
58 public Iterable<Codec> HEVC(CodecFactory factory) {
67 public Iterable<Codec> H263(CodecFactory factory) {
76 public Iterable<Codec> Mpeg4(CodecFactory factory) {
86 public Iterable<Codec> VP8(CodecFactory factory) {
95 public Iterable<Codec> VP9(CodecFactory factory) {
108 public Iterable<Codec> H264() { return H264(ALL); }
109 public Iterable<Codec> HEVC() { return HEVC(ALL); }
110 public Iterable<Codec> VP8() { return VP8(ALL); }
111 public Iterable<Codec> VP9() { return VP9(ALL);
    [all...]
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
codec_database_test.cc 11 // Implementation of codec data base test
132 TEST(VideoCodingModule::Codec(-1, &sendCodec) < 0);
133 TEST(VideoCodingModule::Codec(VideoCodingModule::NumberOfCodecs() + 1,
135 VideoCodingModule::Codec(1, &sendCodec);
143 printf("Registered codec names: ");
146 VideoCodingModule::Codec(i, &sendCodec);
152 VideoCodingModule::Codec(kVideoCodecVP8, &sendCodec);
161 VideoCodingModule::Codec(0, &sendCodec);
191 VideoCodingModule::Codec(kVideoCodecVP8, &vp8DecSettings);
196 VideoCodingModule::Codec(kVideoCodecVP8, &vp8EncSettings)
    [all...]

Completed in 457 milliseconds

1 2 34 5 6 7 8 91011>>