Home
last modified time | relevance | path

Searched refs:desiredWidth (Results 1 – 5 of 5) sorted by relevance

/hardware/google/gfxstream/include/render-utils/
DRenderer.h309 int desiredWidth = 0, int desiredHeight = 0, int desiredRotation = 0,
/hardware/google/gfxstream/host/
DRendererImpl.h114 uint8_t* pixels, size_t* cPixels, int displayId, int desiredWidth,
DRendererImpl.cpp412 int desiredWidth = 0, int desiredHeight = 0, in getScreenshot() argument
417 displayId, desiredWidth, desiredHeight,
DFrameBuffer.cpp1988 uint8_t* pixels, size_t* cPixels, int displayId, int desiredWidth, in getScreenshot() argument
2028 screenWidth = (desiredWidth == 0) ? w : desiredWidth; in getScreenshot()
2033 if (desiredWidth == 0 || desiredHeight == 0) { in getScreenshot()
2042 (desiredWidth < rect.pos.x + rect.size.w || desiredHeight < rect.pos.y + rect.size.h)) { in getScreenshot()
DFrameBuffer.h423 uint8_t* pixels, size_t* cPixels, int displayId, int desiredWidth,