Searched refs:desiredWidth (Results 1 – 5 of 5) sorted by relevance
/hardware/google/gfxstream/include/render-utils/ |
D | Renderer.h | 309 int desiredWidth = 0, int desiredHeight = 0, int desiredRotation = 0,
|
/hardware/google/gfxstream/host/ |
D | RendererImpl.h | 114 uint8_t* pixels, size_t* cPixels, int displayId, int desiredWidth,
|
D | RendererImpl.cpp | 412 int desiredWidth = 0, int desiredHeight = 0, in getScreenshot() argument 417 displayId, desiredWidth, desiredHeight,
|
D | FrameBuffer.cpp | 1988 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()
|
D | FrameBuffer.h | 423 uint8_t* pixels, size_t* cPixels, int displayId, int desiredWidth,
|