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