Searched defs:AudioSampleAttributes (Results 1 – 3 of 3) sorted by relevance
| /drivers/peripheral/bluetooth/audio/interfaces/include/ |
| D | audio_types.h | 179 struct AudioSampleAttributes { struct 180 enum AudioCategory type; /**< Audio type. For details, see {@link AudioCategory} */ 181 bool interleaved; /**< Interleaving flag of audio data */ 182 enum AudioFormat format; /**< Audio data format. For details, see {@link AudioFormat}. */ 183 uint32_t sampleRate; /**< Audio sampling rate */ 184 …channelCount; /**< Number of audio channels. For example, for the mono channel, the value is 1, 187 uint32_t period; /**< Audio sampling period */ 188 uint32_t frameSize; /**< Frame size of the audio data */ 189 bool isBigEndian; /**< Big endian flag of audio data */ 190 bool isSignedData; /**< Signed or unsigned flag of audio data */ [all …]
|
| /drivers/peripheral/audio/interfaces/2.0/include/ |
| D | audio_types.h | 212 struct AudioSampleAttributes { struct 213 enum AudioCategory type; /**< Audio type. For details, see {@link AudioCategory} */ 214 bool interleaved; /**< Interleaving flag of audio data */ 215 enum AudioFormat format; /**< Audio data format. For details, see {@link AudioFormat}. */ 216 uint32_t sampleRate; /**< Audio sampling rate */ 217 …channelCount; /**< Number of audio channels. For example, for the mono channel, the value is 1, 220 uint32_t period; /**< Audio sampling period */ 221 uint32_t frameSize; /**< Frame size of the audio data */ 222 bool isBigEndian; /**< Big endian flag of audio data */ 223 bool isSignedData; /**< Signed or unsigned flag of audio data */ [all …]
|
| /drivers/peripheral/audio/interfaces/include/ |
| D | audio_types.h | 211 struct AudioSampleAttributes { struct 212 enum AudioCategory type; /**< Audio type. For details, see {@link AudioCategory} */ 213 bool interleaved; /**< Interleaving flag of audio data */ 214 enum AudioFormat format; /**< Audio data format. For details, see {@link AudioFormat}. */ 215 uint32_t sampleRate; /**< Audio sampling rate */ 216 …channelCount; /**< Number of audio channels. For example, for the mono channel, the value is 1, 219 uint32_t period; /**< Audio sampling period */ 220 uint32_t frameSize; /**< Frame size of the audio data */ 221 bool isBigEndian; /**< Big endian flag of audio data */ 222 bool isSignedData; /**< Signed or unsigned flag of audio data */ [all …]
|