Lines Matching refs:yStrideBytes

317                           uint32_t* yStrideBytes,  in getYUVOffsets()  argument
337 *yStrideBytes = *yStridePixels; in getYUVOffsets()
342 *vOffsetBytes = (*yStrideBytes) * (*yHeight); in getYUVOffsets()
359 *yStrideBytes = *yStridePixels; in getYUVOffsets()
363 *vOffsetBytes = (*yStrideBytes) * (*yHeight); in getYUVOffsets()
377 *yStrideBytes = *yStridePixels; in getYUVOffsets()
381 *uOffsetBytes = (*yStrideBytes) * (*yHeight); in getYUVOffsets()
398 *yStrideBytes = *yStridePixels; in getYUVOffsets()
402 *uOffsetBytes = (*yStrideBytes) * (*yHeight); in getYUVOffsets()
418 *yStrideBytes = (*yStridePixels) * /*bytes per pixel=*/2; in getYUVOffsets()
422 *uOffsetBytes = (*yStrideBytes) * (*yHeight); in getYUVOffsets()
873 uint32_t yWidth, yHeight = 0, yOffsetBytes, yStridePixels = 0, yStrideBytes; in init() local
877 &yWidth, &yHeight, &yOffsetBytes, &yStridePixels, &yStrideBytes, in init()
929 uint32_t yStrideBytes = (mWidth + (align - 1)) & ~(align - 1); in getDataSize() local
930 uint32_t uvStride = (yStrideBytes / 2 + (align - 1)) & ~(align - 1); in getDataSize()
932 uint32_t dataSize = yStrideBytes * mHeight + 2 * (uvHeight * uvStride); in getDataSize()
940 uint32_t yWidth, yHeight, yOffsetBytes, yStridePixels, yStrideBytes; in readPixels() local
944 &yWidth, &yHeight, &yOffsetBytes, &yStridePixels, &yStrideBytes, in readPixels()
1023 uint32_t yWidth = 0, yHeight = 0, yOffsetBytes, yStridePixels = 0, yStrideBytes; in drawConvertFromFormat() local
1027 &yWidth, &yHeight, &yOffsetBytes, &yStridePixels, &yStrideBytes, in drawConvertFromFormat()
1037 yWidth, yHeight, yOffsetBytes, yStridePixels, yStrideBytes, in drawConvertFromFormat()