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

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

Completed in 9741 milliseconds