Home
last modified time | relevance | path

Searched refs:InputParamLoopFunc (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/func_sample/sample/
H A Dvenc_sample.h156 void InputParamLoopFunc();
H A Dvenc_sample.cpp559 …inputLoop_ = isSetParamCallback_ ? make_unique<thread>(&VideoEncSample::InputParamLoopFunc, this) … in RunInner()
581 …inputLoop_ = isSetParamCallback_ ? make_unique<thread>(&VideoEncSample::InputParamLoopFunc, this) … in RunInnerExt()
632 void VideoEncSample::InputParamLoopFunc() in InputParamLoopFunc() function in OHOS::MediaAVCodec::VideoEncSample
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/include/
H A Dvideoenc_inner_sample.h138 void InputParamLoopFunc();
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/src/InnerAPI/
H A Dvideoenc_ndk_inner_sample.cpp384 …nputParamLoop_ = isSetParamCallback_ ? make_unique<thread>(&VEncNdkInnerSample::InputParamLoopFunc, in StartVideoEncoder()
882 void VEncNdkInnerSample::InputParamLoopFunc() in InputParamLoopFunc() function in VEncNdkInnerSample