Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/MNN
/ ReleaseAHardWareBuffer
Function
ReleaseAHardWareBuffer
tools/cpp/GpuInterTest.cpp:227–231 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
225
}
226
}
227
static void ReleaseAHardWareBuffer(AHardwareBuffer* buffer){
228
if(buffer != nullptr){
229
gFunction->Release(buffer);
230
}
231
}
232
#endif
233
234
int main(int argc, char *argv[]) {
Callers
1
main
Function · 0.70
Calls
1
Release
Method · 0.45
Tested by
no test coverage detected