Home
last modified time | relevance | path

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

/foundation/multimedia/player_framework/frameworks/native/capi/avcodec/
Dnative_audio_decoder.cpp33 struct AudioDecoderObject : public OH_AVCodec { struct
34 explicit AudioDecoderObject(const std::shared_ptr<AVCodecAudioDecoder> &decoder) in AudioDecoderObject() argument
38 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;