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

  /device/google/cuttlefish_common/guest/hals/hwcomposer/legacy/
vsoc_composer.cpp 172 int stride_in_pixels = src.stride / formatToBytesPerPixel(src.format);
189 dst.crop_x * formatToBytesPerPixel(dst.format);
204 src.crop_x * formatToBytesPerPixel(src.format);
206 dst.crop_x * formatToBytesPerPixel(dst.format);
226 src.crop_x * formatToBytesPerPixel(src.format);
228 dst.crop_x * formatToBytesPerPixel(dst.format);
243 src.crop_x * formatToBytesPerPixel(src.format);
245 dst.crop_x * formatToBytesPerPixel(dst.format);
263 src.crop_x * formatToBytesPerPixel(src.format);
265 dest.crop_x * formatToBytesPerPixel(dest.format)
    [all...]
  /device/google/cuttlefish_common/guest/hals/gralloc/
gralloc.cpp 55 inline int formatToBytesPerPixel(int format) {
83 int bytes_per_pixel = formatToBytesPerPixel(format);
182 int bytes_per_pixel = formatToBytesPerPixel(format);
  /device/google/cuttlefish_common/guest/hals/gralloc/legacy/
gralloc_vsoc_priv.h 153 static inline int formatToBytesPerPixel(int format) {
304 int bytes_per_pixel = formatToBytesPerPixel(format);
gralloc.cpp 59 int bytes_per_pixel = formatToBytesPerPixel(format);

Completed in 749 milliseconds