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

  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
unit_test.cc 232 _inputVideoBuffer.CreateFrame(size_y, _refFrame,
245 _encoder->Encode(_inputVideoBuffer, NULL, NULL);
260 _inputVideoBuffer.CreateEmptyFrame(_inst.width, _inst.height, _inst.width,
272 0, kRotateNone, &_inputVideoBuffer));
273 _encoder->Encode(_inputVideoBuffer, NULL, NULL);
369 EXPECT_TRUE(_encoder->Encode(_inputVideoBuffer, NULL, NULL)
437 _inputVideoBuffer.CreateFrame(size_y, _refFrame,
449 EXPECT_TRUE(_encoder->Encode(_inputVideoBuffer, NULL, &frame_types) ==
456 EXPECT_TRUE(_encoder->Encode(_inputVideoBuffer, NULL, NULL) ==
461 _encoder->Encode(_inputVideoBuffer, NULL, NULL)
    [all...]
normal_test.cc 122 _inputVideoBuffer.CreateEmptyFrame(_width, _height,
198 _inputVideoBuffer.CreateFrame(_sizeY, _sourceBuffer,
204 _inputVideoBuffer.set_timestamp(_framecnt);
217 _inputVideoBuffer.set_width(_inst.width);
218 _inputVideoBuffer.set_height(_inst.height);
test.h 54 webrtc::I420VideoFrame _inputVideoBuffer;
normal_async_test.cc 407 EXPECT_EQ(0, _inputVideoBuffer.CreateFrame(_sizeY, _sourceBuffer,
412 _inputVideoBuffer.set_timestamp((unsigned int)
415 _encodeTimes[_inputVideoBuffer.timestamp()] = tGetTime();
458 int ret = _encoder->Encode(_inputVideoBuffer,
469 _encodeTimes[_inputVideoBuffer.timestamp()];
474 _encodeTimes[_inputVideoBuffer.timestamp()];

Completed in 94 milliseconds