HomeSort by relevance Sort by last modified time
    Searched refs:_compname (Results 1 - 4 of 4) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
wave.py 111 _compname -- the human-readable AIFF-C compression type
206 return self._compname
272 self._compname = 'not compressed'
283 _compname -- the human-readable AIFF-C compression type
380 self._compname = compname
386 return self._compname
402 self._nframes, self._comptype, self._compname
aifc.py 272 # _compname -- the human-readable AIFF-C compression type
384 return self._compname
474 self._compname = _read_string(chunk)
510 self._compname = 'not compressed'
542 # _compname -- the human-readable AIFF-C compression type
580 self._compname = 'not compressed'
661 self._compname = compname
667 return self._compname
690 self._nframes, self._comptype, self._compname
874 _write_string(self._file, self._compname)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
wave.py 111 _compname -- the human-readable AIFF-C compression type
206 return self._compname
272 self._compname = 'not compressed'
283 _compname -- the human-readable AIFF-C compression type
380 self._compname = compname
386 return self._compname
402 self._nframes, self._comptype, self._compname
aifc.py 272 # _compname -- the human-readable AIFF-C compression type
384 return self._compname
474 self._compname = _read_string(chunk)
510 self._compname = 'not compressed'
542 # _compname -- the human-readable AIFF-C compression type
580 self._compname = 'not compressed'
661 self._compname = compname
667 return self._compname
690 self._nframes, self._comptype, self._compname
874 _write_string(self._file, self._compname)
    [all...]

Completed in 92 milliseconds