Home
last modified time | relevance | path

Searched refs:setDimensions (Results 1 – 5 of 5) sorted by relevance

/hardware/interfaces/graphics/allocator/2.0/utils/passthrough/include/allocator-passthrough/2.0/
DGralloc1Hal.h176 !initDispatch(GRALLOC1_FUNCTION_SET_DIMENSIONS, &mDispatch.setDimensions) || in initDispatch()
285 error = mDispatch.setDimensions(mDevice, descriptor, info.width, info.height); in createDescriptor()
344 GRALLOC1_PFN_SET_DIMENSIONS setDimensions; member
/hardware/interfaces/graphics/allocator/2.0/utils/gralloc1-adapter/
DGralloc1On0Adapter.h115 gralloc1_error_t setDimensions(uint32_t w, uint32_t h) { in setDimensions() function
172 &Descriptor::setDimensions, width, height); in setDimensionsHook()
DGralloc1On0Adapter.cpp411 descriptor.setDimensions(width, height); in retain()
/hardware/google/av/media/codecs/avc/
DC2SoftAvcEnc.h215 c2_status_t setDimensions();
DC2SoftAvcEnc.cpp443 c2_status_t C2SoftAvcEnc::setDimensions() { in setDimensions() function in android::C2SoftAvcEnc
1019 setDimensions(); in initEncoder()