Searched refs:mRowBytes (Results 1 – 3 of 3) sorted by relevance
43 mRotationAngle(angle), mBytesPerPixel(bpp), mRowBytes(bpp * width), in VideoFrame()46 mSize = mRowBytes * mHeight; in VideoFrame()141 uint32_t mRowBytes; // Number of bytes per row before rotation variable169 mRowBytes = copy.mRowBytes; in copyInfoOnly()
396 videoFrame->mRowBytes, in decode()425 uint8_t* src = videoFrame->getFlattenedData() + videoFrame->mRowBytes * mCurScanline++; in getScanline()
58 mRowBytes = mBitmap->rowBytes(); in freePixels()117 return mRowBytes; in rowBytes()141 size_t mRowBytes; member in android::BitmapWrapper