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

  /external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
codec_database_test.h 46 uint32_t _lengthSourceFrame;
media_opt_test.h 72 uint32_t _lengthSourceFrame;
generic_codec_test.cc 51 _lengthSourceFrame(0),
76 _lengthSourceFrame = 3*_width*_height/2;
149 uint8_t* tmpBuffer = new uint8_t[_lengthSourceFrame];
150 TEST(fread(tmpBuffer, 1, _lengthSourceFrame, _sourceFile) > 0);
202 TEST(fread(tmpBuffer, 1, _lengthSourceFrame, _sourceFile) > 0);
323 while (fread(tmpBuffer, 1, _lengthSourceFrame, _sourceFile) ==
324 _lengthSourceFrame)
390 TEST(fread(tmpBuffer, 1, _lengthSourceFrame, _sourceFile) > 0);
444 while (fread(tmpBuffer, 1, _lengthSourceFrame, _sourceFile) ==
445 _lengthSourceFrame) {
    [all...]
generic_codec_test.h 66 uint32_t _lengthSourceFrame;
codec_database_test.cc 45 _lengthSourceFrame(0),
61 _lengthSourceFrame = 3*_width*_height/2;
116 uint8_t* tmpBuffer = new uint8_t[_lengthSourceFrame];
117 TEST(fread(tmpBuffer, 1, _lengthSourceFrame, _sourceFile) > 0);
336 TEST(fread(tmpBuffer, 1, _lengthSourceFrame, _sourceFile) > 0);
media_opt_test.cc 76 _lengthSourceFrame(0),
165 _lengthSourceFrame = 3*_width*_height/2;
305 uint8_t* tmpBuffer = new uint8_t[_lengthSourceFrame];
320 TEST(fread(tmpBuffer, 1, _lengthSourceFrame, _sourceFile) > 0);
418 _lengthSourceFrame = 3*_width*_height/2;
normal_test.h 129 uint32_t _lengthSourceFrame;
normal_test.cc 223 _lengthSourceFrame = 3*_width*_height/2;
276 uint8_t* tmpBuffer = new uint8_t[_lengthSourceFrame];
286 TEST(fread(tmpBuffer, 1, _lengthSourceFrame, _sourceFile) > 0 ||
quality_modes_test.cc 82 _lengthSourceFrame = 3*_nativeWidth*_nativeHeight/2;
241 uint8_t* tmpBuffer = new uint8_t[_lengthSourceFrame];
264 if (fread(tmpBuffer, 1, _lengthSourceFrame, _sourceFile) > 0) {
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
unit_test.cc 211 _lengthSourceFrame = _source->GetFrameLength();
212 _refFrame = new unsigned char[_lengthSourceFrame];
213 _refDecFrame = new unsigned char[_lengthSourceFrame];
214 _sourceBuffer = new unsigned char [_lengthSourceFrame];
228 ASSERT_TRUE(fread(_refFrame, 1, _lengthSourceFrame, _sourceFile)
229 == _lengthSourceFrame);
241 _encodedVideoBuffer.VerifyAndAllocate(_lengthSourceFrame);
269 ASSERT_TRUE(fread(_refFrame, 1, _lengthSourceFrame,
270 _sourceFile) == _lengthSourceFrame);
288 EXPECT_TRUE(frameLength == _lengthSourceFrame);
    [all...]
test.h 52 unsigned int _lengthSourceFrame;
test.cc 84 _lengthSourceFrame = webrtc::CalcBufferSize(webrtc::kI420,
87 _sourceBuffer = new unsigned char[_lengthSourceFrame];
normal_test.cc 126 _encodedVideoBuffer.VerifyAndAllocate(_lengthSourceFrame);
193 EXPECT_GT(fread(_sourceBuffer, 1, _lengthSourceFrame, _sourceFile), 0u);
packet_loss_test.cc 189 newEncBuf.VerifyAndAllocate(_lengthSourceFrame);
normal_async_test.cc 406 EXPECT_GT(fread(_sourceBuffer, 1, _lengthSourceFrame, _sourceFile), 0u);

Completed in 95 milliseconds