Searched refs:allocated_bytes (Results 1 – 5 of 5) sorted by relevance
/external/webrtc/webrtc/modules/audio_coding/neteq/tools/ |
D | packet.cc | 22 size_t allocated_bytes, in Packet() argument 27 packet_length_bytes_(allocated_bytes), in Packet() 29 virtual_packet_length_bytes_(allocated_bytes), in Packet() 36 size_t allocated_bytes, in Packet() argument 42 packet_length_bytes_(allocated_bytes), in Packet() 50 Packet::Packet(uint8_t* packet_memory, size_t allocated_bytes, double time_ms) in Packet() argument 53 packet_length_bytes_(allocated_bytes), in Packet() 55 virtual_packet_length_bytes_(allocated_bytes), in Packet() 63 size_t allocated_bytes, in Packet() argument 68 packet_length_bytes_(allocated_bytes), in Packet()
|
D | packet.h | 38 size_t allocated_bytes, 49 size_t allocated_bytes, 58 Packet(uint8_t* packet_memory, size_t allocated_bytes, double time_ms); 61 size_t allocated_bytes,
|
/external/webrtc/webrtc/modules/audio_coding/acm2/ |
D | acm_send_test_oldapi.cc | 127 size_t allocated_bytes = last_payload_vec_.size() + kRtpHeaderSize; in CreatePacket() local 128 uint8_t* packet_memory = new uint8_t[allocated_bytes]; in CreatePacket() 151 new Packet(packet_memory, allocated_bytes, clock_.TimeInMilliseconds()); in CreatePacket()
|
/external/v8/src/heap/ |
D | incremental-marking.cc | 1131 intptr_t IncrementalMarking::Step(intptr_t allocated_bytes, in Step() argument 1135 DCHECK(allocated_bytes >= 0); in Step() 1142 allocated_ += allocated_bytes; in Step()
|
/external/protobuf/src/google/protobuf/ |
D | repeated_field.h | 976 int allocated_bytes = 979 allocated_bytes += TypeHandler::SpaceUsed(*cast<TypeHandler>(elements_[i])); 981 return allocated_bytes;
|