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

/external/webrtc/webrtc/modules/video_coding/codecs/interface/
H A Dvideo_codec_interface.h38 bool nonReference; member in struct:webrtc::CodecSpecificInfoVP8
/external/webrtc/webrtc/modules/video_coding/include/
H A Dvideo_codec_interface.h36 bool nonReference; member in struct:webrtc::CodecSpecificInfoVP8
/external/webrtc/webrtc/modules/video_coding/
H A Dencoded_frame.cc110 _codecSpecificInfo.codecSpecific.VP8.nonReference =
111 header->codecHeader.VP8.nonReference;
H A Dgeneric_encoder.cc34 rtp->codecHeader.VP8.nonReference = info->codecSpecific.VP8.nonReference;
H A Dsession_info.cc113 return packets_.front().codecSpecificHeader.codecHeader.VP8.nonReference;
/external/webrtc/webrtc/modules/rtp_rtcp/source/
H A Drtp_format_vp8_unittest.cc60 EXPECT_EQ(N, type->Video.codecHeader.VP8.nonReference);
84 hdr_info_.nonReference = false;
296 hdr_info_.nonReference = true;
571 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.cc483 if (hdr_info_.nonReference)
687 parsed_payload->type.Video.codecHeader.VP8.nonReference =
/external/webrtc/webrtc/modules/include/
H A Dmodule_common_types.h49 nonReference = false;
59 bool nonReference; // Frame is discardable. member in struct:webrtc::RTPVideoHeaderVP8
/external/webrtc/talk/app/webrtc/java/jni/
H A Dandroidmediaencoder_jni.cc926 info.codecSpecific.VP8.nonReference = false;
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
H A Dvp8_impl.cc941 vp8Info->nonReference =

Completed in 217 milliseconds