Home
last modified time | relevance | path

Searched refs:mBytesPerLine (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
H A DRgbPlayerActivity.java76 private int mBytesPerLine = 0; field in RgbPlayerActivity.RgbView
129 mBytesPerLine = mWidth * mBytesPerPixel; in RgbView()
130 mBytesPerImage = mHeight * mBytesPerLine; in RgbView()
195 mFlipBuf.put(mImageBytes, i * mBytesPerLine, mBytesPerLine); in LoadImage()
/aosp12/frameworks/native/libs/binder/include/binder/
H A DTextOutput.h120 size_t mBytesPerLine; variable
187 mBytesPerLine = bytesPerLine; return *this; in setBytesPerLine()
201 inline size_t HexDump::bytesPerLine() const { return mBytesPerLine; } in bytesPerLine()
/aosp12/system/libhwbinder/
H A DTextOutput.h110 size_t mBytesPerLine; variable
177 mBytesPerLine = bytesPerLine; return *this; in setBytesPerLine()
191 inline size_t HexDump::bytesPerLine() const { return mBytesPerLine; } in bytesPerLine()
H A DTextOutput.cpp55 , mBytesPerLine(bytesPerLine) in HexDump()
/aosp12/frameworks/native/libs/binder/
H A DTextOutput.cpp54 , mBytesPerLine(bytesPerLine) in HexDump()