MCPcopy Create free account
hub / github.com/Redot-Engine/redot-engine / get_format

Method get_format

modules/camera/camera_android.cpp:287–290  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

285}
286
287CameraFeed::FeedFormat CameraFeedAndroid::get_format() const {
288 CameraFeed::FeedFormat feed_format = {};
289 return selected_format == -1 ? feed_format : formats[selected_format];
290}
291
292void CameraFeedAndroid::onImage(void *context, AImageReader *p_reader) {
293 CameraFeedAndroid *feed = static_cast<CameraFeedAndroid *>(context);

Callers 15

_webp_packerFunction · 0.45
BufferDecoderMethod · 0.45
onImageMethod · 0.45
_decompress_etcFunction · 0.45
image_compress_cvttFunction · 0.45
image_decompress_cvttFunction · 0.45
_dds_create_textureFunction · 0.45
save_dds_bufferFunction · 0.45
image_decompress_bcdecFunction · 0.45
basis_universal_packerFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected