Searched defs:comptype (Results 1 – 8 of 8) sorted by relevance
/third_party/python/Lib/test/ |
D | test_sunau.py | 22 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
|
D | test_wave.py | 23 comptype = 'NONE' variable in WavePCM8Test 40 comptype = 'NONE' variable in WavePCM16Test 61 comptype = 'NONE' variable in WavePCM24Test 88 comptype = 'NONE' variable in WavePCM32Test
|
D | test_aifc.py | 27 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
|
D | audiotests.py | 30 comptype, compname): argument
|
/third_party/ffmpeg/libavcodec/ |
D | nuv.c | 174 } comptype; in decode_frame() local
|
/third_party/python/Lib/ |
D | wave.py | 381 def setcomptype(self, comptype, compname): argument
|
D | aifc.py | 658 def setcomptype(self, comptype, compname): argument
|
D | tarfile.py | 339 def __init__(self, name, mode, comptype, fileobj, bufsize): argument 1605 def not_compressed(comptype): argument
|