Lines Matching refs:pDesc
47 const AHardwareBuffer_Desc* pDesc = in fillNV21FromNV21() local
49 const unsigned strideLum = align<16>(pDesc->width); in fillNV21FromNV21()
50 const unsigned sizeY = strideLum * pDesc->height; in fillNV21FromNV21()
52 const unsigned sizeColor = strideColor * pDesc->height/2; in fillNV21FromNV21()
78 const AHardwareBuffer_Desc* pDesc = in fillNV21FromYUYV() local
80 const unsigned strideLum = align<16>(pDesc->width); in fillNV21FromYUYV()
81 const unsigned sizeY = strideLum * pDesc->height; in fillNV21FromYUYV()
91 for (unsigned cellRow = 0; cellRow < pDesc->height/2; cellRow++) { in fillNV21FromYUYV()
98 for (unsigned cellCol = 0; cellCol < pDesc->width/2; cellCol++) { in fillNV21FromYUYV()
124 const AHardwareBuffer_Desc* pDesc = in fillRGBAFromYUYV() local
128 const auto dstStrideInBytes = pDesc->stride * 4; // 4-byte per pixel in fillRGBAFromYUYV()
133 pDesc->width, in fillRGBAFromYUYV()
134 pDesc->height); in fillRGBAFromYUYV()
144 pDesc->width, pDesc->height); in fillRGBAFromYUYV()
152 const AHardwareBuffer_Desc* pDesc = in fillYUYVFromYUYV() local
154 unsigned width = pDesc->width; in fillYUYVFromYUYV()
155 unsigned height = pDesc->height; in fillYUYVFromYUYV()
159 unsigned dstStrideBytes = pDesc->stride * 2; in fillYUYVFromYUYV()
169 const AHardwareBuffer_Desc* pDesc = in fillYUYVFromUYVY() local
171 unsigned width = pDesc->width; in fillYUYVFromUYVY()
172 unsigned height = pDesc->height; in fillYUYVFromUYVY()
176 unsigned dstStridePixels = pDesc->stride; in fillYUYVFromUYVY()