Home
last modified time | relevance | path

Searched defs:srcStrideBytes (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/device/generic/goldfish-opengl/system/hwc3/
DGuestFrameComposer.cpp221 const int srcStrideBytes = static_cast<int>(src.strideBytes); in ConvertFromRGB565() local
298 const int srcStrideBytes = static_cast<int>(src.strideBytes); in DoCopy() local
324 const int srcStrideBytes = static_cast<int>(src.strideBytes); in DoRotation() local
345 const int srcStrideBytes = static_cast<int>(src.strideBytes); in DoScaling() local
366 const int srcStrideBytes = static_cast<int>(src.strideBytes); in DoAttenuation() local
401 const int srcStrideBytes = static_cast<int>(src.strideBytes); in DoBlending() local
/aosp_15_r20/packages/services/Car/cpp/evs/sampleDriver/aidl/src/
DbufferCopy.cpp156 unsigned srcStrideBytes = imgStride; in fillYUYVFromYUYV() local
/aosp_15_r20/packages/services/Car/cpp/evs/sampleDriver/hidl/
DbufferCopy.cpp185 const auto srcStrideBytes = imgStride * kYuv422BytesPerPixel; in fillYUYVFromYUYV() local