Searched refs:audio_type (Results 1 – 6 of 6) sorted by relevance
/external/srec/srec/EventLog/src/ |
D | riff.c | 679 const wchar_t **audio_type, SwiRiffStruct *swichunk) in readRiff2Buf() argument 687 *audio_type = NULL; /* for error recovery higher up */ in readRiff2Buf() 767 *audio_type = NULL; in readRiff2Buf() 775 *audio_type = L"audio/L16;rate=8000"; in readRiff2Buf() 777 *audio_type = L"audio/L16;rate=16000"; in readRiff2Buf() 783 *audio_type = L"audio/x-alaw-basic;rate=8000"; in readRiff2Buf() 793 *audio_type = L"audio/basic;rate=8000"; in readRiff2Buf() 795 *audio_type = L"audio/basic;rate=8000;orig-encoding=g723"; in readRiff2Buf() 797 *audio_type = L"audio/basic;rate=8000;orig-encoding=g729"; in readRiff2Buf() 803 *audio_type = L"audio/basic;rate=8000"; in readRiff2Buf() [all …]
|
D | EventLog.c | 116 ESR_ReturnCode SR_EventLogAudioOpen(SR_EventLog* self, const LCHAR* audio_type, size_t sample_rate,… in SR_EventLogAudioOpen() argument 123 return self->audioOpen(self, audio_type, sample_rate, sample_size); in SR_EventLogAudioOpen()
|
D | EventLogImpl.c | 641 ESR_ReturnCode SR_EventLog_AudioOpen(SR_EventLog* self, const LCHAR* audio_type, size_t sample_rate… in SR_EventLog_AudioOpen() argument
|
/external/srec/srec/EventLog/include/ |
D | riff.h | 227 wchar_t *audio_type, 238 const wchar_t **audio_type,
|
D | SR_EventLog.h | 215 …ESR_ReturnCode(*audioOpen)(struct SR_EventLog_t* self, const LCHAR* audio_type, size_t sample_rate… 337 SREC_EVENTLOG_API ESR_ReturnCode SR_EventLogAudioOpen(SR_EventLog* self, const LCHAR* audio_type, s…
|
D | SR_EventLogImpl.h | 92 SREC_EVENTLOG_API ESR_ReturnCode SR_EventLog_AudioOpen(SR_EventLog* self, const LCHAR* audio_type, …
|