Home
last modified time | relevance | path

Searched refs:getStride (Results 1 – 11 of 11) sorted by relevance

/aosp14/frameworks/base/cmds/screencap/
H A Dscreencap.cpp246 info.stride = buffer->getStride() * bytesPerPixel(buffer->getPixelFormat()); in main()
266 uint32_t s = buffer->getStride(); in main()
/aosp14/frameworks/base/libs/hostgraphics/ui/
H A DGraphicBuffer.h39 uint32_t getStride() const { return static_cast<uint32_t>(width); } in getStride() function
/aosp14/frameworks/base/core/jni/
H A Dandroid_hardware_HardwareBuffer.cpp179 buffer->getStride() > 0 ? buffer->getStride() : buffer->getWidth(); in android_hardware_HardwareBuffer_estimateSize()
H A Dandroid_graphics_GraphicBuffer.cpp169 nativeBuffer.stride = buffer->getStride(); in android_graphics_GraphicBuffer_lockCanvas()
/aosp14/frameworks/base/native/webview/plat_support/
H A Dgraphic_buffer_impl.cpp110 return mBuffer->getStride() * kBytesPerPixel; in GetStride()
/aosp14/frameworks/base/libs/hwui/tests/common/scenes/
H A DHwBitmapInCompositeShader.cpp46 bytesPerPixel(buffer->getPixelFormat()) * buffer->getStride() * buffer->getHeight(); in createContent()
/aosp14/frameworks/base/media/jni/
H A Dandroid_media_Utils.cpp597 (ycbcr.y != NULL) ? static_cast<uint32_t>(ycbcr.ystride) : buffer->getStride(); in lockImageFromBuffer()
/aosp14/frameworks/base/opengl/java/android/opengl/
H A DGLLogWrapper.java1076 int stride = pointer.getStride(); in doArrayElement()
3932 public int getStride() { in getStride() method in GLLogWrapper.PointerInfo
/aosp14/frameworks/base/rs/java/android/renderscript/
H A DAllocation.java2989 public long getStride() { in getStride() method in Allocation
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt38055 method @Deprecated public long getStride();