Searched refs:keyIdx (Results 1 – 10 of 10) sorted by relevance
135 hdr_info_->keyIdx != kNoKeyIdx) { in CheckHeader()199 hdr_info_->keyIdx == kNoKeyIdx) { in CheckTIDAndKeyIdx()213 if (hdr_info_->keyIdx != kNoKeyIdx) { in CheckTIDAndKeyIdx()215 EXPECT_KEYIDX_EQ(buffer_[payload_start_], hdr_info_->keyIdx); in CheckTIDAndKeyIdx()
74 EXPECT_EQ(key_idx, type->Video.codecHeader.VP8.keyIdx); in VerifyExtensions()88 hdr_info_.keyIdx = kNoKeyIdx; in Init()356 hdr_info_.keyIdx = 17; in TEST_F()386 hdr_info_.keyIdx = 5; in TEST_F()576 input_header.keyIdx = 31; in TEST_F()595 input_header.keyIdx); in TEST_F()
76 vp8->keyIdx = (**data & 0x1F); in ParseVP8TIDAndKeyIdx()597 *data_field |= (hdr_info_.keyIdx & kKeyIdxField); in WriteTIDAndKeyIdxFields()636 return (hdr_info_.keyIdx != kNoKeyIdx); in KeyIdxFieldPresent()696 parsed_payload->type.Video.codecHeader.VP8.keyIdx = kNoKeyIdx; in Parse()
107 _codecSpecificInfo.codecSpecific.VP8.keyIdx = -1; in CopyCodecSpecific()122 if (header->codecHeader.VP8.keyIdx != kNoKeyIdx) { in CopyCodecSpecific()123 _codecSpecificInfo.codecSpecific.VP8.keyIdx = in CopyCodecSpecific()124 header->codecHeader.VP8.keyIdx; in CopyCodecSpecific()
38 rtp->codecHeader.VP8.keyIdx = info->codecSpecific.VP8.keyIdx; in CopyCodecSpecific()
41 int8_t keyIdx; // Negative value to skip keyIdx. member
43 int8_t keyIdx; // Negative value to skip keyIdx. member
54 keyIdx = kNoKeyIdx; in InitRTPVideoHeaderVP8()67 int keyIdx; // 5 bits; kNoKeyIdx means not used. member
931 info.codecSpecific.VP8.keyIdx = webrtc::kNoKeyIdx; in DeliverPendingOutputs()
940 vp8Info->keyIdx = kNoKeyIdx; // TODO(hlundin) populate this in PopulateCodecSpecific()