Home
last modified time | relevance | path

Searched refs:mRowBytes (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/include/private/media/
DVideoFrame.h43 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 variable
169 mRowBytes = copy.mRowBytes; in copyInfoOnly()
/frameworks/av/media/libheif/
DHeifDecoderImpl.cpp396 videoFrame->mRowBytes, in decode()
425 uint8_t* src = videoFrame->getFlattenedData() + videoFrame->mRowBytes * mCurScanline++; in getScanline()
/frameworks/base/core/jni/android/graphics/
DBitmap.cpp58 mRowBytes = mBitmap->rowBytes(); in freePixels()
117 return mRowBytes; in rowBytes()
141 size_t mRowBytes; member in android::BitmapWrapper