/external/google-tv-pairing-protocol/cpp/tests/polo/wire/protobuf/ |
D | protobufwireadaptertest.cc | 81 unsigned char* size_bytes; in ExpectReadPreamble() local 82 util::PoloUtil::IntToBigEndianBytes(message_size, size_bytes); in ExpectReadPreamble() 86 std::vector<uint8_t>(size_bytes, size_bytes + 4)); in ExpectReadPreamble() 93 unsigned char* size_bytes; in ExpectSend() local 94 util::PoloUtil::IntToBigEndianBytes(outer_string.length(), size_bytes); in ExpectSend() 98 memcpy(buffer, size_bytes, 4); in ExpectSend()
|
/external/webrtc/webrtc/modules/audio_processing/ |
D | echo_control_mobile_impl.cc | 264 size_t size_bytes) { in SetEchoPath() argument 271 if (size_bytes != echo_path_size_bytes()) { in SetEchoPath() 277 external_echo_path_ = new unsigned char[size_bytes]; in SetEchoPath() 279 memcpy(external_echo_path_, echo_path, size_bytes); in SetEchoPath() 286 size_t size_bytes) const { in GetEchoPath() 291 if (size_bytes != echo_path_size_bytes()) { in GetEchoPath() 301 int32_t err = WebRtcAecm_GetEchoPath(my_handle, echo_path, size_bytes); in GetEchoPath()
|
D | echo_control_mobile_impl.h | 52 int SetEchoPath(const void* echo_path, size_t size_bytes) override; 53 int GetEchoPath(void* echo_path, size_t size_bytes) const override;
|
/external/webrtc/webrtc/modules/audio_processing/aecm/ |
D | echo_control_mobile.h | 175 size_t size_bytes); 194 size_t size_bytes);
|
D | echo_control_mobile.c | 517 size_t size_bytes) in WebRtcAecm_InitEchoPath() argument 528 if (size_bytes != WebRtcAecm_echo_path_size_bytes()) in WebRtcAecm_InitEchoPath() 545 size_t size_bytes) in WebRtcAecm_GetEchoPath() argument 556 if (size_bytes != WebRtcAecm_echo_path_size_bytes()) in WebRtcAecm_GetEchoPath() 566 memcpy(echo_path_ptr, aecm->aecmCore->channelStored, size_bytes); in WebRtcAecm_GetEchoPath()
|
/external/webrtc/webrtc/modules/video_coding/ |
D | media_optimization.cc | 63 EncodedFrameSample(size_t size_bytes, in EncodedFrameSample() 66 : size_bytes(size_bytes), in EncodedFrameSample() 70 size_t size_bytes; member 348 encoded_frame_samples_.back().size_bytes += encoded_length; in UpdateWithEncodedData() 503 framesize_sum += it->size_bytes; in UpdateSentBitrate()
|
/external/webrtc/webrtc/modules/video_coding/codecs/vp9/ |
D | screenshare_layers.cc | 41 void ScreenshareLayersVP9::LayerFrameEncoded(unsigned int size_bytes, in LayerFrameEncoded() argument 44 bits_used_[layer_id] += size_bytes * 8; in LayerFrameEncoded()
|
D | screenshare_layers.h | 28 void LayerFrameEncoded(unsigned int size_bytes, uint8_t layer_id);
|
/external/autotest/client/cros/audio/ |
D | audio_data.py | 26 size_bytes=4), 30 size_bytes=2))
|
/external/google-tv-pairing-protocol/cpp/src/polo/wire/protobuf/ |
D | protobufwireadapter.cc | 402 uint8_t* size_bytes; in SendOuterMessage() local 403 util::PoloUtil::IntToBigEndianBytes(outer_string.length(), size_bytes); in SendOuterMessage() 408 std::copy(size_bytes, size_bytes + 4, iter); in SendOuterMessage() 410 delete[] size_bytes; in SendOuterMessage()
|
/external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/ |
D | nack.cc | 94 size_t size_bytes = in Create() local 96 size_t header_length = ((size_bytes + 3) / 4) - 1; // As 32bit words - 1 in Create()
|
/external/webrtc/webrtc/modules/audio_processing/include/ |
D | mock_audio_processing.h | 72 int(const void* echo_path, size_t size_bytes)); 74 int(void* echo_path, size_t size_bytes));
|
D | audio_processing.h | 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;
|
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
D | rtcp_utility.cc | 471 size_t size_bytes, in RtcpParseCommonHeader() argument 474 if (size_bytes < RtcpCommonHeader::kHeaderSizeBytes) { in RtcpParseCommonHeader() 475 LOG(LS_WARNING) << "Too little data (" << size_bytes << " byte" in RtcpParseCommonHeader() 476 << (size_bytes != 1 ? "s" : "") in RtcpParseCommonHeader() 496 if (size_bytes < packet_size_words * 4) { in RtcpParseCommonHeader() 497 LOG(LS_WARNING) << "Buffer too small (" << size_bytes in RtcpParseCommonHeader()
|
D | rtcp_utility.h | 356 size_t size_bytes,
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/dynamodb/ |
D | test_layer2.py | 59 self.assertEqual(table.size_bytes, 21)
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/dynamodb/ |
D | table.py | 173 def size_bytes(self): member in Table
|
/external/tinyalsa/ |
D | pcm.c | 404 int size_bytes = pcm_frames_to_bytes(pcm, frames); in pcm_areas_copy() local 412 size_bytes); in pcm_areas_copy() 416 size_bytes); in pcm_areas_copy()
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/dynamodb/ |
D | test_layer2.py | 90 assert table.size_bytes == 0
|