Searched refs:mBytesPerPixel (Results 1 – 6 of 6) sorted by relevance
22 private int mBytesPerPixel; field in PortableFloatMap45 mBytesPerPixel = 4; in PortableFloatMap()55 final int bytesPerRow = mBytesPerPixel * mWidth; in PortableFloatMap()65 byte[] row = new byte[mBytesPerPixel * mWidth]; in PortableFloatMap()
75 private int mBytesPerPixel = 0; field in RgbPlayerActivity.RgbView123 mBytesPerPixel = Integer.parseInt(prop.getProperty("bytesPerPixel")); in RgbView()129 mBytesPerLine = mWidth * mBytesPerPixel; in RgbView()133 mBytesPerPixel == 2 in RgbView()
45 mRotationAngle(angle), mBytesPerPixel(bpp), mRowBytes(bpp * width), in VideoFrame()83 uint32_t mBytesPerPixel; // Number of bytes per pixel variable
47 uint32_t mBytesPerPixel; // Number of bytes for one pixel member
46 info->mBytesPerPixel = videoFrame->mBytesPerPixel; in initFrameInfo()688 memcpy(dst, src, videoFrame->mBytesPerPixel * videoFrame->mWidth); in getScanlineInner()
705 memcpy(dst, base, fmin(mFrame->mWidth, outBuffer->getWidth()) * mFrame->mBytesPerPixel); in captureSurface()707 base += outBuffer->getStride() * mFrame->mBytesPerPixel; in captureSurface()