Lines Matching refs:yWidth
313 uint32_t* yWidth, in getYUVOffsets() argument
330 *yWidth = width; in getYUVOffsets()
355 *yWidth = width; in getYUVOffsets()
373 *yWidth = width; in getYUVOffsets()
394 *yWidth = width; in getYUVOffsets()
414 *yWidth = width; in getYUVOffsets()
873 uint32_t yWidth, yHeight = 0, yOffsetBytes, yStridePixels = 0, yStrideBytes; in init() local
877 &yWidth, &yHeight, &yOffsetBytes, &yStridePixels, &yStrideBytes, in init()
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()
1043 updateCutoffs(static_cast<float>(yWidth), in drawConvertFromFormat()
1086 void YUVConverter::updateCutoffs(float yWidth, float yStridePixels, in updateCutoffs() argument
1090 mYWidthCutoff = yWidth / yStridePixels; in updateCutoffs()