Home
last modified time | relevance | path

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

/external/v4l2_codec2/common/
DEncodeHelpers.cpp96 native_handle_t* grallocHandle = android::UnwrapNativeCodec2GrallocHandle(block.handle()); in getGraphicBlockInfo() local
97 sp<GraphicBuffer> buf = new GraphicBuffer(grallocHandle, GraphicBuffer::CLONE_HANDLE, width, in getGraphicBlockInfo()
99 native_handle_delete(grallocHandle); in getGraphicBlockInfo()
DFormatConverter.cpp76 native_handle_t* grallocHandle = android::UnwrapNativeCodec2GrallocHandle(block.handle()); in Create() local
77 sp<GraphicBuffer> buf = new GraphicBuffer(grallocHandle, GraphicBuffer::CLONE_HANDLE, width, in Create()
79 native_handle_delete(grallocHandle); in Create()
/external/v4l2_codec2/plugin_store/
DC2VdaBqBlockPool.cpp931 native_handle_t* grallocHandle = in switchProducer() local
936 new GraphicBuffer(grallocHandle, GraphicBuffer::CLONE_HANDLE, width, height, format, in switchProducer()
943 native_handle_delete(grallocHandle); in switchProducer()