pans
2017-08-15 e26a5550539fa0cad91313bf9670df605199a324
VisitFace/RtspNativeCodec/app/src/main/cpp/CameraWrapperClient.h
@@ -24,13 +24,11 @@
{
public:
   PipeLine* pipeLineDecoderDetector;
   PipeLine* pipeLineAnalyzer;
   PipeLine* pipeLineRender;
   PL_RTSPClient_Config rtspConfig;
   PL_AndroidMediaCodecDecoder_Config amcdConfig;
   PL_AndroidSurfaceViewRender_Config asvrConfig;
   SensetimeFaceTrackConfig sftConfig;
   PL_Scale_Config plScaleCfg;
   int cameraIdx;
@@ -59,7 +57,7 @@
   std::string fontPath;
   CameraWrapper() : 
      pipeLineDecoderDetector(nullptr), pipeLineAnalyzer(nullptr), pipeLineRender(nullptr), rtspConfig(), amcdConfig(), asvrConfig(), sftConfig(),
      pipeLineDecoderDetector(nullptr), pipeLineRender(nullptr), rtspConfig(), amcdConfig(), asvrConfig(),
      cameraIdx(0), javaVM(nullptr), javaEnv(nullptr), faceCallbackClazz(0), faceCallbackFunc(0), windowRender(nullptr), windowDecode(nullptr),
      decoder_thid(0), live_daemon_thid(0), live_daemon_mut(), running(false), killed(false), lastAliveTime(0),
      faceCacheLocked(false), faceCache(),
@@ -75,7 +73,7 @@
   void lockFace();
   void releaseFace();
   void fireFaceCount(int faceCount);
   void setFaceLabel(int st_track_id, const std::wstring& label);
private: