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

  /external/libvpx/libvpx/test/
datarate_test.cc 170 const int kDropFrameThreshTestStep = 30;
172 for (int i = 1; i < 91; i += kDropFrameThreshTestStep) {
179 << i - kDropFrameThreshTestStep;
435 const int kDropFrameThreshTestStep = 30;
438 for (int i = 10; i < 100; i += kDropFrameThreshTestStep) {
449 << i - kDropFrameThreshTestStep;
453 << i - kDropFrameThreshTestStep;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
datarate_test.cc 170 const int kDropFrameThreshTestStep = 30;
172 for (int i = 1; i < 91; i += kDropFrameThreshTestStep) {
179 << i - kDropFrameThreshTestStep;
435 const int kDropFrameThreshTestStep = 30;
438 for (int i = 10; i < 100; i += kDropFrameThreshTestStep) {
449 << i - kDropFrameThreshTestStep;
453 << i - kDropFrameThreshTestStep;
  /external/chromium_org/third_party/libvpx/source/libvpx/test/
datarate_test.cc 207 const int kDropFrameThreshTestStep = 30;
209 for (int i = 1; i < 91; i += kDropFrameThreshTestStep) {
216 << i - kDropFrameThreshTestStep;
476 const int kDropFrameThreshTestStep = 30;
479 for (int i = 10; i < 100; i += kDropFrameThreshTestStep) {
490 << i - kDropFrameThreshTestStep;
494 << i - kDropFrameThreshTestStep;

Completed in 75 milliseconds