Searched refs:androidUsage (Results 1 – 3 of 3) sorted by relevance
/external/v4l2_codec2/plugin_store/ |
D | C2VdaBqBlockPool.cpp | 133 C2AndroidMemoryUsage androidUsage, int* slot, sp<Fence>* fence) { in dequeueBuffer() argument 136 Input input{width, height, pixelFormat, androidUsage.asGrallocUsage()}; in dequeueBuffer() 467 C2AndroidMemoryUsage androidUsage) in BufferFormat() 468 : mWidth(width), mHeight(height), mPixelFormat(pixelFormat), mUsage(androidUsage) {} in BufferFormat() 484 C2AndroidMemoryUsage androidUsage, uint32_t* generation, 567 C2AndroidMemoryUsage androidUsage = usage; in fetchGraphicBlock() local 572 mProducer->dequeueBuffer(width, height, pixelFormat, androidUsage, &slot, &fence); in fetchGraphicBlock() 675 mBufferFormat = BufferFormat(width, height, pixelFormat, androidUsage); in fetchGraphicBlock() 706 uint32_t pixelFormat, C2AndroidMemoryUsage androidUsage, uint32_t* generation, in queryGenerationAndUsage() argument 713 status = producer->dequeueBuffer(width, height, pixelFormat, androidUsage, &slot, &fence); in queryGenerationAndUsage()
|
/external/swiftshader/src/Vulkan/ |
D | VkImage.hpp | 37 VkSwapchainImageUsageFlagsANDROID androidUsage = 0; member
|
D | libVulkan.cpp | 1513 backmem.androidUsage = swapImageCreateInfo->usage; in vkCreateImage()
|