Home
last modified time | relevance | path

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

/frameworks/av/include/private/media/
DVideoFrame.h45 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/
DHeifDecoderImpl.cpp516 videoFrame->mRowBytes, in decode()
541 uint8_t* src = videoFrame->getFlattenedData() + videoFrame->mRowBytes * mCurScanline++; in getScanlineInner()
/frameworks/av/media/libstagefright/
DFrameDecoder.cpp551 frame->mWidth, frame->mHeight, frame->mRowBytes, in onOutputReceived()
764 mFrame->mWidth, mFrame->mHeight, mFrame->mRowBytes, in onOutputReceived()
/frameworks/base/core/jni/android/graphics/
DBitmap.cpp54 mRowBytes = mBitmap->rowBytes(); in freePixels()
118 return mRowBytes; in rowBytes()
142 size_t mRowBytes; member in android::BitmapWrapper