Home
last modified time | relevance | path

Searched refs:get_short_le (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/
Dsndhdr.py120 sbseek = get_short_le(h[20:22])
134 style = get_short_le(h[20:22])
135 nchannels = get_short_le(h[22:24])
137 sample_bits = get_short_le(h[34:36])
155 rate = get_short_le(h[20:22])
163 rate = get_short_le(h[2:4])
183 def get_short_le(s): function
/external/python/cpython3/Lib/
Dsndhdr.py145 sbseek = get_short_le(h[20:22])
184 rate = get_short_le(h[20:22])
192 rate = get_short_le(h[2:4])
212 def get_short_le(b): function