Home
last modified time | relevance | path

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

/packages/services/Car/cpp/evs/apps/default/src/
DFormatConvert.cpp61 unsigned strideColor = strideLum; // 1/2 the samples, but two interleaved channels in copyNV21toRGB32() local
90 unsigned strideColor = align<16>(strideLum / 2); in copyYV12toRGB32() local
/packages/services/Car/cpp/evs/support_library/
DFormatConvert.cpp64 unsigned strideColor = strideLum; // 1/2 the samples, but two interleaved channels in copyNV21toRGB32() local
93 unsigned strideColor = align<16>(strideLum / 2); in copyYV12toRGB32() local
/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
76 const unsigned strideColor = strideLum; // 1/2 the samples, but two interleaved channels in fillNV21FromYUYV() local
/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
87 const unsigned strideColor = strideLum; // 1/2 the samples, but two interleaved channels in fillNV21FromYUYV() local