Home
last modified time | relevance | path

Searched refs:strideLum (Results 1 – 4 of 4) sorted by relevance

/packages/services/Car/cpp/evs/support_library/
DFormatConvert.cpp62 unsigned strideLum = align<16>(width); in copyNV21toRGB32() local
63 unsigned sizeY = strideLum * height; in copyNV21toRGB32()
64 unsigned strideColor = strideLum; // 1/2 the samples, but two interleaved channels in copyNV21toRGB32()
72 uint8_t* rowY = srcY + r * strideLum; in copyNV21toRGB32()
91 unsigned strideLum = align<16>(width); in copyYV12toRGB32() local
92 unsigned sizeY = strideLum * height; in copyYV12toRGB32()
93 unsigned strideColor = align<16>(strideLum / 2); in copyYV12toRGB32()
104 uint8_t* rowY = srcY + r * strideLum; in copyYV12toRGB32()
/packages/services/Car/cpp/evs/apps/default/src/
DFormatConvert.cpp59 unsigned strideLum = align<16>(width); in copyNV21toRGB32() local
60 unsigned sizeY = strideLum * height; in copyNV21toRGB32()
61 unsigned strideColor = strideLum; // 1/2 the samples, but two interleaved channels in copyNV21toRGB32()
69 uint8_t* rowY = srcY + r * strideLum; in copyNV21toRGB32()
88 unsigned strideLum = align<16>(width); in copyYV12toRGB32() local
89 unsigned sizeY = strideLum * height; in copyYV12toRGB32()
90 unsigned strideColor = align<16>(strideLum / 2); in copyYV12toRGB32()
101 uint8_t* rowY = srcY + r * strideLum; in copyYV12toRGB32()
/packages/services/Car/cpp/evs/sampleDriver/aidl/src/
DbufferCopy.cpp42 const unsigned strideLum = align<16>(pDesc->width); in fillNV21FromNV21() local
43 const unsigned sizeY = strideLum * pDesc->height; in fillNV21FromNV21()
44 const unsigned strideColor = strideLum; // 1/2 the samples, but two interleaved channels in fillNV21FromNV21()
72 const unsigned strideLum = align<16>(pDesc->width); in fillNV21FromYUYV() local
73 const unsigned sizeY = strideLum * pDesc->height; in fillNV21FromYUYV()
74 const unsigned strideColor = strideLum; // 1/2 the samples, but two interleaved channels in fillNV21FromYUYV()
85 uint8_t* yTopRow = tgt + (cellRow * 2) * strideLum; in fillNV21FromYUYV()
86 uint8_t* yBotRow = yTopRow + strideLum; in fillNV21FromYUYV()
/packages/services/Car/cpp/evs/sampleDriver/hidl/
DbufferCopy.cpp54 const unsigned strideLum = align<16>(pDesc->width); in fillNV21FromNV21() local
55 const unsigned sizeY = strideLum * pDesc->height; in fillNV21FromNV21()
56 const unsigned strideColor = strideLum; // 1/2 the samples, but two interleaved channels in fillNV21FromNV21()
85 const unsigned strideLum = align<16>(pDesc->width); in fillNV21FromYUYV() local
86 const unsigned sizeY = strideLum * pDesc->height; in fillNV21FromYUYV()
87 const unsigned strideColor = strideLum; // 1/2 the samples, but two interleaved channels in fillNV21FromYUYV()
98 uint8_t* yTopRow = tgt + (cellRow * 2) * strideLum; in fillNV21FromYUYV()
99 uint8_t* yBotRow = yTopRow + strideLum; in fillNV21FromYUYV()