Searched refs:size_bytes (Results 1 – 10 of 10) sorted by relevance
/external/webrtc/src/modules/audio_processing/ |
D | echo_control_mobile_impl.cc | 197 size_t size_bytes) { in SetEchoPath() argument 202 if (size_bytes != echo_path_size_bytes()) { in SetEchoPath() 208 external_echo_path_ = new unsigned char[size_bytes]; in SetEchoPath() 210 memcpy(external_echo_path_, echo_path, size_bytes); in SetEchoPath() 216 size_t size_bytes) const { in GetEchoPath() 221 if (size_bytes != echo_path_size_bytes()) { in GetEchoPath() 231 if (WebRtcAecm_GetEchoPath(my_handle, echo_path, size_bytes) != 0) { in GetEchoPath()
|
D | echo_control_mobile_impl.h | 44 virtual int SetEchoPath(const void* echo_path, size_t size_bytes); 45 virtual int GetEchoPath(void* echo_path, size_t size_bytes) const;
|
/external/webrtc/src/modules/audio_processing/aecm/interface/ |
D | echo_control_mobile.h | 187 size_t size_bytes); 206 size_t size_bytes);
|
/external/webrtc/src/common_audio/vad/ |
D | webrtc_vad.c | 25 WebRtc_Word16 WebRtcVad_get_version(char *version, size_t size_bytes) in WebRtcVad_get_version() argument 34 if (size_bytes < sizeof(my_version)) in WebRtcVad_get_version()
|
/external/webrtc/src/modules/audio_processing/aecm/ |
D | echo_control_mobile.c | 645 size_t size_bytes) in WebRtcAecm_InitEchoPath() argument 655 if (size_bytes != WebRtcAecm_echo_path_size_bytes()) in WebRtcAecm_InitEchoPath() 674 size_t size_bytes) in WebRtcAecm_GetEchoPath() argument 684 if (size_bytes != WebRtcAecm_echo_path_size_bytes()) in WebRtcAecm_GetEchoPath() 696 memcpy(echo_path_ptr, aecm->aecmCore->channelStored, size_bytes); in WebRtcAecm_GetEchoPath()
|
/external/webrtc/src/common_audio/vad/include/ |
D | webrtc_vad.h | 40 WebRtc_Word16 WebRtcVad_get_version(char *version, size_t size_bytes);
|
/external/webrtc/src/modules/audio_processing/interface/ |
D | audio_processing.h | 384 virtual int SetEchoPath(const void* echo_path, size_t size_bytes) = 0; 385 virtual int GetEchoPath(void* echo_path, size_t size_bytes) const = 0;
|
/external/chromium/net/proxy/ |
D | proxy_script_fetcher_impl.cc | 101 size_t ProxyScriptFetcherImpl::SetSizeConstraint(size_t size_bytes) { in SetSizeConstraint() argument 103 max_response_bytes_ = size_bytes; in SetSizeConstraint()
|
D | proxy_script_fetcher_impl.h | 42 size_t SetSizeConstraint(size_t size_bytes);
|
/external/tinyalsa/ |
D | pcm.c | 296 int size_bytes = pcm_frames_to_bytes(pcm, frames); in pcm_areas_copy() local 302 src + src_offset_bytes, size_bytes); in pcm_areas_copy()
|