Home
last modified time | relevance | path

Searched refs:audioCodecObj (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/frameworks/native/capi/avcodec/
H A Dnative_audio_codec.cpp92 if (audioCodecObj->isFlushing_.load() || audioCodecObj->isFlushed_.load() || in OnInputBufferAvailable()
93 audioCodecObj->isStop_.load() || audioCodecObj->isEOS_.load()) { in OnInputBufferAvailable()
108 if (audioCodecObj->isFlushing_.load() || audioCodecObj->isFlushed_.load() || in OnOutputBufferAvailable()
216 if (audioCodecObj != nullptr && audioCodecObj->audioCodec_ != nullptr) { in OH_AudioCodec_Destroy()
280 audioCodecObj->isStop_.store(false); in OH_AudioCodec_Start()
281 audioCodecObj->isEOS_.store(false); in OH_AudioCodec_Start()
299 audioCodecObj->isStop_.store(true); in OH_AudioCodec_Stop()
309 audioCodecObj->bufferObjList_.clear(); in OH_AudioCodec_Stop()
332 audioCodecObj->isFlushed_.store(true); in OH_AudioCodec_Flush()
348 audioCodecObj->isStop_.store(true); in OH_AudioCodec_Reset()
[all …]