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

  /external/chromium_org/third_party/libyuv/util/
convert.cc 36 int num_skip_org = 0; // Number of frames to skip in original. variable
98 num_skip_org = atoi(argv[++c]); // NOLINT
118 if (num_skip_org < 0) {
236 static_cast<__int64>(num_skip_org) *
239 fseek(file_org, num_skip_org * total_size, SEEK_SET);
psnr_main.cc 60 int num_skip_org = 0; variable
174 num_skip_org = atoi(argv[++c]); // NOLINT
197 if (num_skip_org < 0 || num_skip_rec < 0) {
353 static_cast<__int64>(num_skip_org) *
356 fseek(file_org, num_skip_org * total_size, SEEK_SET);

Completed in 27 milliseconds