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

  /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/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/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/sandbox/win/src/
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/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
382 // size_bytes.
383 encoded_frame_samples_.back().size_bytes += encoded_length;
539 framesize_sum += it->size_bytes;
  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_database.cc 1122 int64 size_bytes = UpdateHashPrefixStore( local
1139 int64 size_bytes = UpdateHashPrefixStore( local
    [all...]
  /external/tinyalsa/
pcm.c 405 int size_bytes = pcm_frames_to_bytes(pcm, frames); local
413 size_bytes);
417 size_bytes);
    [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...]

Completed in 852 milliseconds