HomeSort by relevance Sort by last modified time
    Searched full:size_bytes (Results 26 - 38 of 38) sorted by null

12

  /external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
nack.cc 94 size_t size_bytes = local
96 size_t header_length = ((size_bytes + 3) / 4) - 1; // As 32bit words - 1
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/dynamodb/
test_layer2.py 59 self.assertEqual(table.size_bytes, 21)
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtcp_utility.h 356 size_t size_bytes,
rtcp_utility.cc 471 size_t size_bytes,
474 if (size_bytes < RtcpCommonHeader::kHeaderSizeBytes) {
475 LOG(LS_WARNING) << "Too little data (" << size_bytes << " byte"
476 << (size_bytes != 1 ? "s" : "")
496 if (size_bytes < packet_size_words * 4) {
497 LOG(LS_WARNING) << "Buffer too small (" << size_bytes
    [all...]
  /external/tinyalsa/
pcm.c 404 int size_bytes = pcm_frames_to_bytes(pcm, frames); local
412 size_bytes);
416 size_bytes);
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/dynamodb/
table.py 95 :ivar size_bytes: Total size of the specified table, in bytes.
173 def size_bytes(self): member in class:Table
  /external/webrtc/webrtc/modules/audio_processing/include/
audio_processing.h 739 // Controlling the echo path this way requires the data |size_bytes| to match
747 virtual int SetEchoPath(const void* echo_path, size_t size_bytes) = 0;
748 virtual int GetEchoPath(void* echo_path, size_t size_bytes) const = 0;
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/dynamodb/
test_layer2.py 90 assert table.size_bytes == 0
  /system/tpm/trunks/generator/
generator.py 461 std::string size_bytes;
462 result = Serialize_UINT16(field_bytes.size(), &size_bytes);
466 buffer->append(size_bytes + field_bytes);
    [all...]
  /system/tpm/trunks/
tpm_generated.cc 5774 std::string size_bytes; local
7101 std::string size_bytes; local
8301 std::string size_bytes; local
8584 std::string size_bytes; local
8958 std::string size_bytes; local
9371 std::string size_bytes; local
39800 std::string size_bytes; local
40677 std::string size_bytes; local
    [all...]
  /external/autotest/client/cros/chameleon/
audio_widget.py 183 self._rec_format['sample_format']]['size_bytes']
  /external/autotest/client/cros/audio/
audio_helper.py 813 data_format['sample_format']]['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 3052 milliseconds

12