HomeSort by relevance Sort by last modified time
    Searched full:codecs (Results 226 - 250 of 1631) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/gdb/linux-x86/lib/python2.7/encodings/
bz2_codec.py 3 Unlike most of the other codecs which target Unicode, this codec
10 import codecs
47 class Codec(codecs.Codec):
54 class IncrementalEncoder(codecs.IncrementalEncoder):
70 class IncrementalDecoder(codecs.IncrementalDecoder):
85 class StreamWriter(Codec,codecs.StreamWriter):
88 class StreamReader(Codec,codecs.StreamReader):
94 return codecs.CodecInfo(
zlib_codec.py 3 Unlike most of the other codecs which target Unicode, this codec
9 import codecs
46 class Codec(codecs.Codec):
53 class IncrementalEncoder(codecs.IncrementalEncoder):
69 class IncrementalDecoder(codecs.IncrementalDecoder):
85 class StreamWriter(Codec,codecs.StreamWriter):
88 class StreamReader(Codec,codecs.StreamReader):
94 return codecs.CodecInfo(
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
bz2_codec.py 3 Unlike most of the other codecs which target Unicode, this codec
10 import codecs
47 class Codec(codecs.Codec):
54 class IncrementalEncoder(codecs.IncrementalEncoder):
70 class IncrementalDecoder(codecs.IncrementalDecoder):
85 class StreamWriter(Codec,codecs.StreamWriter):
88 class StreamReader(Codec,codecs.StreamReader):
94 return codecs.CodecInfo(
zlib_codec.py 3 Unlike most of the other codecs which target Unicode, this codec
9 import codecs
46 class Codec(codecs.Codec):
53 class IncrementalEncoder(codecs.IncrementalEncoder):
69 class IncrementalDecoder(codecs.IncrementalDecoder):
85 class StreamWriter(Codec,codecs.StreamWriter):
88 class StreamReader(Codec,codecs.StreamReader):
94 return codecs.CodecInfo(
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/
bz2_codec.py 3 Unlike most of the other codecs which target Unicode, this codec
10 import codecs
47 class Codec(codecs.Codec):
54 class IncrementalEncoder(codecs.IncrementalEncoder):
70 class IncrementalDecoder(codecs.IncrementalDecoder):
85 class StreamWriter(Codec,codecs.StreamWriter):
88 class StreamReader(Codec,codecs.StreamReader):
94 return codecs.CodecInfo(
zlib_codec.py 3 Unlike most of the other codecs which target Unicode, this codec
9 import codecs
46 class Codec(codecs.Codec):
53 class IncrementalEncoder(codecs.IncrementalEncoder):
69 class IncrementalDecoder(codecs.IncrementalDecoder):
85 class StreamWriter(Codec,codecs.StreamWriter):
88 class StreamReader(Codec,codecs.StreamReader):
94 return codecs.CodecInfo(
  /external/webrtc/webrtc/modules/audio_coding/
audio_coding.gypi 12 'codecs/interfaces.gypi',
13 'codecs/cng/cng.gypi',
14 'codecs/g711/g711.gypi',
15 'codecs/g722/g722.gypi',
16 'codecs/ilbc/ilbc.gypi',
17 'codecs/isac/isac.gypi',
18 'codecs/isac/isac_common.gypi',
19 'codecs/isac/isacfix.gypi',
20 'codecs/pcm16b/pcm16b.gypi',
21 'codecs/red/red.gypi'
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_codecs.py 3 import codecs
39 r = codecs.getreader(self.encoding)(q)
51 d = codecs.getincrementaldecoder(self.encoding)()
74 u"".join(codecs.iterdecode(encoded, self.encoding))
80 return codecs.getreader(self.encoding)(stream)
192 reader = codecs.getreader(self.encoding)(stream)
198 writer = codecs.getwriter(self.encoding)(q)
199 reader = codecs.getreader(self.encoding)(q)
230 reader = codecs.getreader(self.encoding)(stream)
245 reader = codecs.getreader(self.encoding)(stream
    [all...]
test_email_codecs.py 2 # email package unit tests for (optional) Asian codecs
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_codecs.py 3 import codecs
39 r = codecs.getreader(self.encoding)(q)
51 d = codecs.getincrementaldecoder(self.encoding)()
74 u"".join(codecs.iterdecode(encoded, self.encoding))
80 return codecs.getreader(self.encoding)(stream)
192 reader = codecs.getreader(self.encoding)(stream)
198 writer = codecs.getwriter(self.encoding)(q)
199 reader = codecs.getreader(self.encoding)(q)
230 reader = codecs.getreader(self.encoding)(stream)
245 reader = codecs.getreader(self.encoding)(stream
    [all...]
test_email_codecs.py 2 # email package unit tests for (optional) Asian codecs
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_codecs.py 3 import codecs
39 r = codecs.getreader(self.encoding)(q)
51 d = codecs.getincrementaldecoder(self.encoding)()
74 u"".join(codecs.iterdecode(encoded, self.encoding))
80 return codecs.getreader(self.encoding)(stream)
192 reader = codecs.getreader(self.encoding)(stream)
198 writer = codecs.getwriter(self.encoding)(q)
199 reader = codecs.getreader(self.encoding)(q)
230 reader = codecs.getreader(self.encoding)(stream)
245 reader = codecs.getreader(self.encoding)(stream
    [all...]
test_email_codecs.py 2 # email package unit tests for (optional) Asian codecs
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_codecs.py 3 import codecs
39 r = codecs.getreader(self.encoding)(q)
51 d = codecs.getincrementaldecoder(self.encoding)()
74 u"".join(codecs.iterdecode(encoded, self.encoding))
80 return codecs.getreader(self.encoding)(stream)
192 reader = codecs.getreader(self.encoding)(stream)
198 writer = codecs.getwriter(self.encoding)(q)
199 reader = codecs.getreader(self.encoding)(q)
230 reader = codecs.getreader(self.encoding)(stream)
245 reader = codecs.getreader(self.encoding)(stream
    [all...]
test_email_codecs.py 2 # email package unit tests for (optional) Asian codecs
  /external/libvpx/libvpx/
mainpage.dox 10 applications with the VP8 and VP9 video codecs, high quality, royalty free,
11 open source codecs deployed on billions of computers and devices worldwide.
53 /*!\defgroup codecs Supported Codecs */
  /external/webrtc/talk/media/webrtc/
webrtcvoiceengine_unittest.cc 81 send_parameters_.codecs.push_back(kPcmuCodec);
82 recv_parameters_.codecs.push_back(kPcmuCodec);
156 send_parameters_.codecs.push_back(kTelephoneEventCodec);
191 parameters.codecs.push_back(codec);
236 send_parameters_.codecs.push_back(kPcmuCodec);
420 // Tests that the list of supported codecs is created properly and ordered
423 const std::vector<cricket::AudioCodec>& codecs = engine_.codecs(); local
424 ASSERT_FALSE(codecs.empty());
425 EXPECT_STRCASEEQ("opus", codecs[0].name.c_str())
    [all...]
  /docs/source.android.com/src/devices/media/
index.jd 31 that has built-in software-based codecs for popular media formats.</p>
34 OpenMAX codecs, session management, time-synchronized rendering, transport
37 <p>Stagefright also supports integration with custom hardware codecs provided by
66 comes with a default list of supported software codecs and you can implement
73 use custom hardware-based multimedia codecs called components. You must provide
80 <h2 id="codecs">Implementing custom codecs</h2>
81 <p>Stagefright comes with built-in software codecs for common media formats, but
82 you can also add your own custom hardware codecs as OpenMAX components. To do
84 your custom codecs with the Stagefright framework. For example components, se
    [all...]
  /external/lzma/CPP/7zip/Bundles/SFXSetup/
ExtractEngine.cpp 26 CCodecs *Codecs;
50 options.codecs = Codecs;
101 HRESULT ExtractArchive(CCodecs *codecs, const FString &fileName, const FString &destFolder,
107 t.Codecs = codecs;
  /external/webrtc/webrtc/modules/
modules.gyp 23 'video_coding/codecs/h264/h264.gypi',
24 'video_coding/codecs/i420/i420.gypi',
37 'video_coding/codecs/test/video_codecs_test_framework.gypi',
38 'video_coding/codecs/tools/video_codecs_tools.gypi',
58 '<(webrtc_root)/modules/video_coding/codecs/vp8/vp8.gyp:webrtc_vp8',
59 '<(webrtc_root)/modules/video_coding/codecs/vp9/vp9.gyp:webrtc_vp9',
93 'video_coding/codecs/test/videoprocessor_integrationtest.cc',
94 'video_coding/codecs/vp8/test/vp8_impl_unittest.cc',
149 '<(webrtc_root)/modules/video_coding/codecs/vp8/vp8.gyp:webrtc_vp8',
150 '<(webrtc_root)/modules/video_coding/codecs/vp9/vp9.gyp:webrtc_vp9'
    [all...]
  /external/chromium-trace/catapult/third_party/html5lib-python/utils/
iana_parse.py 4 import codecs
13 codecs.lookup(enc)
  /external/chromium-trace/catapult/tracing/tracing_build/
vulcanize_trace_viewer_unittest.py 5 import codecs
23 with codecs.open(raw_tmpfile.name, 'w', encoding='utf-8') as tmpfile:
  /external/icu/icu4c/as_is/
bomlist.py 12 import codecs
22 bom=codecs.BOM_UTF8
  /external/webrtc/webrtc/modules/audio_coding/neteq/
neteq.gypi 11 'codecs': [
19 'codecs': ['webrtc_opus',],
25 'codecs': ['isac_fix',],
28 'codecs': ['isac',],
32 'codecs': ['g722',],
36 'codecs': ['ilbc',],
41 '<@(codecs)',
137 '<@(codecs)',
  /prebuilts/gdb/darwin-x86/lib/python2.7/encodings/
uu_codec.py 3 Unlike most of the other codecs which target Unicode, this codec
11 import codecs, binascii
96 class Codec(codecs.Codec):
104 class IncrementalEncoder(codecs.IncrementalEncoder):
108 class IncrementalDecoder(codecs.IncrementalDecoder):
112 class StreamWriter(Codec,codecs.StreamWriter):
115 class StreamReader(Codec,codecs.StreamReader):
121 return codecs.CodecInfo(

Completed in 610 milliseconds

1 2 3 4 5 6 7 8 91011>>