Searched defs:AudioCodecObject (Results 1 – 1 of 1) sorted by relevance
41 struct AudioCodecObject : public OH_AVCodec { struct42 explicit AudioCodecObject(const std::shared_ptr<AVCodecAudioCodecImpl> &decoder) in AudioCodecObject() argument48 const std::shared_ptr<AVCodecAudioCodecImpl> audioCodec_;49 std::list<OHOS::sptr<OH_AVBuffer>> bufferObjList_;50 std::shared_ptr<NativeAudioCodec> callback_ = nullptr;51 std::atomic<bool> isFlushing_ = false;52 std::atomic<bool> isFlushed_ = false;53 std::atomic<bool> isStop_ = false;54 std::atomic<bool> isEOS_ = false;55 std::shared_mutex memoryObjListMutex_;