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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
sndhdr.py 83 f = get_long_le
136 rate = get_long_le(h[24:28])
154 nsamples = get_long_le(h[8:12])
177 def get_long_le(s): function
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
sndhdr.py 83 f = get_long_le
136 rate = get_long_le(h[24:28])
154 nsamples = get_long_le(h[8:12])
177 def get_long_le(s): function

Completed in 53 milliseconds