Home
last modified time | relevance | path

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

/external/v4l2_codec2/plugin_store/
DC2VdaBqBlockPool.cpp81 C2Handle* c2Handle = WrapNativeCodec2GrallocHandle( in ConvertGraphicBuffer2C2Allocation() local
85 if (!c2Handle) { in ConvertGraphicBuffer2C2Allocation()
91 const auto err = allocator->priorGraphicAllocation(c2Handle, &allocation); in ConvertGraphicBuffer2C2Allocation()
94 native_handle_close(c2Handle); in ConvertGraphicBuffer2C2Allocation()
95 native_handle_delete(c2Handle); in ConvertGraphicBuffer2C2Allocation()
294 const C2Handle* c2Handle = iter->second->handle(); in migrateLostBuffer() local
299 _UnwrapNativeCodec2GrallocMetadata(c2Handle, &width, &height, &format, &usage, &stride, in migrateLostBuffer()
301 native_handle_t* grallocHandle = UnwrapNativeCodec2GrallocHandle(c2Handle); in migrateLostBuffer()