Home
last modified time | relevance | path

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

/aosp_15_r20/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
/aosp_15_r20/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
/aosp_15_r20/packages/services/Car/cpp/evs/sampleDriver/aidl/src/
DbufferCopy.cpp44 const unsigned strideColor = strideLum; // 1/2 the samples, but two interleaved channels in fillNV21FromNV21() local
74 const unsigned strideColor = strideLum; // 1/2 the samples, but two interleaved channels in fillNV21FromYUYV() local
/aosp_15_r20/packages/services/Car/cpp/evs/sampleDriver/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
/aosp_15_r20/hardware/interfaces/automotive/evs/common/utils/default/
H A DFormatConvert.cpp87 unsigned strideColor = strideLum; // 1/2 the samples, but two interleaved channels in copyNV21toRGB32() local
120 unsigned strideColor = align<16>(strideLum/2); in copyYV12toRGB32() local