MCPcopy Create free account
hub / github.com/WiVRn/WiVRn / on_image_available

Method on_image_available

client/decoder/android/android_decoder.cpp:268–278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

266}
267
268void decoder::on_image_available(void * context, AImageReader * reader)
269{
270 try
271 {
272 static_cast<decoder *>(context)->on_image_available(reader);
273 }
274 catch (std::exception & e)
275 {
276 spdlog::error("Exception in decoder::on_image_available: {}", e.what());
277 }
278}
279
280void decoder::on_image_available(AImageReader * reader)
281{

Callers

nothing calls this directly

Calls 8

drop_untilMethod · 0.80
pop_ifMethod · 0.80
push_blit_handleMethod · 0.80
checkFunction · 0.70
whatMethod · 0.45
getMethod · 0.45
resetMethod · 0.45
lockMethod · 0.45

Tested by

no test coverage detected