X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2Fwebrtc%2Fvideo_engine%2Ftest%2Fauto_test%2Finterface%2Fvie_autotest.h;h=7a83637860d39b2597448bf536ee24f396562c6f;hb=ff3e2503a20db9193d323c1d19c38c68004dec4a;hp=f21963ee4cf472121c483981d8d214504c87eedf;hpb=7338fba38ba696536d1cc9d389afd716a6ab2fe6;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/webrtc/video_engine/test/auto_test/interface/vie_autotest.h b/src/third_party/webrtc/video_engine/test/auto_test/interface/vie_autotest.h index f21963e..7a83637 100644 --- a/src/third_party/webrtc/video_engine/test/auto_test/interface/vie_autotest.h +++ b/src/third_party/webrtc/video_engine/test/auto_test/interface/vie_autotest.h @@ -83,11 +83,6 @@ public: void ViECodecExternalCodecTest(); void ViECodecAPITest(); - // vie_autotest_encryption.cc - void ViEEncryptionStandardTest(); - void ViEEncryptionExtendedTest(); - void ViEEncryptionAPITest(); - // vie_autotest_image_process.cc void ViEImageProcessStandardTest(); void ViEImageProcessExtendedTest(); @@ -108,9 +103,6 @@ public: void ViERtpRtcpExtendedTest(); void ViERtpRtcpAPITest(); - // vie_autotest_rtp_fuzz.cc - void ViERtpTryInjectingRandomPacketsIntoRtpStream(long rand_seed); - private: void PrintAudioCodec(const webrtc::CodecInst audioCodec); void PrintVideoCodec(const webrtc::VideoCodec videoCodec);