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

  /external/chromium_org/third_party/libyuv/util/
convert.cc 33 int fileindex_org = 0; // argv argument contains the original file name. variable
105 } else if (fileindex_org == 0) {
106 fileindex_org = c;
114 if (fileindex_org == 0 || fileindex_rec == 0) {
129 bool org_res_avail = ExtractResolutionFromFilename(argv[fileindex_org],
193 FILE* const file_org = fopen(argv[fileindex_org], "rb");
195 fprintf(stderr, "Cannot open %s\n", argv[fileindex_org]);
215 bool org_is_yuv = strstr(argv[fileindex_org], "_P420.") != NULL;
216 bool org_is_argb = strstr(argv[fileindex_org], "_ARGB.") != NULL;
218 fprintf(stderr, "Original format unknown %s\n", argv[fileindex_org]);
    [all...]
psnr_main.cc 57 int fileindex_org = 0; // argv argument contains the source file name. variable
184 } else if (fileindex_org == 0) {
185 fileindex_org = c;
193 if (fileindex_org == 0 || fileindex_rec == 0) {
208 bool org_res_avail = ExtractResolutionFromFilename(argv[fileindex_org],
326 FILE* const file_org = fopen(argv[fileindex_org], "rb");
328 fprintf(stderr, "Cannot open %s\n", argv[fileindex_org]);

Completed in 223 milliseconds