OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tl0_pic_idx
(Results
1 - 13
of
13
) sorted by null
/external/webrtc/webrtc/modules/video_coding/codecs/interface/
video_codec_interface.h
58
int
tl0_pic_idx
; // Negative value to skip tl0PicIdx.
member in struct:webrtc::CodecSpecificInfoVP9
/external/webrtc/webrtc/modules/video_coding/include/
video_codec_interface.h
56
int
tl0_pic_idx
; // Negative value to skip tl0PicIdx.
member in struct:webrtc::CodecSpecificInfoVP9
/external/webrtc/webrtc/modules/video_coding/
encoded_frame.cc
136
_codecSpecificInfo.codecSpecific.VP9.
tl0_pic_idx
= -1;
155
if (header->codecHeader.VP9.
tl0_pic_idx
!= kNoTl0PicIdx) {
156
_codecSpecificInfo.codecSpecific.VP9.
tl0_pic_idx
=
157
header->codecHeader.VP9.
tl0_pic_idx
;
generic_encoder.cc
52
rtp->codecHeader.VP9.
tl0_pic_idx
= info->codecSpecific.VP9.
tl0_pic_idx
;
jitter_buffer_unittest.cc
890
packet_->codecSpecificHeader.codecHeader.VP9.
tl0_pic_idx
= 200;
902
packet_->codecSpecificHeader.codecHeader.VP9.
tl0_pic_idx
= 201;
937
packet_->codecSpecificHeader.codecHeader.VP9.
tl0_pic_idx
= 200;
[
all
...]
session_info.cc
103
return packets_.front().codecSpecificHeader.codecHeader.VP9.
tl0_pic_idx
;
/external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_format_vp9.cc
47
return (hdr.
tl0_pic_idx
== kNoTl0PicIdx) ? def : hdr.
tl0_pic_idx
;
358
vp9->
tl0_pic_idx
= tl0picidx;
rtp_format_vp9_unittest.cc
34
EXPECT_EQ(expected.
tl0_pic_idx
, actual.
tl0_pic_idx
);
263
expected_.
tl0_pic_idx
= 117;
525
expected_.
tl0_pic_idx
= kTl0PicIdx;
rtp_format_vp8_unittest.cc
67
int16_t
tl0_pic_idx
, /* L */
72
EXPECT_EQ(
tl0_pic_idx
, type->Video.codecHeader.VP8.tl0PicIdx);
/external/webrtc/webrtc/video/
video_send_stream_tests.cc
[
all
...]
/external/webrtc/webrtc/modules/include/
module_common_types.h
157
tl0_pic_idx
= kNoTl0PicIdx;
178
int16_t
tl0_pic_idx
; // TL0PIC_IDX, 8 bits;
member in struct:webrtc::RTPVideoHeaderVP9
/external/webrtc/talk/app/webrtc/java/jni/
androidmediaencoder_jni.cc
[
all
...]
/external/webrtc/webrtc/modules/video_coding/codecs/vp9/
vp9_impl.cc
617
vp9_info->
tl0_pic_idx
= tl0_pic_idx_;
[
all
...]
Completed in 760 milliseconds