Home
last modified time | relevance | path

Searched refs:getNumFlexPlanes (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/graphics/mapper/2.0/utils/passthrough/include/mapper-passthrough/2.0/
DGralloc1Hal.h145 int32_t error = mDispatch.getNumFlexPlanes(mDevice, bufferHandle, &flex.num_planes); in lockYCbCr()
212 !initDispatch(GRALLOC1_FUNCTION_GET_NUM_FLEX_PLANES, &mDispatch.getNumFlexPlanes) || in initDispatch()
324 GRALLOC1_PFN_GET_NUM_FLEX_PLANES getNumFlexPlanes; member
/hardware/interfaces/graphics/allocator/2.0/utils/gralloc1-adapter/
DGralloc1On0Adapter.cpp150 bufferHook<decltype(&Buffer::getNumFlexPlanes), in doGetFunction()
151 &Buffer::getNumFlexPlanes, uint32_t*>); in doGetFunction()
DGralloc1On0Adapter.h241 gralloc1_error_t getNumFlexPlanes(uint32_t* outNumPlanes) const { in getNumFlexPlanes() function