Home
last modified time | relevance | path

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

/packages/services/Car/cpp/evs/support_library/
DFormatConvert.cpp64 unsigned strideColor = strideLum; // 1/2 the samples, but two interleaved channels in copyNV21toRGB32() local
73 uint8_t* rowUV = srcUV + (r / 2 * strideColor); in copyNV21toRGB32()
93 unsigned strideColor = align<16>(strideLum / 2); in copyYV12toRGB32() local
94 unsigned sizeColor = strideColor * height / 2; in copyYV12toRGB32()
105 uint8_t* rowU = srcU + (r / 2 * strideColor); in copyYV12toRGB32()
106 uint8_t* rowV = srcV + (r / 2 * strideColor); in copyYV12toRGB32()
/packages/services/Car/cpp/evs/apps/default/src/
DFormatConvert.cpp61 unsigned strideColor = strideLum; // 1/2 the samples, but two interleaved channels in copyNV21toRGB32() local
70 uint8_t* rowUV = srcUV + (r / 2 * strideColor); in copyNV21toRGB32()
90 unsigned strideColor = align<16>(strideLum / 2); in copyYV12toRGB32() local
91 unsigned sizeColor = strideColor * height / 2; in copyYV12toRGB32()
102 uint8_t* rowU = srcU + (r / 2 * strideColor); in copyYV12toRGB32()
103 uint8_t* rowV = srcV + (r / 2 * strideColor); in copyYV12toRGB32()
/packages/services/Car/cpp/evs/v4l2_hal/hidl/
DbufferCopy.cpp56 const unsigned strideColor = strideLum; // 1/2 the samples, but two interleaved channels in fillNV21FromNV21() local
57 const unsigned sizeColor = strideColor * pDesc->height / 2; in fillNV21FromNV21()
87 const unsigned strideColor = strideLum; // 1/2 the samples, but two interleaved channels in fillNV21FromYUYV() local
100 uint8_t* uvRow = (tgt + sizeY) + cellRow * strideColor; in fillNV21FromYUYV()
/packages/services/Car/cpp/evs/v4l2_hal/aidl/src/
DbufferCopy.cpp45 const unsigned strideColor = strideLum; // 1/2 the samples, but two interleaved channels in fillNV21FromNV21() local
46 const unsigned sizeColor = strideColor * pDesc->height / 2; in fillNV21FromNV21()
76 const unsigned strideColor = strideLum; // 1/2 the samples, but two interleaved channels in fillNV21FromYUYV() local
89 uint8_t* uvRow = (tgt + sizeY) + cellRow * strideColor; in fillNV21FromYUYV()