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

  /external/libyuv/files/util/
convert.cc 331 size_t bytes_rec = local
334 if (bytes_rec < static_cast<size_t>(total_size))
337 size_t bytes_rec = local
340 if (bytes_rec < static_cast<size_t>(dst_size))
psnr_main.cc 458 size_t bytes_rec = local
460 if (bytes_rec < total_size) {
463 uint8* const ch_jpeg = new uint8[bytes_rec];
464 memcpy(ch_jpeg, ch_rec, bytes_rec);
467 if (0 != libyuv::MJPGToI420(ch_jpeg, bytes_rec, ch_rec, image_width,

Completed in 238 milliseconds