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() 83 uint32_t mRowBytes; // Number of bytes per row before rotation variable
|
/frameworks/av/media/libheif/ |
D | HeifDecoderImpl.cpp | 516 videoFrame->mRowBytes, in decode() 541 uint8_t* src = videoFrame->getFlattenedData() + videoFrame->mRowBytes * mCurScanline++; in getScanlineInner()
|
/frameworks/av/media/libstagefright/ |
D | FrameDecoder.cpp | 551 frame->mWidth, frame->mHeight, frame->mRowBytes, in onOutputReceived() 764 mFrame->mWidth, mFrame->mHeight, mFrame->mRowBytes, in onOutputReceived()
|
/frameworks/base/core/jni/android/graphics/ |
D | Bitmap.cpp | 54 mRowBytes = mBitmap->rowBytes(); in freePixels() 118 return mRowBytes; in rowBytes() 142 size_t mRowBytes; member in android::BitmapWrapper
|