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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/opus/
opus_interface.c 227 int16_t* decoded, int16_t* audio_type) {
234 *audio_type = 0;
244 int16_t* decoded, int16_t* audio_type) {
251 *audio_type = 0;
261 int16_t* audio_type) {
267 decoded, audio_type);
280 int16_t* audio_type) {
292 audio_type);
315 int16_t* audio_type) {
321 audio_type);
344 int16_t audio_type = 0; local
366 int16_t audio_type = 0; local
405 int16_t audio_type = 0; local
    [all...]
opus_unittest.cc 131 int16_t audio_type; local
141 &audio_type));
145 &audio_type));
174 int16_t audio_type; local
185 &audio_type));
189 &audio_type));
193 &audio_type));
258 int16_t audio_type; local
269 &audio_type));
273 &audio_type));
399 int16_t audio_type; local
450 int16_t audio_type; local
    [all...]
opus_fec_test.cc 141 int16_t audio_type; local
150 &audio_type);
162 &audio_type);
opus_speed_test.cc 73 int16_t audio_type; local
76 out_data, &audio_type);
  /external/chromium_org/extensions/shell/browser/
media_capture_util.cc 41 DCHECK(request.audio_type == content::MEDIA_DEVICE_AUDIO_CAPTURE ||
46 if (request.audio_type == content::MEDIA_DEVICE_AUDIO_CAPTURE) {
47 VerifyMediaAccessPermission(request.audio_type, extension);
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/opus/interface/
opus_interface.h 183 * - audio_type : 1 normal, 2 CNG (for Opus it should
192 int16_t* audio_type);
195 int16_t* audio_type);
198 int16_t* audio_type);
244 int16_t* audio_type);
  /external/srec/srec/EventLog/include/
riff.h 227 wchar_t *audio_type,
238 const wchar_t **audio_type,
SR_EventLogImpl.h 94 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 227 * @param audio_type String identifying type of audio e.g. L("audio/L16")
231 ESR_ReturnCode(*audioOpen)(struct SR_EventLog_t* self, const LCHAR* audio_type, size_t sample_rate, size_t sample_size);
358 * @param audio_type String identifying type of audio e.g. L("audio/L16")
362 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 126 ESR_ReturnCode SR_EventLogAudioOpen(SR_EventLog* self, const LCHAR* audio_type, size_t sample_rate, size_t sample_size)
133 return self->audioOpen(self, audio_type, sample_rate, sample_size);
EventLogImpl.c 653 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 82 MediaStreamType* audio_type,
84 *audio_type = MEDIA_NO_SERVICE;
95 *audio_type = content::MEDIA_TAB_AUDIO_CAPTURE;
97 *audio_type = content::MEDIA_LOOPBACK_AUDIO_CAPTURE;
101 *audio_type = MEDIA_DEVICE_AUDIO_CAPTURE;
226 void SetAudioType(MediaStreamType audio_type) {
227 DCHECK(IsAudioInputMediaType(audio_type) ||
228 audio_type == MEDIA_DEVICE_AUDIO_OUTPUT ||
229 audio_type == MEDIA_NO_SERVICE);
230 audio_type_ = audio_type;
233 MediaStreamType audio_type() const { return audio_type_; } function in class:content::MediaStreamManager::DeviceRequest
1143 const MediaStreamType audio_type = request->audio_type(); local
1202 MediaStreamType audio_type = MEDIA_NO_SERVICE; local
    [all...]
media_stream_ui_proxy.cc 292 IsAudioInputMediaType(request.audio_type) &&
309 if ((request.audio_type != MEDIA_NO_SERVICE && !accepted_audio) ||
media_stream_ui_proxy_unittest.cc 86 expected.audio_type == arg.audio_type &&
  /external/chromium_org/content/public/common/
media_stream_request.cc 95 MediaStreamType audio_type,
105 audio_type(audio_type),
media_stream_request.h 206 MediaStreamType audio_type,
245 MediaStreamType audio_type; member in struct:content::MediaStreamRequest
  /external/chromium_org/android_webview/native/permission/
media_access_permission_request.cc 56 if (request_.audio_type == content::MEDIA_DEVICE_AUDIO_CAPTURE) {
85 return (request_.audio_type == content::MEDIA_DEVICE_AUDIO_CAPTURE ?
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/test/
isac_speed_test.cc 86 int16_t audio_type; local
90 encoded_bytes, out_data, &audio_type);
  /hardware/libhardware/include/hardware/
tv_input.h 105 * audio_type == AUDIO_DEVICE_NONE if this input has no audio.
107 audio_devices_t audio_type; member in struct:tv_input_device_info
  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
opus_test.cc 217 int16_t audio_type; local
309 &out_audio[decoded_samples * channels], &audio_type);
318 &out_audio[decoded_samples * channels], &audio_type);
  /external/chromium_org/media/formats/mp4/
mp4_stream_parser.cc 225 uint8 audio_type = entry.esds.object_type; local
226 DVLOG(1) << "audio_type " << std::hex << static_cast<int>(audio_type);
227 if (audio_object_types_.find(audio_type) == audio_object_types_.end()) {
228 MEDIA_LOG(log_cb_) << "audio object type 0x" << std::hex << audio_type local
240 if (ESDescriptor::IsAAC(audio_type)) {
249 << audio_type << " in esds."; local
  /external/chromium_org/chrome/browser/media/
media_stream_devices_controller.cc 38 request.audio_type == content::MEDIA_DEVICE_AUDIO_CAPTURE ?
117 if (request.audio_type == content::MEDIA_DEVICE_AUDIO_CAPTURE ||
181 if (request_.audio_type == content::MEDIA_TAB_AUDIO_CAPTURE ||
253 request_.audio_type == content::MEDIA_DEVICE_AUDIO_CAPTURE) {
media_capture_devices_dispatcher.cc 339 request.audio_type == content::MEDIA_LOOPBACK_AUDIO_CAPTURE) {
343 request.audio_type == content::MEDIA_TAB_AUDIO_CAPTURE) {
527 request.audio_type == content::MEDIA_LOOPBACK_AUDIO_CAPTURE &&
602 request.audio_type == content::MEDIA_NO_SERVICE ?
627 (request.audio_type == content::MEDIA_LOOPBACK_AUDIO_CAPTURE &&
670 if (request.audio_type == content::MEDIA_TAB_AUDIO_CAPTURE &&
714 request.audio_type == content::MEDIA_DEVICE_AUDIO_CAPTURE &&
    [all...]
  /frameworks/base/services/core/jni/
com_android_server_tv_TvInputHal.cpp 487 builder, gTvInputHardwareInfoBuilderClassInfo.audioType, info.audio_type);
488 if (info.audio_type != AUDIO_DEVICE_NONE) {

Completed in 913 milliseconds