Home
last modified time | relevance | path

Searched refs:bytes_org (Results 1 – 2 of 2) sorted by relevance

/external/libyuv/files/util/
Dpsnr_main.cc95 size_t bytes_org = fread(ch_org, sizeof(uint8), total_size, file_org); in ExtractResolutionFromFilename() local
97 if (bytes_org == total_size) { in ExtractResolutionFromFilename()
435 size_t bytes_org = fread(ch_org, sizeof(uint8), total_size, file_org); in main() local
436 if (bytes_org < total_size) { in main()
439 uint8* const ch_jpeg = new uint8[bytes_org]; in main()
440 memcpy(ch_jpeg, ch_org, bytes_org); in main()
443 if (0 != libyuv::MJPGToI420(ch_jpeg, bytes_org, ch_org, image_width, in main()
Dyuvconvert.cc272 size_t bytes_org = in main() local
274 if (bytes_org < static_cast<size_t>(org_size)) in main()