Searched refs:getStride (Results 1 – 7 of 7) sorted by relevance
/hardware/interfaces/graphics/allocator/2.0/utils/passthrough/include/allocator-passthrough/2.0/ |
D | Gralloc1Hal.h | 180 !initDispatch(GRALLOC1_FUNCTION_GET_STRIDE, &mDispatch.getStride) || in initDispatch() 322 error = mDispatch.getStride(mDevice, buffer, &stride); in allocateOneBuffer() 349 GRALLOC1_PFN_GET_STRIDE getStride; member
|
/hardware/qcom/display/msm8960/libgralloc/ |
D | gr.h | 92 int getStride(int width, int format);
|
D | alloc_controller.cpp | 105 int AdrenoMemInfo::getStride(int width, int format) in getStride() function in AdrenoMemInfo 261 alignedw = AdrenoMemInfo::getInstance().getStride(width, format); in getBufferSizeAndDimensions()
|
D | mapper.cpp | 388 *stride = AdrenoMemInfo::getInstance().getStride(width, format); in gralloc_perform()
|
/hardware/interfaces/graphics/allocator/2.0/utils/gralloc1-adapter/ |
D | Gralloc1On0Adapter.cpp | 136 bufferHook<decltype(&Buffer::getStride), in doGetFunction() 137 &Buffer::getStride, uint32_t*>); in doGetFunction()
|
D | Gralloc1On0Adapter.h | 252 gralloc1_error_t getStride(uint32_t* outStride) const { in getStride() function
|
/hardware/google/av/codec2/hidl/1.0/utils/ |
D | types.cpp | 1689 static_cast<unsigned>(graphicBuffer->getStride()), in attachToBufferQueue()
|