Searched refs:packet_size_bytes_ (Results 1 – 2 of 2) sorted by relevance
113 packet_size_bytes_(0) { in TestAllCodecs()383 packet_size_bytes_ = static_cast<size_t>( in RegisterSendCodec()388 packet_size_bytes_ = kVariableSize; in RegisterSendCodec()439 if ((receive_size != packet_size_bytes_) && in Run()440 (packet_size_bytes_ != kVariableSize)) { in Run()
79 size_t packet_size_bytes_; variable