OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:spatial_layer_resolution_present
(Results
1 - 10
of
10
) sorted by null
/external/webrtc/webrtc/modules/video_coding/codecs/interface/
video_codec_interface.h
68
bool
spatial_layer_resolution_present
;
member in struct:webrtc::CodecSpecificInfoVP9
/external/webrtc/webrtc/modules/video_coding/include/
video_codec_interface.h
66
bool
spatial_layer_resolution_present
;
member in struct:webrtc::CodecSpecificInfoVP9
/external/webrtc/webrtc/modules/video_coding/
encoded_frame.cc
179
.
spatial_layer_resolution_present
=
180
header->codecHeader.VP9.
spatial_layer_resolution_present
;
181
if (header->codecHeader.VP9.
spatial_layer_resolution_present
) {
generic_encoder.cc
64
rtp->codecHeader.VP9.
spatial_layer_resolution_present
=
65
info->codecSpecific.VP9.
spatial_layer_resolution_present
;
66
if (info->codecSpecific.VP9.
spatial_layer_resolution_present
) {
/external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_format_vp9.cc
134
if (hdr.
spatial_layer_resolution_present
) {
278
writer->WriteBits(vp9.
spatial_layer_resolution_present
? 1 : 0, 1));
282
if (vp9.
spatial_layer_resolution_present
) {
432
vp9->
spatial_layer_resolution_present
= y_bit ? true : false;
722
if (vp9->
spatial_layer_resolution_present
) {
rtp_format_vp9_unittest.cc
43
EXPECT_EQ(expected.
spatial_layer_resolution_present
,
44
actual.
spatial_layer_resolution_present
);
46
if (expected.
spatial_layer_resolution_present
) {
348
expected_.
spatial_layer_resolution_present
= false;
373
expected_.
spatial_layer_resolution_present
= false;
392
expected_.
spatial_layer_resolution_present
= true;
624
expected_.
spatial_layer_resolution_present
= kYbit ? true : false;
/external/webrtc/talk/app/webrtc/java/jni/
androidmediaencoder_jni.cc
[
all
...]
/external/webrtc/webrtc/modules/include/
module_common_types.h
197
bool
spatial_layer_resolution_present
;
member in struct:webrtc::RTPVideoHeaderVP9
/external/webrtc/webrtc/modules/video_coding/codecs/vp9/
vp9_impl.cc
638
vp9_info->
spatial_layer_resolution_present
= true;
[
all
...]
/external/webrtc/webrtc/video/
video_send_stream_tests.cc
[
all
...]
Completed in 53 milliseconds