Lines Matching refs:pTgtDesc
67 const AHardwareBuffer_Desc* pTgtDesc = in drawFrame() local
72 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()
117 tgtPixels, pTgtDesc->stride); in drawFrame()
121 tgtPixels, pTgtDesc->stride); in drawFrame()
125 tgtPixels, pTgtDesc->stride); in drawFrame()
126 } else if (pSrcDesc->format == pTgtDesc->format) { // 32bit RGBA in drawFrame()
129 tgtPixels, pTgtDesc->stride, in drawFrame()