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

1 2

  /hardware/qcom/msm8x84/kernel-headers/linux/
msm_audio_amrwbplus.h 25 unsigned int size_bytes; member in struct:msm_audio_amrwbplus_config_v2
  /hardware/qcom/msm8x84/original-kernel-headers/linux/
msm_audio_amrwbplus.h 10 unsigned int size_bytes; member in struct:msm_audio_amrwbplus_config_v2
  /external/chromium_org/sandbox/win/src/
shared_handles.cc 18 bool SharedHandles::Init(void* raw_mem, size_t size_bytes) {
19 if (size_bytes < sizeof(shared_.items[0])) {
24 shared_.max_items = size_bytes / sizeof(shared_.items[0]);
shared_handles.h 64 bool Init(void* raw_mem, size_t size_bytes);
sandbox_nt_util.cc 177 int TouchMemory(void* buffer, size_t size_bytes, RequiredAccess intent) {
181 char* end = start + size_bytes - 1;
451 size_t size_bytes = (start_pos - ix + 1) * sizeof(wchar_t); local
453 // Based on the code above, size_bytes should always be small enough
455 DCHECK_NT(kuint16max > size_bytes);
456 char* str_buffer = new(NT_ALLOC) char[size_bytes + sizeof(UNICODE_STRING)];
462 out_string->Length = static_cast<USHORT>(size_bytes - sizeof(wchar_t));
463 out_string->MaximumLength = static_cast<USHORT>(size_bytes);
  /external/chromium_org/third_party/webrtc/modules/audio_processing/aecm/include/
echo_control_mobile.h 177 * size_t size_bytes Size in bytes of the echo path
186 size_t size_bytes);
196 * size_t size_bytes Size in bytes of the echo path
205 size_t size_bytes);
  /external/chromium_org/third_party/webrtc/modules/audio_processing/
echo_control_mobile_impl.h 45 virtual int SetEchoPath(const void* echo_path, size_t size_bytes) OVERRIDE;
46 virtual int GetEchoPath(void* echo_path, size_t size_bytes) const OVERRIDE;
echo_control_mobile_impl.cc 198 size_t size_bytes) {
203 if (size_bytes != echo_path_size_bytes()) {
209 external_echo_path_ = new unsigned char[size_bytes];
211 memcpy(external_echo_path_, echo_path, size_bytes);
217 size_t size_bytes) const {
222 if (size_bytes != echo_path_size_bytes()) {
232 if (WebRtcAecm_GetEchoPath(my_handle, echo_path, size_bytes) != 0) {
  /external/webrtc/src/modules/audio_processing/aecm/interface/
echo_control_mobile.h 178 * size_t size_bytes Size in bytes of the echo path
187 size_t size_bytes);
197 * size_t size_bytes Size in bytes of the echo path
206 size_t size_bytes);
  /external/webrtc/src/modules/audio_processing/
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;
echo_control_mobile_impl.cc 197 size_t size_bytes) {
202 if (size_bytes != echo_path_size_bytes()) {
208 external_echo_path_ = new unsigned char[size_bytes];
210 memcpy(external_echo_path_, echo_path, size_bytes);
216 size_t size_bytes) const {
221 if (size_bytes != echo_path_size_bytes()) {
231 if (WebRtcAecm_GetEchoPath(my_handle, echo_path, size_bytes) != 0) {
  /external/webrtc/src/common_audio/vad/include/
webrtc_vad.h 37 * - size_bytes : Size of the buffer.
40 WebRtc_Word16 WebRtcVad_get_version(char *version, size_t size_bytes);
  /external/webrtc/src/common_audio/vad/
webrtc_vad.c 25 WebRtc_Word16 WebRtcVad_get_version(char *version, size_t size_bytes)
34 if (size_bytes < sizeof(my_version))
  /external/google-tv-pairing-protocol/cpp/tests/polo/wire/protobuf/
protobufwireadaptertest.cc 81 unsigned char* size_bytes; local
82 util::PoloUtil::IntToBigEndianBytes(message_size, size_bytes);
86 std::vector<uint8_t>(size_bytes, size_bytes + 4));
93 unsigned char* size_bytes; local
94 util::PoloUtil::IntToBigEndianBytes(outer_string.length(), size_bytes);
98 memcpy(buffer, size_bytes, 4);
  /external/chromium_org/net/proxy/
proxy_script_fetcher_impl.h 43 size_t SetSizeConstraint(size_t size_bytes);
proxy_script_fetcher_impl.cc 98 size_t ProxyScriptFetcherImpl::SetSizeConstraint(size_t size_bytes) {
100 max_response_bytes_ = size_bytes;
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
media_optimization.cc 65 EncodedFrameSample(int size_bytes,
68 : size_bytes(size_bytes),
72 uint32_t size_bytes; member in struct:webrtc::media_optimization::MediaOptimization::EncodedFrameSample
345 // size_bytes.
346 encoded_frame_samples_.back().size_bytes += encoded_length;
492 framesize_sum += it->size_bytes;
  /external/chromium_org/third_party/webrtc/modules/audio_processing/include/
audio_processing.h 504 // Controlling the echo path this way requires the data |size_bytes| to match
512 virtual int SetEchoPath(const void* echo_path, size_t size_bytes) = 0;
513 virtual int GetEchoPath(void* echo_path, size_t size_bytes) const = 0;
mock_audio_processing.h 70 int(const void* echo_path, size_t size_bytes));
72 int(void* echo_path, size_t size_bytes));
  /external/webrtc/src/modules/audio_processing/interface/
audio_processing.h 376 // Controlling the echo path this way requires the data |size_bytes| to match
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/google-tv-pairing-protocol/cpp/src/polo/wire/protobuf/
protobufwireadapter.cc 402 uint8_t* size_bytes; local
403 util::PoloUtil::IntToBigEndianBytes(outer_string.length(), size_bytes);
408 std::copy(size_bytes, size_bytes + 4, iter);
410 delete[] size_bytes;
  /external/chromium_org/third_party/webrtc/modules/audio_processing/aecm/
echo_control_mobile.c 578 size_t size_bytes)
590 if (size_bytes != WebRtcAecm_echo_path_size_bytes())
609 size_t size_bytes)
621 if (size_bytes != WebRtcAecm_echo_path_size_bytes())
633 memcpy(echo_path_ptr, aecm->aecmCore->channelStored, size_bytes);
  /external/webrtc/src/modules/audio_processing/aecm/
echo_control_mobile.c 645 size_t size_bytes)
655 if (size_bytes != WebRtcAecm_echo_path_size_bytes())
674 size_t size_bytes)
684 if (size_bytes != WebRtcAecm_echo_path_size_bytes())
696 memcpy(echo_path_ptr, aecm->aecmCore->channelStored, size_bytes);
  /external/tinyalsa/
pcm.c 405 int size_bytes = pcm_frames_to_bytes(pcm, frames); local
413 size_bytes);
417 size_bytes);
    [all...]
  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_database.cc 1123 int64 size_bytes = UpdateHashPrefixStore( local
1140 int64 size_bytes = UpdateHashPrefixStore( local
    [all...]

Completed in 634 milliseconds

1 2