Home
last modified time | relevance | path

Searched defs:comptype (Results 1 – 8 of 8) sorted by relevance

/third_party/python/Lib/test/
Dtest_sunau.py22 comptype = 'NONE' variable in SunauPCM8Test
39 comptype = 'NONE' variable in SunauPCM16Test
58 comptype = 'NONE' variable in SunauPCM24Test
83 comptype = 'NONE' variable in SunauPCM32Test
108 comptype = 'ULAW' variable in SunauULAWTest
Dtest_wave.py23 comptype = 'NONE' variable in WavePCM8Test
40 comptype = 'NONE' variable in WavePCM16Test
61 comptype = 'NONE' variable in WavePCM24Test
88 comptype = 'NONE' variable in WavePCM32Test
Dtest_aifc.py27 comptype = b'NONE' variable in AifcPCM8Test
44 comptype = b'NONE' variable in AifcPCM16Test
63 comptype = b'NONE' variable in AifcPCM24Test
88 comptype = b'NONE' variable in AifcPCM32Test
113 comptype = b'ulaw' variable in AifcULAWTest
134 comptype = b'alaw' variable in AifcALAWTest
Daudiotests.py30 comptype, compname): argument
/third_party/ffmpeg/libavcodec/
Dnuv.c174 } comptype; in decode_frame() local
/third_party/python/Lib/
Dwave.py381 def setcomptype(self, comptype, compname): argument
Daifc.py658 def setcomptype(self, comptype, compname): argument
Dtarfile.py339 def __init__(self, name, mode, comptype, fileobj, bufsize): argument
1605 def not_compressed(comptype): argument