Searched refs:mRowBytes (Results 1 – 4 of 4) sorted by relevance
/frameworks/av/include/private/media/ |
D | VideoFrame.h | 45 mRotationAngle(angle), mBytesPerPixel(bpp), mRowBytes(bpp * width), in VideoFrame() 84 uint32_t mRowBytes; // Number of bytes per row before rotation variable
|
/frameworks/av/media/libheif/ |
D | HeifDecoderImpl.cpp | 614 videoFrame->mRowBytes, in decode() 669 videoFrame->mRowBytes, in decodeSequence() 687 uint8_t* src = videoFrame->getFlattenedData() + videoFrame->mRowBytes * mCurScanline++; in getScanlineInner()
|
/frameworks/av/media/libstagefright/ |
D | FrameDecoder.cpp | 650 mFrame->mWidth, mFrame->mHeight, mFrame->mRowBytes, in onOutputReceived() 706 dst += mFrame->mRowBytes; in captureSurface() 916 mFrame->mWidth, mFrame->mHeight, mFrame->mRowBytes, in onOutputReceived()
|
/frameworks/base/libs/hwui/jni/ |
D | Bitmap.cpp | 50 mRowBytes = mBitmap->rowBytes(); in freePixels() 114 return mRowBytes; in rowBytes() 138 size_t mRowBytes; member in android::BitmapWrapper
|