Searched refs:getStride (Results 1 - 25 of 31) 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/webview/chromium/plat_support/
H A Dgraphic_buffer_impl.cpp110 return mBuffer->getStride() * kBytesPerPixel;
/frameworks/native/include/ui/
H A DGralloc1.h88 gralloc1_error_t getStride(buffer_handle_t buffer, uint32_t* outStride);
194 GRALLOC1_FUNCTION_GET_STRIDE> getStride; member in struct:android::Gralloc1::Device::Functions
H A DGraphicBuffer.h92 uint32_t getStride() const { return static_cast<uint32_t>(stride); } function in class:android::GraphicBuffer
H A DGralloc1On0Adapter.h262 gralloc1_error_t getStride(uint32_t* outStride) const { function in class:android::Gralloc1On0Adapter::Buffer
/frameworks/native/libs/ui/
H A DGralloc1.cpp132 gralloc1_error_t Device::getStride(buffer_handle_t buffer, uint32_t* outStride) function in class:android::Gralloc1::Device
134 int32_t intError = mFunctions.getStride(mDevice, buffer, outStride);
330 if (!mFunctions.getStride.load(mDevice, true)) {
H A DGralloc1On0Adapter.cpp120 bufferHook<decltype(&Buffer::getStride),
121 &Buffer::getStride, uint32_t*>);
353 descriptor, graphicBuffer->getStride(), false);
H A DGraphicBufferAllocator.cpp129 error = mDevice->getStride(*handle, stride);
/frameworks/base/cmds/screencap/
H A Dscreencap.cpp171 s = screenshot.getStride();
/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/base/core/jni/
H A Dandroid_view_GraphicBuffer.cpp180 ssize_t bytesCount = buffer->getStride() * bytesPerPixel(buffer->getPixelFormat());
H A Dandroid_hardware_camera2_legacy_LegacyCameraDevice.cpp188 uint32_t grallocBufStride = buf->getStride();
269 uint32_t stride = buf->getStride();
H A Dandroid_view_SurfaceControl.cpp181 screenshot->getStride() * android::bytesPerPixel(screenshot->getFormat());
/frameworks/native/include/gui/
H A DSurfaceComposerClient.h253 uint32_t getStride() const;
/frameworks/native/libs/gui/
H A DCpuConsumer.cpp188 mSlots[slot].mGraphicBuffer->getStride();
H A DGLConsumer.cpp352 uint32_t stride = buffer->getStride();
1200 buffer->getWidth(), buffer->getHeight(), buffer->getStride(),
/frameworks/rs/
H A DrsGrallocConsumer.cpp148 mAlloc[idx]->mHal.drvState.lod[0].stride = mSlots[slot].mGraphicBuffer->getStride() *
/frameworks/native/opengl/tests/gl2_yuvtex/
H A Dgl2_yuvtex.cpp198 int yuvTexStrideY = yuvTexBuffer->getStride();
/frameworks/av/media/libstagefright/filters/
H A DMediaFilter.cpp775 buf->getStride(), inputInfo->mData->data());
/frameworks/av/media/libstagefright/tests/
H A DSurfaceMediaSource_test.cpp515 SurfaceMediaSourceTest::fillYV12Buffer(img, width, height, buf->getStride());

Completed in 4926 milliseconds

12