Home
last modified time | relevance | path

Searched defs:VideoDecoderObject (Results 1 – 1 of 1) sorted by relevance

/foundation/multimedia/av_codec/frameworks/native/capi/avcodec/
Dnative_video_decoder.cpp36 struct VideoDecoderObject : public OH_AVCodec { struct
37 explicit VideoDecoderObject(const std::shared_ptr<AVCodecVideoDecoder> &decoder) in VideoDecoderObject() argument
43 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 …]