Searched refs:nonReference (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/interface/
H A Dvideo_codec_interface.h36 bool nonReference; member in struct:webrtc::CodecSpecificInfoVP8
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
H A Dencoded_frame.cc114 _codecSpecificInfo.codecSpecific.VP8.nonReference =
115 header->codecHeader.VP8.nonReference;
H A Dgeneric_encoder.cc32 (*rtp)->codecHeader.VP8.nonReference =
33 info->codecSpecific.VP8.nonReference;
H A Dsession_info.cc98 return packets_.front().codecSpecificHeader.codecHeader.VP8.nonReference;
/external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
H A Dtest_callbacks.cc80 rtpInfo.type.Video.codecHeader.VP8.nonReference =
81 videoHdr->codecHeader.VP8.nonReference;
H A Dnormal_test.cc99 rtpInfo.type.Video.codecHeader.VP8.nonReference =
100 videoHdr->codecHeader.VP8.nonReference;
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtp_format_vp8_unittest.cc68 EXPECT_EQ(N, header->type.Video.codecHeader.VP8.nonReference);
92 hdr_info_.nonReference = false;
278 hdr_info_.nonReference = true;
554 input_header.nonReference = true;
H A Drtp_format_vp8_test_helper.cc145 EXPECT_BIT_N_EQ(buffer_[0], hdr_info_->nonReference ? 1 : 0);
H A Drtp_format_vp8.cc186 rtp_header->type.Video.codecHeader.VP8.nonReference =
577 if (hdr_info_.nonReference)
/external/webrtc/src/modules/interface/
H A Dmodule_common_types.h61 nonReference = false;
73 bool nonReference; // Frame is discardable. member in struct:webrtc::RTPVideoHeaderVP8
/external/chromium_org/third_party/webrtc/modules/interface/
H A Dmodule_common_types.h39 nonReference = false;
49 bool nonReference; // Frame is discardable. member in struct:webrtc::RTPVideoHeaderVP8
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/
H A Dvp8_impl.cc438 vp8Info->nonReference = (pkt.data.frame.flags & VPX_FRAME_IS_DROPPABLE) != 0;

Completed in 2124 milliseconds