Home
last modified time | relevance | path

Searched refs:drop_frame (Results 1 – 12 of 12) sorted by relevance

/external/webrtc/modules/video_coding/codecs/vp8/
Dscreenshare_layers_unittest.cc93 if (tl_config_.drop_frame) { in ConfigureFrame()
515 NextFrameConfig(0, kTwoSecondsLater - kTimestampDelta5Fps).drop_frame); in TEST_F()
534 if (tl_config_.drop_frame) { in TEST_F()
621 if (NextFrameConfig(0, timestamp).drop_frame) { in TEST_F()
639 if (NextFrameConfig(0, timestamp).drop_frame) { in TEST_F()
681 EXPECT_FALSE(NextFrameConfig(0, timestamp_).drop_frame); in TEST_F()
689 EXPECT_TRUE(NextFrameConfig(0, timestamp_).drop_frame); in TEST_F()
693 EXPECT_FALSE(NextFrameConfig(0, timestamp_).drop_frame); in TEST_F()
Dtemporal_layers_checker.cc75 if (frame_config.drop_frame || in CheckTemporalConfig()
Dlibvpx_vp8_encoder.cc250 RTC_DCHECK(!references.drop_frame); in EncodeFlags()
975 bool drop_frame = false; in Encode() local
982 drop_frame |= tl_configs[i].drop_frame; in Encode()
988 if (drop_frame && !send_key_frame) { in Encode()
Ddefault_temporal_layers.cc718 if (frame_config.drop_frame) { in CheckTemporalConfig()
Ddefault_temporal_layers_unittest.cc771 EXPECT_FALSE(tl_config.drop_frame); in TEST_P()
/external/webrtc/modules/video_coding/
Dvideo_receiver.cc183 bool drop_frame = false; in Decode() local
190 drop_frame = true; in Decode()
202 if (drop_frame) { in Decode()
/external/webrtc/api/video_codecs/
Dvp8_frame_config.h65 bool drop_frame; member
Dvp8_frame_config.cc35 : drop_frame(last == BufferFlags::kNone && golden == BufferFlags::kNone && in Vp8FrameConfig()
/external/kernel-headers/original/uapi/sound/
Dhdspm.h101 drop_frame, enumerator
/external/libvpx/libvpx/vp8/encoder/
Dratectrl.c862 cpi->drop_frame = 1; in calc_pframe_target_size()
889 (cpi->frames_till_gf_update_due == 0) && !cpi->drop_frame) { in calc_pframe_target_size()
1457 if (cpi->drop_frame) { in vp8_pick_frame_size()
1458 cpi->drop_frame = 0; in vp8_pick_frame_size()
Donyx_int.h423 int drop_frame; /* Drop this frame? */ member
Donyx_if.c1949 cpi->drop_frame = 0; in vp8_create_compressor()