Home
last modified time | relevance | path

Searched refs:expect_encode_from_texture (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/api/video_codecs/
Dvideo_codec.h128 bool expect_encode_from_texture; variable
Dvideo_codec.cc84 expect_encode_from_texture(false), in VideoCodec()
/external/webrtc/media/engine/
Dsimulcast_encoder_adapter_unittest.cc774 EXPECT_EQ(codec_before.expect_encode_from_texture, in TEST_F()
775 codec_after.expect_encode_from_texture); in TEST_F()
/external/webrtc/video/
Dvideo_stream_encoder.cc746 codec.expect_encode_from_texture = last_frame_info_->is_texture; in ReconfigureEncoder()