Home
last modified time | relevance | path

Searched refs:SetCodecType (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/test/
Dconfigurable_frame_size_encoder.h54 void SetCodecType(VideoCodecType codec_type_);
Dconfigurable_frame_size_encoder.cc91 void ConfigurableFrameSizeEncoder::SetCodecType(VideoCodecType codec_type) { in SetCodecType() function in webrtc::test::ConfigurableFrameSizeEncoder
/external/webrtc/video/
Dvideo_send_stream_tests.cc1071 encoder_.SetCodecType(kVideoCodecVP8); in TestPacketFragmentationSize()