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

/frameworks/native/include/gui/
H A DSurfaceComposerClient.h183 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/
H A DCpuConsumer.cpp104 nativeBuffer->stride = mSlots[buf].mGraphicBuffer->getStride();
H A DSurfaceComposerClient.cpp642 uint32_t ScreenshotClient::getStride() const { function in class:android::ScreenshotClient
/frameworks/native/opengl/tests/hwc/
H A DhwcTestLib.cpp623 uint32_t yPlaneStride = gBuf->getStride();
624 uint32_t uPlaneStride = ((gBuf->getStride() / 2) + 0xf) & ~0xf;
650 memmove(buf + ((gBuf->getStride() * attrib->bytes) * y)
669 for (unsigned int x = 0; x < gBuf->getStride(); x++) {
699 const uint32_t stride = gBuf->getStride();
/frameworks/native/libs/gui/tests/
H A DCpuConsumer_test.cpp311 *stride = buf->getStride();
323 fillBayerRawBuffer(img, params.width, params.height, buf->getStride());
H A DSurfaceTexture_test.cpp684 fillRGBA8Buffer(img, buf->getWidth(), buf->getHeight(), buf->getStride());
709 fillYV12Buffer(img, texWidth, texHeight, buf->getStride());
755 fillYV12Buffer(img, texWidth, texHeight, buf->getStride());
815 fillYV12BufferRect(img, texWidth, texHeight, buf->getStride(), crop);
893 int stride = buf->getStride();
2221 fillRGBA8BufferSolid(img, texWidth, texHeight, buf->getStride(), 0, 255,
2245 fillRGBA8BufferSolid(img, texWidth, texHeight, buf->getStride(), 255, 0,
/frameworks/base/core/jni/
H A Dandroid_view_Surface.cpp130 uint32_t getStride() const { function in class:android::ScreenshotPixelRef
131 return mScreenshot.getStride();
500 uint32_t s = pixels->getStride();
/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/native/services/surfaceflinger/
H A DLayer.cpp716 s0 = buf0->getStride();
/frameworks/av/media/libstagefright/tests/
H A DSurfaceMediaSource_test.cpp520 SurfaceMediaSourceTest::fillYV12Buffer(img, width, height, buf->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 111 milliseconds