Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/frameworks/native/capi/avcodec/
H A Dnative_audio_encoder.cpp36 struct AudioEncoderObject : public OH_AVCodec { struct
37 explicit AudioEncoderObject(const std::shared_ptr<AVCodecAudioEncoder> &encoder) in AudioEncoderObject() function
43 const std::shared_ptr<AVCodecAudioEncoder> audioEncoder_;
44 std::list<OHOS::sptr<OH_AVMemory>> memoryObjList_;
45 std::shared_ptr<NativeAudioEncoderCallback> callback_ = nullptr;
46 std::atomic<bool> isFlushing_ = false;
47 std::atomic<bool> isFlushed_ = false;
48 std::atomic<bool> isStop_ = false;
49 std::atomic<bool> isEOS_ = false;
50 std::shared_mutex memoryObjListMutex_;