Searched defs:packet_memory (Results 1 – 5 of 5) sorted by relevance
40 uint8_t* packet_memory = new uint8_t[packet_len_bytes_]; in NextPacket() local52 void ConstantPcmPacketSource::WriteHeader(uint8_t* packet_memory) { in WriteHeader()
25 Packet::Packet(uint8_t* packet_memory, in Packet()48 Packet::Packet(uint8_t* packet_memory, size_t allocated_bytes, double time_ms) in Packet()55 Packet::Packet(uint8_t* packet_memory, in Packet()
45 uint8_t* packet_memory = new uint8_t[kPacketLengthBytes]; in TEST() local73 uint8_t* packet_memory = new uint8_t[kPacketLengthBytes]; in TEST() local136 uint8_t* packet_memory = new uint8_t[kPacketLengthBytes]; in TEST() local
65 std::unique_ptr<uint8_t[]> packet_memory(new uint8_t[temp_packet.length]); in NextPacket() local
144 uint8_t* packet_memory = new uint8_t[allocated_bytes]; in CreatePacket() local