VisitFace/RtspNativeCodec/app/src/main/cpp/FaceCache.h @@ -11,6 +11,11 @@ int type; int width; int height; NativeImgIdx() : offset(0), size(0), type(0), width(0), height(0) {} operator std::string() const; }; class FaceCache