Home
last modified time | relevance | path

Searched refs:strideInBytes (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
DShaderProgram.java155 int strideInBytes, in setAttributeValues() argument
162 strideInBytes, in setAttributeValues()
300 int strideInBytes, in setShaderAttributeVertexFrame() argument
/frameworks/native/libs/ui/
DGralloc4.cpp221 int32_t bytesPerStride = planeLayouts.front().strideInBytes; in lock()
223 if (bytesPerStride != planeLayout.strideInBytes) { in lock()
320 ycbcr.ystride = planeLayout.strideInBytes; in lock()
337 ycbcr.cstride = planeLayout.strideInBytes; in lock()
340 if ((static_cast<int64_t>(ycbcr.cstride) != planeLayout.strideInBytes) || in lock()
964 << ", stride:" << planeLayout.strideInBytes in bufferDumpHelper()
/frameworks/native/libs/gralloc/types/tests/
DGralloc4_test.cpp318 planeLayoutA.strideInBytes = width + 20; in TEST_F()
321 planeLayoutA.totalSizeInBytes = planeLayoutA.strideInBytes * height; in TEST_F()
334 planeLayoutRGB.strideInBytes = width + 20; in TEST_F()
337 planeLayoutRGB.totalSizeInBytes = planeLayoutRGB.strideInBytes * height; in TEST_F()
/frameworks/native/libs/gralloc/types/include/gralloctypes/
DGralloc4.h119 if (lhs.strideInBytes != rhs.strideInBytes) {
/frameworks/native/libs/gralloc/types/
DGralloc4.cpp717 err = encodeInteger<int64_t>(static_cast<int32_t>(input.strideInBytes), output); in encodePlaneLayout()
758 err = decodeInteger<int64_t>(input, &output->strideInBytes); in decodePlaneLayout()