HomeSort by relevance Sort by last modified time
    Searched defs:size_bytes (Results 1 - 6 of 6) 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/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 1209 milliseconds