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

12

/frameworks/native/libs/gui/tests/
H A DSurfaceTextureFBO_test.cpp49 fillRGBA8BufferSolid(img, texWidth, texHeight, buf->getStride(), 0, 255,
73 fillRGBA8BufferSolid(img, texWidth, texHeight, buf->getStride(), 255, 0,
H A DFillBuffer.cpp103 fillRGBA8Buffer(img, buf->getWidth(), buf->getHeight(), buf->getStride());
H A DSurfaceTextureGL_test.cpp50 fillYV12Buffer(img, texWidth, texHeight, buf->getStride());
100 fillYV12Buffer(img, texWidth, texHeight, buf->getStride());
164 fillYV12BufferRect(img, texWidth, texHeight, buf->getStride(), crop);
244 int stride = buf->getStride();
H A DCpuConsumer_test.cpp495 *stride = buf->getStride();
507 fillBayerRawBuffer(img, params.width, params.height, buf->getStride());
511 buf->getStride(), /*bpp*/8);
515 params.height, buf->getStride(),
519 fillRgba8888Buffer(img, params.width, params.height, buf->getStride());
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DMesh.cpp95 size_t Mesh::getStride() const { function in class:android::Mesh
H A DMesh.h80 size_t getStride() const;
/frameworks/base/libs/hwui/tests/common/scenes/
H A DHwBitmapInCompositeShader.cpp46 size_t size = bytesPerPixel(buffer->getPixelFormat()) * buffer->getStride()
/frameworks/webview/chromium/plat_support/
H A Dgraphic_buffer_impl.cpp110 return mBuffer->getStride() * kBytesPerPixel;
/frameworks/native/libs/vr/libbufferhub/include/private/dvr/
H A Dion_buffer.h78 uint32_t stride() const { return buffer_.get() ? buffer_->getStride() : 0; }
/frameworks/native/opengl/tests/hwc/
H A DhwcTestLib.cpp621 uint32_t yPlaneStride = gBuf->getStride();
622 uint32_t uPlaneStride = ((gBuf->getStride() / 2) + 0xf) & ~0xf;
648 memmove(buf + ((gBuf->getStride() * attrib->bytes) * y)
667 for (unsigned int x = 0; x < gBuf->getStride(); x++) {
696 const uint32_t stride = gBuf->getStride();
/frameworks/native/services/surfaceflinger/tests/hwc2/
H A DHwc2TestBuffer.cpp413 uint32_t stride = mGraphicBuffer->getStride();
485 uint32_t stride = mGraphicBuffer->getStride();
/frameworks/base/cmds/screencap/
H A Dscreencap.cpp178 s = screenshot.getStride();
/frameworks/native/include/ui/
H A DGraphicBuffer.h143 uint32_t getStride() const { return static_cast<uint32_t>(stride); } function in class:android::GraphicBuffer
/frameworks/native/libs/gui/
H A DCpuConsumer.cpp190 mSlots[slot].mGraphicBuffer->getStride();
H A DGLConsumer.cpp355 uint32_t stride = buffer->getStride();
1223 buffer->getWidth(), buffer->getHeight(), buffer->getStride(),
/frameworks/base/core/jni/android/graphics/
H A DGraphicBuffer.cpp183 ssize_t bytesCount = buffer->getStride() * bytesPerPixel(buffer->getPixelFormat());
/frameworks/native/include/gui/
H A DSurfaceComposerClient.h271 uint32_t getStride() const;
/frameworks/native/libs/nativewindow/
H A DAHardwareBuffer.cpp106 outDesc->stride = gbuffer->getStride();
/frameworks/native/opengl/tests/gl2_yuvtex/
H A Dgl2_yuvtex.cpp198 int yuvTexStrideY = yuvTexBuffer->getStride();
/frameworks/av/include/media/omx/1.0/
H A DConversion.h561 t->attr.stride = l.getStride();
665 t->attr.anwBuffer.stride = l.mGraphicBuffer->getStride();
/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_legacy_LegacyCameraDevice.cpp188 uint32_t grallocBufStride = buf->getStride();
269 uint32_t stride = buf->getStride();
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DComposerHal.cpp475 .stride = target->getStride(),
590 .stride = buffer->getStride(),
/frameworks/av/media/libstagefright/filters/
H A DMediaFilter.cpp709 buf->getStride(), inputInfo->mData->data());
/frameworks/base/libs/hwui/hwui/
H A DBitmap.cpp395 mRowBytes = bytesPerPixel(buffer->getPixelFormat()) * buffer->getStride();
/frameworks/av/media/libstagefright/omx/1.0/
H A DConversion.h554 t->attr.stride = l.getStride();
636 t->attr.anwBuffer.stride = graphicBuffer->getStride();

Completed in 7932 milliseconds

12