Searched refs:width2 (Results 1 – 4 of 4) sorted by relevance
/device/generic/goldfish/camera/ |
D | jpeg.cpp | 113 const int width2 = width / 2; in compressYUVImplPixelsSlow() local 130 memcpy(cb[i / 2], static_cast<const uint8_t*>(image.cb) + offset, width2); in compressYUVImplPixelsSlow() 131 memcpy(cr[i / 2], static_cast<const uint8_t*>(image.cr) + offset, width2); in compressYUVImplPixelsSlow()
|
D | converters.cpp | 69 const size_t width2 = width + width; in rgba2yuv() local 84 for (; height > 0; height -= 2, rgba += width2, y += ystride2, in rgba2yuv()
|
/device/google/cuttlefish_vmm/qemu/x86_64-linux-gnu/usr/share/qemu/ |
D | trace-events-all | 1142 pflash_sector_erase_start(const char *name, int width1, uint64_t start, int width2, uint64_t end) "…
|
/device/google/cuttlefish_vmm/qemu/aarch64-linux-gnu/usr/share/qemu/ |
D | trace-events-all | 1142 pflash_sector_erase_start(const char *name, int width1, uint64_t start, int width2, uint64_t end) "…
|