HomeSort by relevance Sort by last modified time
    Searched full:set_packet_start (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/rtp_rtcp/source/
vp8_partition_aggregator.cc 42 root_node->set_packet_start(true);
75 children_[kLeftChild]->set_packet_start(false);
87 children_[kRightChild]->set_packet_start(true);
vp8_partition_aggregator.h 70 void set_packet_start(bool value) { packet_start_ = value; } function in class:webrtc::PartitionTreeNode

Completed in 63 milliseconds