Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/usb/java/com/android/server/usb/descriptors/
H A DUsb20ASFormatIIEx.java31 private int mSamplesPerFrame; // 6:2 Indicates the number of PCM audio field in Usb20ASFormatIIEx
46 return mSamplesPerFrame; in getSamplesPerFrame()
60 mSamplesPerFrame = stream.unpackUsbShort(); in parseRawDescriptors()
H A DUsb10ASFormatII.java30 private int mSamplesPerFrame; // 6:2 Indicates the number of PCM audio samples contained field in Usb10ASFormatII
50 return mSamplesPerFrame; in getSamplesPerFrame()
64 mSamplesPerFrame = stream.unpackUsbShort(); in parseRawDescriptors()