Searched defs:VideoDecoderObject (Results 1 – 1 of 1) sorted by relevance
36 struct VideoDecoderObject : public OH_AVCodec { struct37 explicit VideoDecoderObject(const std::shared_ptr<AVCodecVideoDecoder> &decoder) in VideoDecoderObject() argument43 const std::shared_ptr<AVCodecVideoDecoder> videoDecoder_;44 std::list<OHOS::sptr<OH_AVMemory>> memoryObjList_;45 std::shared_ptr<NativeVideoDecoderCallback> callback_ = nullptr;46 std::atomic<bool> isFlushing_ = false;47 std::atomic<bool> isFlushed_ = false;48 std::atomic<bool> isStop_ = false;49 std::atomic<bool> isEOS_ = false;50 bool isOutputSurfaceMode_ = false;[all …]