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

  /external/webrtc/webrtc/modules/video_coding/codecs/interface/
video_codec_interface.h 61 bool temporal_up_switch; member in struct:webrtc::CodecSpecificInfoVP9
  /external/webrtc/webrtc/modules/video_coding/include/
video_codec_interface.h 59 bool temporal_up_switch; member in struct:webrtc::CodecSpecificInfoVP9
  /external/webrtc/webrtc/modules/include/
module_common_types.h 85 temporal_up_switch[0] = false;
92 temporal_up_switch[0] = false;
97 temporal_up_switch[1] = true;
104 temporal_up_switch[0] = false;
109 temporal_up_switch[1] = true;
114 temporal_up_switch[2] = true;
119 temporal_up_switch[3] = false;
133 temporal_up_switch[i] = src.temporal_up_switch[i];
143 bool temporal_up_switch[kMaxVp9FramesInGof] member in struct:webrtc::GofInfoVP9
182 bool temporal_up_switch; \/\/ True if upswitch to higher frame rate is possible member in struct:webrtc::RTPVideoHeaderVP9
    [all...]
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_format_vp9_unittest.cc 35 EXPECT_EQ(expected.temporal_up_switch, actual.temporal_up_switch);
54 EXPECT_EQ(expected.gof.temporal_up_switch[i],
55 actual.gof.temporal_up_switch[i]);
259 expected_.temporal_up_switch = true; // U
283 expected_.temporal_up_switch = true; // U
351 expected_.gof.temporal_up_switch[0] = true;
401 expected_.gof.temporal_up_switch[0] = true;
402 expected_.gof.temporal_up_switch[1] = true;
403 expected_.gof.temporal_up_switch[2] = false
    [all...]
rtp_format_vp9.cc 198 RETURN_FALSE_ON_ERROR(writer->WriteBits(vp9.temporal_up_switch ? 1 : 0, 1));
294 writer->WriteBits(vp9.gof.temporal_up_switch[i] ? 1 : 0, 1));
340 vp9->temporal_up_switch = u_bit ? true : false;
453 vp9->gof.temporal_up_switch[i] = u_bit ? true : false;
  /external/webrtc/webrtc/modules/video_coding/
encoded_frame.cc 162 _codecSpecificInfo.codecSpecific.VP9.temporal_up_switch =
163 header->codecHeader.VP9.temporal_up_switch;
frame_buffer.cc 74 _codecSpecificInfo.codecSpecific.VP9.temporal_up_switch =
75 gof_info.temporal_up_switch[idx];
jitter_buffer_unittest.cc 45 packet_.codecSpecificHeader.codecHeader.VP9.temporal_up_switch = false;
160 EXPECT_FALSE(packet_.codecSpecificHeader.codecHeader.VP9.temporal_up_switch);
167 EXPECT_TRUE(packet_.codecSpecificHeader.codecHeader.VP9.temporal_up_switch);
174 EXPECT_TRUE(packet_.codecSpecificHeader.codecHeader.VP9.temporal_up_switch);
181 EXPECT_FALSE(packet_.codecSpecificHeader.codecHeader.VP9.temporal_up_switch);
884 packet_->codecSpecificHeader.codecHeader.VP9.temporal_up_switch = false;
944 packet_->codecSpecificHeader.codecHeader.VP9.temporal_up_switch = true;
952 packet_->codecSpecificHeader.codecHeader.VP9.temporal_up_switch = true;
    [all...]
generic_encoder.cc 55 rtp->codecHeader.VP9.temporal_up_switch =
56 info->codecSpecific.VP9.temporal_up_switch;
session_info.cc 91 .codecSpecificHeader.codecHeader.VP9.temporal_up_switch;
124 packets_.front().codecSpecificHeader.codecHeader.VP9.temporal_up_switch =
125 gof_info.temporal_up_switch[idx];
jitter_buffer.cc 190 vp9->temporal_up_switch = it->second.temporal_up_switch[gof_idx];
    [all...]
  /external/webrtc/webrtc/modules/video_coding/codecs/vp9/
vp9_impl.cc 587 vp9_info->temporal_up_switch = false;
634 vp9_info->temporal_up_switch = gof_.temporal_up_switch[vp9_info->gof_idx];
    [all...]
  /external/webrtc/webrtc/video/
video_send_stream_tests.cc     [all...]
  /external/webrtc/talk/app/webrtc/java/jni/
androidmediaencoder_jni.cc     [all...]

Completed in 2640 milliseconds