Home
last modified time | relevance | path

Searched refs:number_of_samples (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
Dcomfort_noise.cc62 size_t number_of_samples = requested_length; in Generate() local
66 number_of_samples = requested_length + overlap_length_; in Generate()
69 output->AssertSize(number_of_samples); in Generate()
79 static_cast<int16_t>(number_of_samples), in Generate()
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
Disacfix.c800 int16_t number_of_samples; in WebRtcIsacfix_Decode() local
840 declen = WebRtcIsacfix_DecodeImpl(decoded,&ISAC_inst->ISACdec_obj, &number_of_samples); in WebRtcIsacfix_Decode()
854 memset(decoded, 0, sizeof(int16_t) * number_of_samples); in WebRtcIsacfix_Decode()
860 memset(decoded, 0, sizeof(int16_t) * number_of_samples); in WebRtcIsacfix_Decode()
865 return number_of_samples; in WebRtcIsacfix_Decode()
903 int16_t number_of_samples; in WebRtcIsacfix_DecodeNb() local
941 declen = WebRtcIsacfix_DecodeImpl(decoded,&ISAC_inst->ISACdec_obj, &number_of_samples); in WebRtcIsacfix_DecodeNb()
955 memset(decoded, 0, sizeof(int16_t) * number_of_samples); in WebRtcIsacfix_DecodeNb()
961 memset(decoded, 0, sizeof(int16_t) * number_of_samples); in WebRtcIsacfix_DecodeNb()
968 if (number_of_samples>FRAMESAMPLES) { in WebRtcIsacfix_DecodeNb()
[all …]
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
Disacfix.c763 WebRtc_Word16 number_of_samples; in WebRtcIsacfix_Decode() local
803 declen = WebRtcIsacfix_DecodeImpl(decoded,&ISAC_inst->ISACdec_obj, &number_of_samples); in WebRtcIsacfix_Decode()
817 memset(decoded, 0, sizeof(WebRtc_Word16) * number_of_samples); in WebRtcIsacfix_Decode()
823 memset(decoded, 0, sizeof(WebRtc_Word16) * number_of_samples); in WebRtcIsacfix_Decode()
828 return number_of_samples; in WebRtcIsacfix_Decode()
866 WebRtc_Word16 number_of_samples; in WebRtcIsacfix_DecodeNb() local
904 declen = WebRtcIsacfix_DecodeImpl(decoded,&ISAC_inst->ISACdec_obj, &number_of_samples); in WebRtcIsacfix_DecodeNb()
918 memset(decoded, 0, sizeof(WebRtc_Word16) * number_of_samples); in WebRtcIsacfix_DecodeNb()
924 memset(decoded, 0, sizeof(WebRtc_Word16) * number_of_samples); in WebRtcIsacfix_DecodeNb()
931 if (number_of_samples>FRAMESAMPLES) { in WebRtcIsacfix_DecodeNb()
[all …]
/external/chromium_org/ppapi/shared_impl/
Dmedia_stream_buffer.h26 uint32_t number_of_samples; member
/external/chromium_org/ppapi/proxy/
Daudio_buffer_resource.cc77 return buffer_->audio.number_of_samples; in GetNumberOfSamples()
/external/chromium_org/content/renderer/media/android/
Daudio_decoder_android.cc475 size_t number_of_samples = decoded_samples.size(); in BufferAndCopyPcmDataToBus() local
483 for (size_t m = 0; m < number_of_samples; m += number_of_channels) { in BufferAndCopyPcmDataToBus()
/external/chromium_org/content/renderer/pepper/
Dpepper_media_stream_audio_track_host.cc245 buffer->number_of_samples = buffer->data_size * number_of_channels / in OnData()
/external/clang/docs/
DUsersManual.rst1223 offset1[.discriminator]: number_of_samples [fn1:num fn2:num ... ]
1224 offset2[.discriminator]: number_of_samples [fn3:num fn4:num ... ]
1226 offsetN[.discriminator]: number_of_samples [fn5:num fn6:num ... ]