Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/swdecoder/include/
H A Dvideodec_sample.h103 void InputFunc_AVCC();
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/swdecoder/src/
H A Dvideodec_ndk_sample.cpp349 inputLoop_ = make_unique<thread>(&VDecNdkSample::InputFunc_AVCC, this); in StartVideoDecoder()
574 void VDecNdkSample::InputFunc_AVCC() in InputFunc_AVCC() function in VDecNdkSample