Searched refs:pTgtDesc (Results 1 – 1 of 1) sorted by relevance
67 const AHardwareBuffer_Desc* pTgtDesc = in drawFrame() local72 pTgtDesc->width, in drawFrame()73 pTgtDesc->height, in drawFrame()74 pTgtDesc->format, in drawFrame()75 pTgtDesc->layers, in drawFrame()76 pTgtDesc->usage, in drawFrame()77 pTgtDesc->stride); in drawFrame()84 if (pTgtDesc->format != HAL_PIXEL_FORMAT_RGBA_8888) { in drawFrame()109 const unsigned width = std::min(pTgtDesc->width, in drawFrame()111 const unsigned height = std::min(pTgtDesc->height, in drawFrame()[all …]