Searched refs:VideoDecoderSample (Results 1 – 3 of 3) sorted by relevance
36 VideoDecoderSample::~VideoDecoderSample() in ~VideoDecoderSample()47 int32_t VideoDecoderSample::Init() in Init()57 int32_t VideoDecoderSample::Prepare() in Prepare()59 inputThread_ = std::make_unique<std::thread>(&VideoDecoderSample::InputThread, this); in Prepare()60 outputThread_ = std::make_unique<std::thread>(&VideoDecoderSample::OutputThread, this); in Prepare()68 void VideoDecoderSample::InputThread() in InputThread()93 void VideoDecoderSample::OutputThread() in OutputThread()117 int32_t VideoDecoderSample::CreateWindow(std::shared_ptr<NativeWindow> &window) in CreateWindow()145 void VideoDecoderSample::OnBufferAvailable() in OnBufferAvailable()
27 class VideoDecoderSample : public VideoSampleBase, public OHOS::IBufferConsumerListener {29 VideoDecoderSample() {}; in VideoDecoderSample() function30 ~VideoDecoderSample() override;
55 std::static_pointer_cast<SampleBase>(std::make_shared<VideoDecoderSample>()); in CreateSample()