Home
last modified time | relevance | path

Searched refs:inputParamLoop_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/src/InnerAPI/
H A Dvideoenc_ndk_inner_sample.cpp384inputParamLoop_ = isSetParamCallback_ ? make_unique<thread>(&VEncNdkInnerSample::InputParamLoopFun… in StartVideoEncoder()
782 if (inputParamLoop_) in WaitForEOS()
783 inputParamLoop_->join(); in WaitForEOS()
786 inputParamLoop_ = nullptr; in WaitForEOS()
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/include/
H A Dvideoenc_inner_sample.h211 std::unique_ptr<std::thread> inputParamLoop_; variable