8 #ifndef META_OCEAN_MEDIA_ANDROID_IMAGE_H
9 #define META_OCEAN_MEDIA_ANDROID_IMAGE_H
18 #if defined(__ANDROID_API__) && __ANDROID_API__ >= 30
19 #include <android/imagedecoder.h>
21 #ifndef OCEAN_MEDIA_ANDROID_IMAGE_AVAILABLE
22 #define OCEAN_MEDIA_ANDROID_IMAGE_AVAILABLE
45 #if defined(__ANDROID_API__) && __ANDROID_API__ >= 30
64 static Frame decodeImage(
const void* buffer,
const size_t size,
const std::string& imageBufferTypeIn = std::string(), std::string* imageBufferTypeOut =
nullptr);
76 #if defined(__ANDROID_API__) && __ANDROID_API__ >= 30
This class implements Ocean's image class.
Definition: Frame.h:1792
The namespace covering the entire Ocean framework.
Definition: Accessor.h:15