OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nonreference
(Results
1 - 16
of
16
) sorted by null
/external/webrtc/webrtc/modules/video_coding/codecs/interface/
video_codec_interface.h
38
bool
nonReference
;
/external/webrtc/webrtc/modules/video_coding/
frame_buffer.h
62
bool
NonReference
() const;
frame_buffer.cc
65
bool VCMFrameBuffer::
NonReference
() const {
66
return _sessionInfo.
NonReference
();
encoded_frame.cc
110
_codecSpecificInfo.codecSpecific.VP8.
nonReference
=
111
header->codecHeader.VP8.
nonReference
;
generic_encoder.cc
34
rtp->codecHeader.VP8.
nonReference
= info->codecSpecific.VP8.
nonReference
;
session_info.h
89
bool
NonReference
() const;
session_info.cc
109
bool VCMSessionInfo::
NonReference
() const {
113
return packets_.front().codecSpecificHeader.codecHeader.VP8.
nonReference
;
/external/webrtc/webrtc/modules/video_coding/include/
video_codec_interface.h
36
bool
nonReference
;
/external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_format_vp8_unittest.cc
60
EXPECT_EQ(N, type->Video.codecHeader.VP8.
nonReference
);
84
hdr_info_.
nonReference
= false;
296
hdr_info_.
nonReference
= true;
571
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
483
if (hdr_info_.
nonReference
)
687
parsed_payload->type.Video.codecHeader.VP8.
nonReference
=
/external/webrtc/webrtc/modules/include/
module_common_types.h
49
nonReference
= false;
59
bool
nonReference
; // Frame is discardable.
/external/clang/test/SemaCXX/
expression-traits.cpp
79
// from a cast to a
nonreference
type is an rvalue (this includes
/external/webrtc/talk/app/webrtc/java/jni/
androidmediaencoder_jni.cc
[
all
...]
/external/libavc/decoder/
ih264d_dpb_mgr.c
[
all
...]
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
vp8_impl.cc
[
all
...]
Completed in 309 milliseconds