HomeSort by relevance Sort by last modified time
    Searched refs:_codecName (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
benchmark.h 36 std::string _codecName;
benchmark.cc 36 _codecName("Default")
44 _codecName("Default")
52 _codecName(codecName)
90 _results << _codecName << std::endl;
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
media_opt_test.h 85 std::string _codecName;
media_opt_test.cc 105 _codecName = args.codecName;
286 encodeCompleteCallback->SetCodecType(ConvertCodecType(_codecName.c_str()));
398 _codecName = "VP8"; // for now just this one - later iterate over all codec types

Completed in 89 milliseconds