MCPcopy 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}
227static void ReleaseAHardWareBuffer(AHardwareBuffer* buffer){
228 if(buffer != nullptr){
229 gFunction->Release(buffer);
230 }
231}
232#endif
233
234int main(int argc, char *argv[]) {

Callers 1

mainFunction · 0.70

Calls 1

ReleaseMethod · 0.45

Tested by

no test coverage detected