Searched refs:getStride (Results 1 - 20 of 20) sorted by relevance

/frameworks/native/services/surfaceflinger/RenderEngine/
H A DMesh.cpp69 size_t Mesh::getStride() const { function in class:android::Mesh
H A DMesh.h80 size_t getStride() const;
/frameworks/webview/chromium/plat_support/
H A Dgraphic_buffer_impl.cpp110 return mBuffer->getStride() * kBytesPerPixel;
/frameworks/base/cmds/screencap/
H A Dscreencap.cpp148 s = screenshot.getStride();
/frameworks/native/include/gui/
H A DSurfaceComposerClient.h199 uint32_t getStride() const;
/frameworks/native/include/ui/
H A DGraphicBuffer.h87 uint32_t getStride() const { return stride; } function in class:android::GraphicBuffer
/frameworks/native/libs/gui/tests/
H A DCpuConsumer_test.cpp497 *stride = buf->getStride();
509 fillBayerRawBuffer(img, params.width, params.height, buf->getStride());
513 buf->getStride(), /*bpp*/8);
517 params.height, buf->getStride(),
521 fillRgba8888Buffer(img, params.width, params.height, buf->getStride());
H A DSurfaceTexture_test.cpp783 fillRGBA8Buffer(img, buf->getWidth(), buf->getHeight(), buf->getStride());
808 fillYV12Buffer(img, texWidth, texHeight, buf->getStride());
854 fillYV12Buffer(img, texWidth, texHeight, buf->getStride());
914 fillYV12BufferRect(img, texWidth, texHeight, buf->getStride(), crop);
991 int stride = buf->getStride();
2356 fillRGBA8BufferSolid(img, texWidth, texHeight, buf->getStride(), 0, 255,
2380 fillRGBA8BufferSolid(img, texWidth, texHeight, buf->getStride(), 255, 0,
/frameworks/native/opengl/tests/hwc/
H A DhwcTestLib.cpp619 uint32_t yPlaneStride = gBuf->getStride();
620 uint32_t uPlaneStride = ((gBuf->getStride() / 2) + 0xf) & ~0xf;
646 memmove(buf + ((gBuf->getStride() * attrib->bytes) * y)
665 for (unsigned int x = 0; x < gBuf->getStride(); x++) {
695 const uint32_t stride = gBuf->getStride();
/frameworks/native/libs/gui/
H A DCpuConsumer.cpp155 mSlots[buf].mGraphicBuffer->getStride();
H A DGLConsumer.cpp286 size_t w = buffer->getStride();
H A DSurfaceComposerClient.cpp710 uint32_t ScreenshotClient::getStride() const { function in class:android::ScreenshotClient
/frameworks/rs/
H A DrsGrallocConsumer.cpp127 mAlloc->mHal.drvState.lod[0].stride = mSlots[buf].mGraphicBuffer->getStride() *
/frameworks/base/core/jni/
H A Dandroid_view_GraphicBuffer.cpp190 ssize_t bytesCount = buffer->getStride() * bytesPerPixel(buffer->getPixelFormat());
H A Dandroid_view_SurfaceControl.cpp165 ssize_t rowBytes = screenshot->getStride() * android::bytesPerPixel(screenshot->getFormat());
/frameworks/av/libvideoeditor/lvpp/
H A DNativeWindowRenderer.cpp409 copyI420Buffer(buffer, img, width, height, buf->getStride());
/frameworks/native/opengl/tests/gl2_yuvtex/
H A Dgl2_yuvtex.cpp198 int yuvTexStrideY = yuvTexBuffer->getStride();
/frameworks/av/media/libstagefright/tests/
H A DSurfaceMediaSource_test.cpp522 SurfaceMediaSourceTest::fillYV12Buffer(img, width, height, buf->getStride());
/frameworks/native/services/surfaceflinger/
H A DLayer.cpp1202 s0 = buf0->getStride();
/frameworks/base/opengl/java/android/opengl/
H A DGLLogWrapper.java1076 int stride = pointer.getStride();
3932 public int getStride() { method in class:GLLogWrapper.PointerInfo

Completed in 696 milliseconds