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

  /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
encoded_frame.cc 118 _codecSpecificInfo.codecSpecific.VP8.nonReference =
119 header->codecHeader.VP8.nonReference;
generic_encoder.cc 32 (*rtp)->codecHeader.VP8.nonReference =
33 info->codecSpecific.VP8.nonReference;
session_info.cc 89 bool VCMSessionInfo::NonReference() const {
93 return packets_.front().codecSpecificHeader.codecHeader.VP8.nonReference;
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/interface/
video_codec_interface.h 38 bool nonReference;
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtp_format_vp8_unittest.cc 33 hdr_info_.nonReference = false;
211 hdr_info_.nonReference = true;
rtp_utility_unittest.cc 249 inputHeader.nonReference = true;
270 inputHeader.nonReference /*N*/,
rtp_format_vp8_test_helper.cc 146 EXPECT_BIT_N_EQ(buffer_[0], hdr_info_->nonReference ? 1 : 0);
rtp_receiver_video.cc 179 to_header->nonReference = from_header->nonReferenceFrame;
rtp_format_vp8.cc 322 if (hdr_info_.nonReference) buffer[0] |= kNBit;
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
test_callbacks.cc 80 rtpInfo.type.Video.codecHeader.VP8.nonReference =
81 videoHdr->codecHeader.VP8.nonReference;
normal_test.cc 99 rtpInfo.type.Video.codecHeader.VP8.nonReference =
100 videoHdr->codecHeader.VP8.nonReference;
  /external/chromium_org/third_party/webrtc/modules/interface/
module_common_types.h 55 nonReference = false;
65 bool nonReference; // Frame is discardable.
  /external/webrtc/src/modules/interface/
module_common_types.h 61 nonReference = false;
73 bool nonReference; // Frame is discardable.
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/
vp8_impl.cc 428 vp8Info->nonReference = (pkt.data.frame.flags & VPX_FRAME_IS_DROPPABLE) != 0;

Completed in 2701 milliseconds