Home
last modified time | relevance | path

Searched refs:bytesPerPixel (Results 1 – 3 of 3) sorted by relevance

/openbmc/obmc-ikvm/
H A Dikvm_server.cpp27 Video::samplesPerPixel, Video::bytesPerPixel); in Server()
38 video.getHeight() * video.getWidth() * Video::bytesPerPixel, 0); in Server()
245 video.getHeight() * video.getWidth() * Video::bytesPerPixel, 0); in doResize()
249 Video::samplesPerPixel, Video::bytesPerPixel); in doResize()
H A Dikvm_video.hpp126 static const int bytesPerPixel; member in ikvm::Video
H A Dikvm_video.cpp26 const int Video::bytesPerPixel(4); member in ikvm::Video