Searched refs:getDefaultInterlaced (Results 1 – 6 of 6) sorted by relevance
/frameworks/native/libs/ui/ |
D | GraphicBufferMapper.cpp | 349 status_t GraphicBufferMapper::getDefaultInterlaced( in getDefaultInterlaced() function in android::GraphicBufferMapper 352 return mMapper->getDefaultInterlaced(width, height, format, layerCount, usage, outInterlaced); in getDefaultInterlaced() 355 status_t GraphicBufferMapper::getDefaultInterlaced(uint32_t width, uint32_t height, in getDefaultInterlaced() function in android::GraphicBufferMapper 358 return mMapper->getDefaultInterlaced(width, height, format, layerCount, usage, outInterlaced); in getDefaultInterlaced()
|
D | Gralloc4.cpp | 731 status_t Gralloc4Mapper::getDefaultInterlaced(uint32_t width, uint32_t height, PixelFormat format, in getDefaultInterlaced() function in android::Gralloc4Mapper 738 status_t Gralloc4Mapper::getDefaultInterlaced(uint32_t width, uint32_t height, PixelFormat format, in getDefaultInterlaced() function in android::Gralloc4Mapper 745 status_t error = getDefaultInterlaced(width, height, format, layerCount, usage, &interlaced); in getDefaultInterlaced()
|
/frameworks/native/libs/ui/include/ui/ |
D | Gralloc.h | 218 virtual status_t getDefaultInterlaced( in getDefaultInterlaced() function 224 virtual status_t getDefaultInterlaced(uint32_t /*width*/, uint32_t /*height*/, in getDefaultInterlaced() function
|
D | GraphicBufferMapper.h | 154 status_t getDefaultInterlaced( 158 status_t getDefaultInterlaced(uint32_t width, uint32_t height, PixelFormat format,
|
D | Gralloc4.h | 131 status_t getDefaultInterlaced(uint32_t width, uint32_t height, PixelFormat format, 135 status_t getDefaultInterlaced(uint32_t width, uint32_t height, PixelFormat format,
|
/frameworks/native/libs/ui/include_vndk/ui/ |
D | GraphicBufferMapper.h | 154 status_t getDefaultInterlaced( 158 status_t getDefaultInterlaced(uint32_t width, uint32_t height, PixelFormat format,
|