Searched refs:strideInBytes (Results 1 – 5 of 5) sorted by relevance
155 int strideInBytes, in setAttributeValues() argument162 strideInBytes, in setAttributeValues()300 int strideInBytes, in setShaderAttributeVertexFrame() argument
221 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()
318 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()
119 if (lhs.strideInBytes != rhs.strideInBytes) {
717 err = encodeInteger<int64_t>(static_cast<int32_t>(input.strideInBytes), output); in encodePlaneLayout()758 err = decodeInteger<int64_t>(input, &output->strideInBytes); in decodePlaneLayout()