Searched defs:AudioDecoderObject (Results 1 – 1 of 1) sorted by relevance
33 struct AudioDecoderObject : public OH_AVCodec { struct34 explicit AudioDecoderObject(const std::shared_ptr<AVCodecAudioDecoder> &decoder) in AudioDecoderObject() argument38 const std::shared_ptr<AVCodecAudioDecoder> audioDecoder_;39 std::list<OHOS::sptr<OH_AVMemory>> memoryObjList_;40 std::shared_ptr<NativeAudioDecoderCallback> callback_ = nullptr;41 std::atomic<bool> isFlushing_ = false;42 std::atomic<bool> isStop_ = false;43 std::atomic<bool> isEOS_ = false;