Searched refs:numBytesPerPixel (Results 1 – 5 of 5) sorted by relevance
28 int numBytesPerPixel(AHardwareBuffer_Format format);
24 int numBytesPerPixel(AHardwareBuffer_Format format) { in numBytesPerPixel() function
49 buffer.pixelSize = numBytesPerPixel(static_cast<AHardwareBuffer_Format>(hwDesc.format)); in getBufferDesc()
109 int bytesPerPixel = numBytesPerPixel(static_cast<AHardwareBuffer_Format>(mDesc.format)); in setFrameData()
81 int bytesPerPixel = numBytesPerPixel(expectedFormat);