Searched defs:audio_type (Results 1 - 3 of 3) sorted by relevance

/external/srec/srec/EventLog/src/
H A DEventLog.c116 ESR_ReturnCode SR_EventLogAudioOpen(SR_EventLog* self, const LCHAR* audio_type, size_t sample_rate, size_t sample_size) argument
123 return self->audioOpen(self, audio_type, sample_rate, sample_size);
H A DEventLogImpl.c641 ESR_ReturnCode SR_EventLog_AudioOpen(SR_EventLog* self, const LCHAR* audio_type, size_t sample_rate, size_t sample_size) argument
H A Driff.c673 * audio_type is a constant string (not allocated)
679 const wchar_t **audio_type, SwiRiffStruct *swichunk)
687 *audio_type = NULL; /* for error recovery higher up */
767 *audio_type = NULL;
775 *audio_type = L"audio/L16;rate=8000";
777 *audio_type = L"audio/L16;rate=16000";
783 *audio_type = L"audio/x-alaw-basic;rate=8000";
793 *audio_type = L"audio/basic;rate=8000";
795 *audio_type = L"audio/basic;rate=8000;orig-encoding=g723";
797 *audio_type
678 readRiff2Buf(FILE *f, void **waveform, unsigned int *num_bytes, const wchar_t **audio_type, SwiRiffStruct *swichunk) argument
853 getFormatTag(wchar_t *audio_type) argument
941 convertBuf2Riff( unsigned char *waveform, unsigned int num_bytes, wchar_t *audio_type, int rate, int bytes_per_sample, SwiRiffStruct *swichunk, unsigned char **buf, unsigned int *buflen) argument
[all...]

Completed in 86 milliseconds