Searched refs:packet_size_bytes_ (Results 1 – 2 of 2) sorted by relevance
116 packet_size_bytes_(0) {} in TestAllCodecs()342 packet_size_bytes_ = in RegisterSendCodec()349 packet_size_bytes_ = kVariableSize; in RegisterSendCodec()400 if ((receive_size != packet_size_bytes_) && in Run()401 (packet_size_bytes_ != kVariableSize)) { in Run()
78 size_t packet_size_bytes_; variable