Searched refs:bgrxFormat (Results 1 – 2 of 2) sorted by relevance
/hardware/interfaces/automotive/evs/1.0/vts/functional/ |
D | FormatConvert.cpp | 42 bool bgrxFormat = false) { in yuvToRgbx() argument 56 if (!bgrxFormat) { in yuvToRgbx() 73 bool bgrxFormat) in copyNV21toRGB32() argument 96 rowDest[c] = yuvToRgbx(rowY[c], rowUV[uCol], rowUV[vCol], bgrxFormat); in copyNV21toRGB32() 105 bool bgrxFormat) in copyYV12toRGB32() argument 131 rowDest[c] = yuvToRgbx(rowY[c], rowU[c], rowV[c], bgrxFormat); in copyYV12toRGB32() 140 bool bgrxFormat) in copyYUYVtoRGB32() argument 158 *(dst+0) = yuvToRgbx(Y1, U, V, bgrxFormat); in copyYUYVtoRGB32() 159 *(dst+1) = yuvToRgbx(Y2, U, V, bgrxFormat); in copyYUYVtoRGB32()
|
D | FormatConvert.h | 31 bool bgrxFormat = false); 46 bool bgrxFormat = false); 59 bool bgrxFormat = false);
|