Home | History | Annotate | Download | only in test

Lines Matching defs:frames

28     frames = bytes.fromhex("""\
45 frames = bytes.fromhex("""\
64 frames = bytes.fromhex("""\
89 frames = bytes.fromhex("""\
114 frames = bytes.fromhex("""\
123 frames = byteswap(frames, 2)
135 frames = bytes.fromhex("""\
144 frames = byteswap(frames, 2)
390 frames = b'\x00' * fout.getnchannels() * sampwidth
391 fout.writeframes(frames)