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

  /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 174 int TouchMemory(void* buffer, size_t size_bytes, RequiredAccess intent) {
178 char* end = start + size_bytes - 1;
456 size_t size_bytes = (start_pos - ix + 1) * sizeof(wchar_t); local
458 // Based on the code above, size_bytes should always be small enough
460 DCHECK_NT(kuint16max > size_bytes);
461 char* str_buffer = new(NT_ALLOC) char[size_bytes + sizeof(UNICODE_STRING)];
467 out_string->Length = static_cast<USHORT>(size_bytes - sizeof(wchar_t));
468 out_string->MaximumLength = static_cast<USHORT>(size_bytes);
  /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/chromium/net/proxy/
proxy_script_fetcher_impl.h 42 size_t SetSizeConstraint(size_t size_bytes);
proxy_script_fetcher_impl.cc 101 size_t ProxyScriptFetcherImpl::SetSizeConstraint(size_t size_bytes) {
103 max_response_bytes_ = size_bytes;
  /external/chromium_org/net/proxy/
proxy_script_fetcher_impl.h 43 size_t SetSizeConstraint(size_t size_bytes);
proxy_script_fetcher_impl.cc 100 size_t ProxyScriptFetcherImpl::SetSizeConstraint(size_t size_bytes) {
102 max_response_bytes_ = 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/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 314 int size_bytes = pcm_frames_to_bytes(pcm, frames); local
322 size_bytes);
326 size_bytes);
  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_database.cc 1200 int64 size_bytes = UpdateHashPrefixStore( local
1217 int64 size_bytes = UpdateHashPrefixStore( local
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
wlioctl.h 4142 uint32 size_bytes; \/* Size of the pattern. Bitmask must be the same size. *\/ member in struct:wl_pkt_filter_pattern
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
mandreel.js     [all...]

Completed in 1466 milliseconds