Home
last modified time | relevance | path

Searched refs:temporal_up_switch (Results 1 – 17 of 17) sorted by relevance

/external/webrtc/modules/video_coding/codecs/vp9/include/
Dvp9_globals.h49 temporal_up_switch[0] = false; in SetGofInfoVP9()
56 temporal_up_switch[0] = false; in SetGofInfoVP9()
61 temporal_up_switch[1] = true; in SetGofInfoVP9()
68 temporal_up_switch[0] = false; in SetGofInfoVP9()
73 temporal_up_switch[1] = true; in SetGofInfoVP9()
78 temporal_up_switch[2] = true; in SetGofInfoVP9()
83 temporal_up_switch[3] = true; in SetGofInfoVP9()
90 temporal_up_switch[0] = false; in SetGofInfoVP9()
95 temporal_up_switch[1] = true; in SetGofInfoVP9()
100 temporal_up_switch[2] = true; in SetGofInfoVP9()
[all …]
/external/webrtc/modules/rtp_rtcp/source/
Drtp_format_vp9_unittest.cc40 EXPECT_EQ(expected.temporal_up_switch, actual.temporal_up_switch); in VerifyHeader()
59 EXPECT_EQ(expected.gof.temporal_up_switch[i], in VerifyHeader()
60 actual.gof.temporal_up_switch[i]); in VerifyHeader()
261 expected_.temporal_up_switch = true; // U in TEST_F()
284 expected_.temporal_up_switch = true; // U in TEST_F()
349 expected_.gof.temporal_up_switch[0] = true; in TEST_F()
397 expected_.gof.temporal_up_switch[0] = true; in TEST_F()
398 expected_.gof.temporal_up_switch[1] = true; in TEST_F()
399 expected_.gof.temporal_up_switch[2] = false; in TEST_F()
441 expected_.gof.temporal_up_switch[0] = true; in TEST_F()
[all …]
Dvideo_rtp_depacketizer_vp9_unittest.cc39 EXPECT_EQ(expected.temporal_up_switch, actual.temporal_up_switch); in VerifyHeader()
58 EXPECT_EQ(expected.gof.temporal_up_switch[i], in VerifyHeader()
59 actual.gof.temporal_up_switch[i]); in VerifyHeader()
140 expected.temporal_up_switch = kUbit ? true : false; in TEST()
168 expected.temporal_up_switch = kUbit ? true : false; in TEST()
264 expected.gof.temporal_up_switch[0] = true; in TEST()
265 expected.gof.temporal_up_switch[1] = false; in TEST()
Dvideo_rtp_depacketizer_vp9.cc68 vp9->temporal_up_switch = u_bit ? true : false; in ParseLayerInfoCommon()
183 vp9->gof.temporal_up_switch[i] = u_bit ? true : false; in ParseSsData()
Drtp_format_vp9.cc177 RETURN_FALSE_ON_ERROR(writer->WriteBits(vp9.temporal_up_switch ? 1 : 0, 1)); in WriteLayerInfoCommon()
274 writer->WriteBits(vp9.gof.temporal_up_switch[i] ? 1 : 0, 1)); in WriteSsData()
/external/webrtc/modules/video_coding/
Dencoded_frame.cc106 _codecSpecificInfo.codecSpecific.VP9.temporal_up_switch = in CopyCodecSpecific()
107 vp9_header.temporal_up_switch; in CopyCodecSpecific()
Djitter_buffer_unittest.cc673 vp9_header.temporal_up_switch = false; in TEST_F()
735 vp9_header.temporal_up_switch = true; in TEST_F()
743 vp9_header.temporal_up_switch = true; in TEST_F()
754 vp9_header.temporal_up_switch = false; in TEST_F()
765 frame_out->CodecSpecific()->codecSpecific.VP9.temporal_up_switch); in TEST_F()
772 EXPECT_TRUE(frame_out->CodecSpecific()->codecSpecific.VP9.temporal_up_switch); in TEST_F()
779 EXPECT_TRUE(frame_out->CodecSpecific()->codecSpecific.VP9.temporal_up_switch); in TEST_F()
813 vp9_header.temporal_up_switch = true; in TEST_F()
823 vp9_header.temporal_up_switch = true; in TEST_F()
834 vp9_header.temporal_up_switch = false; in TEST_F()
[all …]
Dframe_buffer.cc69 _codecSpecificInfo.codecSpecific.VP9.temporal_up_switch = in SetGofInfo()
70 gof_info.temporal_up_switch[idx]; in SetGofInfo()
Dsession_info.cc113 .temporal_up_switch; in LayerSync()
160 vp9_header->temporal_up_switch = gof_info.temporal_up_switch[idx]; in SetGofInfo()
Drtp_frame_reference_finder.cc577 if (codec_header.temporal_up_switch) in ManageFrameVp9()
Drtp_frame_reference_finder_unittest.cc133 vp9_header.temporal_up_switch = up_switch; in InsertVp9Gof()
/external/webrtc/modules/video_coding/include/
Dvideo_codec_interface.h65 bool temporal_up_switch; member
/external/webrtc/call/
Drtp_payload_params.cc60 vp9_header.temporal_up_switch = info.codecSpecific.VP9.temporal_up_switch; in PopulateRtpWithCodecSpecifics()
/external/webrtc/modules/video_coding/codecs/vp9/
Dvp9_impl.cc1130 vp9_info->temporal_up_switch = false; in PopulateCodecSpecific()
1167 vp9_info->temporal_up_switch = gof_.temporal_up_switch[vp9_info->gof_idx]; in PopulateCodecSpecific()
1321 vp9_info->temporal_up_switch = in FillReferenceIndices()
/external/webrtc/video/
Dvideo_send_stream_tests.cc3351 EXPECT_FALSE(vp9.temporal_up_switch); in VerifyTemporalLayerStructure0()
3357 EXPECT_FALSE(vp9.temporal_up_switch); in VerifyTemporalLayerStructure1()
3364 EXPECT_EQ(vp9.temporal_idx > 0, vp9.temporal_up_switch); in VerifyTemporalLayerStructure2()
3381 EXPECT_FALSE(vp9.temporal_up_switch); in VerifyTemporalLayerStructure3()
3385 EXPECT_TRUE(vp9.temporal_up_switch); in VerifyTemporalLayerStructure3()
3389 EXPECT_TRUE(vp9.temporal_up_switch); in VerifyTemporalLayerStructure3()
3455 EXPECT_FALSE(vp9.temporal_up_switch); in VerifyCommonHeader()
/external/webrtc/sdk/android/src/jni/
Dvideo_encoder_wrapper.cc363 info.codecSpecific.VP9.temporal_up_switch = true; in ParseCodecSpecificInfo()
/external/webrtc/modules/video_coding/codecs/vp9/test/
Dvp9_impl_unittest.cc1459 EXPECT_EQ(vp9.temporal_up_switch, gof.temporal_up_switch[gof_idx]) in TEST_F()