Searched defs:AudioSampleAttributes (Results 1 – 3 of 3) sorted by relevance
| /drivers/peripheral/bluetooth/audio/interfaces/include/ |
| D | audio_types.h | 176 struct AudioSampleAttributes { struct 177 enum AudioCategory type; /**< Audio type. For details, see {@link AudioCategory} */ 178 bool interleaved; /**< Interleaving flag of audio data */ 179 enum AudioFormat format; /**< Audio data format. For details, see {@link AudioFormat}. */ 180 uint32_t sampleRate; /**< Audio sampling rate */ 181 …channelCount; /**< Number of audio channels. For example, for the mono channel, the value is 1, 184 uint32_t period; /**< Audio sampling period */ 185 uint32_t frameSize; /**< Frame size of the audio data */ 186 bool isBigEndian; /**< Big endian flag of audio data */ 187 bool isSignedData; /**< Signed or unsigned flag of audio data */ [all …]
|
| /drivers/peripheral/audio/interfaces/include/ |
| D | audio_types.h | 200 struct AudioSampleAttributes { struct 201 enum AudioCategory type; /**< Audio type. For details, see {@link AudioCategory} */ 202 bool interleaved; /**< Interleaving flag of audio data */ 203 enum AudioFormat format; /**< Audio data format. For details, see {@link AudioFormat}. */ 204 uint32_t sampleRate; /**< Audio sampling rate */ 205 …channelCount; /**< Number of audio channels. For example, for the mono channel, the value is 1, 208 uint32_t period; /**< Audio sampling period */ 209 uint32_t frameSize; /**< Frame size of the audio data */ 210 bool isBigEndian; /**< Big endian flag of audio data */ 211 bool isSignedData; /**< Signed or unsigned flag of audio data */ [all …]
|
| /drivers/peripheral/audio/interfaces/2.0/include/ |
| D | audio_types.h | 201 struct AudioSampleAttributes { struct 202 enum AudioCategory type; /**< Audio type. For details, see {@link AudioCategory} */ 203 bool interleaved; /**< Interleaving flag of audio data */ 204 enum AudioFormat format; /**< Audio data format. For details, see {@link AudioFormat}. */ 205 uint32_t sampleRate; /**< Audio sampling rate */ 206 …channelCount; /**< Number of audio channels. For example, for the mono channel, the value is 1, 209 uint32_t period; /**< Audio sampling period */ 210 uint32_t frameSize; /**< Frame size of the audio data */ 211 bool isBigEndian; /**< Big endian flag of audio data */ 212 bool isSignedData; /**< Signed or unsigned flag of audio data */ [all …]
|