Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/frameworks/native/capi/avcodec/
H A Dnative_audio_decoder.cpp36 struct AudioDecoderObject : public OH_AVCodec { struct
37 explicit AudioDecoderObject(const std::shared_ptr<AVCodecAudioDecoder> &decoder) in AudioDecoderObject() function
41 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_;