Home
last modified time | relevance | path

Searched refs:kNoKeyIdx (Results 1 – 10 of 10) sorted by relevance

/external/webrtc/modules/rtp_rtcp/source/
Drtp_format_vp8_test_helper.cc89 hdr_info_->tl0PicIdx != kNoTl0PicIdx || hdr_info_->keyIdx != kNoKeyIdx) { in CheckHeader()
145 hdr_info_->keyIdx == kNoKeyIdx) { in CheckTIDAndKeyIdx()
162 if (hdr_info_->keyIdx != kNoKeyIdx) { in CheckTIDAndKeyIdx()
Drtp_format_vp8.cc52 if (hdr_info.keyIdx != kNoKeyIdx) { in ValidateHeader()
117 bool keyid_present = header.keyIdx != kNoKeyIdx; in BuildHeader()
Dvideo_rtp_depacketizer_vp8_unittest.cc62 EXPECT_EQ(vp8_header.keyIdx, kNoKeyIdx); in TEST()
/external/webrtc/modules/video_coding/codecs/interface/
Dcommon_constants.h24 const int kNoKeyIdx = -1; variable
/external/webrtc/modules/video_coding/codecs/vp8/include/
Dvp8_globals.h28 keyIdx = kNoKeyIdx; in InitRTPVideoHeaderVP8()
/external/webrtc/test/
Dfake_vp8_encoder.cc80 codec_specific->codecSpecific.VP8.keyIdx = kNoKeyIdx; in PopulateCodecSpecific()
/external/webrtc/modules/video_coding/
Dencoded_frame.cc76 if (vp8_header.keyIdx != kNoKeyIdx) { in CopyCodecSpecific()
/external/webrtc/call/
Drtp_payload_params_unittest.cc64 codec_info.codecSpecific.VP8.keyIdx = kNoKeyIdx; in TEST()
86 EXPECT_EQ(kNoKeyIdx, vp8_header.keyIdx); in TEST()
/external/webrtc/sdk/android/src/jni/
Dvideo_encoder_wrapper.cc353 info.codecSpecific.VP8.keyIdx = kNoKeyIdx; in ParseCodecSpecificInfo()
/external/webrtc/modules/video_coding/codecs/vp8/
Dlibvpx_vp8_encoder.cc1119 kNoKeyIdx; // TODO(hlundin) populate this in PopulateCodecSpecific()