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

  /external/webp/examples/
dwebp.c 211 const size_t bytes_per_px = alpha ? 4 : 3; local
221 if (fwrite(rgb + y * stride, width, bytes_per_px, fout) != bytes_per_px) {

Completed in 37 milliseconds