OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nonReference
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/interface/
video_codec_interface.h
36
bool
nonReference
;
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
encoded_frame.cc
114
_codecSpecificInfo.codecSpecific.VP8.
nonReference
=
115
header->codecHeader.VP8.
nonReference
;
generic_encoder.cc
32
(*rtp)->codecHeader.VP8.
nonReference
=
33
info->codecSpecific.VP8.
nonReference
;
session_info.cc
94
bool VCMSessionInfo::
NonReference
() const {
98
return packets_.front().codecSpecificHeader.codecHeader.VP8.
nonReference
;
/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/rtp_rtcp/source/
rtp_format_vp8_unittest.cc
68
EXPECT_EQ(N, header->type.Video.codecHeader.VP8.
nonReference
);
92
hdr_info_.
nonReference
= false;
278
hdr_info_.
nonReference
= true;
554
input_header.
nonReference
= true;
rtp_format_vp8_test_helper.cc
145
EXPECT_BIT_N_EQ(buffer_[0], hdr_info_->
nonReference
? 1 : 0);
rtp_format_vp8.cc
186
rtp_header->type.Video.codecHeader.VP8.
nonReference
=
577
if (hdr_info_.
nonReference
)
/external/chromium_org/third_party/webrtc/modules/interface/
module_common_types.h
39
nonReference
= false;
49
bool
nonReference
; // Frame is discardable.
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/
vp8_impl.cc
438
vp8Info->
nonReference
= (pkt.data.frame.flags & VPX_FRAME_IS_DROPPABLE) != 0;
Completed in 260 milliseconds