Searched refs:grallocHandle (Results 1 – 3 of 3) sorted by relevance
/external/v4l2_codec2/common/ |
D | EncodeHelpers.cpp | 96 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()
|
D | FormatConverter.cpp | 76 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/ |
D | C2VdaBqBlockPool.cpp | 931 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()
|