HomeSort by relevance Sort by last modified time
    Searched refs:audio_type (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/content/public/common/
media_stream_request.cc 78 MediaStreamType audio_type,
87 audio_type(audio_type),
media_stream_request.h 171 MediaStreamType audio_type,
207 MediaStreamType audio_type; member in struct:content::MediaStreamRequest
  /external/srec/srec/EventLog/include/
riff.h 227 wchar_t *audio_type,
238 const wchar_t **audio_type,
SR_EventLogImpl.h 92 SREC_EVENTLOG_API ESR_ReturnCode SR_EventLog_AudioOpen(SR_EventLog* self, const LCHAR* audio_type, size_t sample_rate, size_t sample_size);
SR_EventLog.h 211 * @param audio_type String identifying type of audio e.g. L("audio/L16")
215 ESR_ReturnCode(*audioOpen)(struct SR_EventLog_t* self, const LCHAR* audio_type, size_t sample_rate, size_t sample_size);
333 * @param audio_type String identifying type of audio e.g. L("audio/L16")
337 SREC_EVENTLOG_API ESR_ReturnCode SR_EventLogAudioOpen(SR_EventLog* self, const LCHAR* audio_type, size_t sample_rate, size_t sample_size);
  /external/srec/srec/EventLog/src/
riff.c 673 * 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 = L"audio/basic;rate=8000;orig-encoding=g729"
    [all...]
EventLog.c 116 ESR_ReturnCode SR_EventLogAudioOpen(SR_EventLog* self, const LCHAR* audio_type, size_t sample_rate, size_t sample_size)
123 return self->audioOpen(self, audio_type, sample_rate, sample_size);
EventLogImpl.c 641 ESR_ReturnCode SR_EventLog_AudioOpen(SR_EventLog* self, const LCHAR* audio_type, size_t sample_rate, size_t sample_size)
  /external/chromium_org/content/browser/renderer_host/media/
media_stream_manager.cc 62 MediaStreamType* audio_type,
64 *audio_type = MEDIA_NO_SERVICE;
75 *audio_type = content::MEDIA_TAB_AUDIO_CAPTURE;
77 *audio_type = content::MEDIA_LOOPBACK_AUDIO_CAPTURE;
81 *audio_type = content::MEDIA_DEVICE_AUDIO_CAPTURE;
145 void SetAudioType(MediaStreamType audio_type) {
146 DCHECK(IsAudioMediaType(audio_type) || audio_type == MEDIA_NO_SERVICE);
147 audio_type_ = audio_type;
150 MediaStreamType audio_type() const { return audio_type_; function in class:content::MediaStreamManager::DeviceRequest
905 const MediaStreamType audio_type = request->audio_type(); local
962 MediaStreamType audio_type = MEDIA_NO_SERVICE; local
    [all...]
media_stream_ui_proxy_unittest.cc 90 expected.audio_type == arg.audio_type &&
media_stream_ui_proxy.cc 195 IsAudioMediaType(request.audio_type) &&
  /external/chromium_org/media/mp4/
mp4_stream_parser.cc 208 uint8 audio_type = entry.esds.object_type; local
209 DVLOG(1) << "audio_type " << std::hex << audio_type; local
210 if (audio_type == kForbidden && entry.format == FOURCC_EAC3) {
211 audio_type = kEAC3;
213 if (audio_object_types_.find(audio_type) == audio_object_types_.end()) {
214 MEDIA_LOG(log_cb_) << "audio object type 0x" << std::hex << audio_type local
226 if (ESDescriptor::IsAAC(audio_type)) {
233 } else if (audio_type == kEAC3) {
239 << audio_type << " in esds." local
    [all...]
  /external/chromium_org/chrome/browser/media/
media_stream_devices_controller.cc 86 if (request.audio_type == content::MEDIA_DEVICE_AUDIO_CAPTURE ||
144 if (request_.audio_type == content::MEDIA_TAB_AUDIO_CAPTURE ||
184 (request_.audio_type == content::MEDIA_DEVICE_AUDIO_CAPTURE &&
231 request_.audio_type == content::MEDIA_DEVICE_AUDIO_CAPTURE) {
media_capture_devices_dispatcher.cc 249 request.audio_type == content::MEDIA_LOOPBACK_AUDIO_CAPTURE) {
253 request.audio_type == content::MEDIA_TAB_AUDIO_CAPTURE) {
308 request.audio_type == content::MEDIA_LOOPBACK_AUDIO_CAPTURE &&
367 request.audio_type == content::MEDIA_NO_SERVICE ?
391 (request.audio_type == content::MEDIA_LOOPBACK_AUDIO_CAPTURE &&
431 if (request.audio_type == content::MEDIA_TAB_AUDIO_CAPTURE &&
463 if (request.audio_type == content::MEDIA_DEVICE_AUDIO_CAPTURE &&

Completed in 909 milliseconds