HomeSort by relevance Sort by last modified time
    Searched full:in_filename_ (Results 1 - 3 of 3) sorted by null

  /external/webrtc/webrtc/modules/audio_coding/codecs/tools/
audio_codec_speed_test.cc 43 in_filename_ = test::ResourcePath(get<2>(GetParam()), get<3>(GetParam()));
46 FILE* fp = fopen(in_filename_.c_str(), "rb");
audio_codec_speed_test.h 83 std::string in_filename_; member in class:webrtc::AudioCodecSpeedTest
  /external/webrtc/webrtc/modules/audio_coding/codecs/opus/
opus_fec_test.cc 62 string in_filename_; member in class:webrtc::OpusFecTest
74 in_filename_ = test::ResourcePath(get<2>(GetParam()), get<3>(GetParam()));
76 FILE* fp = fopen(in_filename_.c_str(), "rb");

Completed in 64 milliseconds