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

  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
vp8_partition_aggregator_unittest.cc 42 EXPECT_FALSE(root->left_child()->packet_start());
43 EXPECT_TRUE(root->right_child()->packet_start());
63 parent()->parent()->packet_start());
65 parent()->packet_start());
67 packet_start());
68 EXPECT_FALSE(opt->parent()->parent()->parent()->parent()->packet_start());
69 EXPECT_TRUE(opt->parent()->parent()->parent()->packet_start());
70 EXPECT_FALSE(opt->parent()->parent()->packet_start());
71 EXPECT_TRUE(opt->parent()->packet_start());
72 EXPECT_FALSE(opt->packet_start());
    [all...]
vp8_partition_aggregator.h 61 bool packet_start() const { return packet_start_; } function in class:webrtc::PartitionTreeNode
vp8_partition_aggregator.cc 193 if (temp_node->packet_start()) --packet_index;
  /external/chromium_org/third_party/libsrtp/srtp/srtp/
ekt.c 94 srtcp_packet_get_ekt_spi(const uint8_t *packet_start, unsigned pkt_octet_len) {
97 spi_location = packet_start + (pkt_octet_len - EKT_SPI_LEN);
103 srtcp_packet_get_ekt_roc(const uint8_t *packet_start, unsigned pkt_octet_len) {
106 roc_location = packet_start + (pkt_octet_len - EKT_OCTETS_AFTER_ROC);
112 srtcp_packet_get_emk_location(const uint8_t *packet_start,
116 location = packet_start + (pkt_octet_len - EKT_OCTETS_AFTER_BASE_TAG);
  /external/srtp/srtp/
ekt.c 94 srtcp_packet_get_ekt_spi(const uint8_t *packet_start, unsigned pkt_octet_len) {
97 spi_location = packet_start + (pkt_octet_len - EKT_SPI_LEN);
103 srtcp_packet_get_ekt_roc(const uint8_t *packet_start, unsigned pkt_octet_len) {
106 roc_location = packet_start + (pkt_octet_len - EKT_OCTETS_AFTER_ROC);
112 srtcp_packet_get_emk_location(const uint8_t *packet_start,
116 location = packet_start + (pkt_octet_len - EKT_OCTETS_AFTER_BASE_TAG);

Completed in 221 milliseconds