Home
last modified time | relevance | path

Searched refs:audio_type (Results 1 – 6 of 6) sorted by relevance

/external/srec/srec/EventLog/src/
Driff.c679 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 …]
DEventLog.c116 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()
DEventLogImpl.c641 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/
Driff.h227 wchar_t *audio_type,
238 const wchar_t **audio_type,
DSR_EventLog.h215 …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…
DSR_EventLogImpl.h92 SREC_EVENTLOG_API ESR_ReturnCode SR_EventLog_AudioOpen(SR_EventLog* self, const LCHAR* audio_type, …