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

  /external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
codec_database_test.h 40 std::string _encodedName;
generic_codec_test.h 58 std::string _encodedName;
normal_test.h 121 std::string _encodedName;
codec_database_test.cc 67 _encodedName = test::OutputPath() + "CDBtest_encoded.vp8";
75 if ((_encodedFile = fopen(_encodedName.c_str(), "wb")) == NULL)
normal_test.cc 207 _encodedName = test::OutputPath() + "encoded_normaltest.yuv";
231 if ((_encodedFile = fopen(_encodedName.c_str(), "wb")) == NULL)
quality_modes_test.cc 66 _encodedName = test::OutputPath() + "encoded_qmtest.yuv";
89 if ((_encodedFile = fopen(_encodedName.c_str(), "wb")) == NULL)
generic_codec_test.cc 72 _encodedName = test::OutputPath() + "GCTest_encoded.vp8";
85 if ((_encodedFile = fopen(_encodedName.c_str(), "wb")) == NULL)
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
packet_loss_test.cc 137 _encodedName = source.GetName() + "-" + lossRateStr;
142 _encodedName += "-nack";
145 _encodedName += ".vp8";
test.h 63 std::string _encodedName;
test.cc 29 _encodedName(""),
44 _encodedName(""),
normal_test.cc 68 if (_encodedName == "")
70 _encodedName = webrtc::test::OutputPath() + "encoded_normaltest" +
80 if ((_encodedFile = fopen(_encodedName.c_str(), "wb")) == NULL)
normal_async_test.cc 142 if (_encodedName == "")
144 _encodedName = webrtc::test::OutputPath() + "encoded_normaltest" +
154 if ((_encodedFile = fopen(_encodedName.c_str(), "wb")) == NULL)

Completed in 47 milliseconds