Searched defs:AudioDecoderObject (Results 1 – 1 of 1) sorted by relevance
36 struct AudioDecoderObject : public OH_AVCodec { struct37 explicit AudioDecoderObject(const std::shared_ptr<AVCodecAudioDecoder> &decoder) in AudioDecoderObject() function41 const std::shared_ptr<AVCodecAudioDecoder> audioDecoder_;42 std::list<OHOS::sptr<OH_AVMemory>> memoryObjList_;43 std::shared_ptr<NativeAudioDecoder> callback_ = nullptr;44 std::atomic<bool> isFlushing_ = false;45 std::atomic<bool> isFlushed_ = false;46 std::atomic<bool> isStop_ = false;47 std::atomic<bool> isEOS_ = false;48 std::shared_mutex memoryObjListMutex_;