Home
last modified time | relevance | path

Searched refs:isFlushed_ (Results 1 - 3 of 3) sorted by relevance

/foundation/multimedia/av_codec/frameworks/native/capi/avcodec/
H A Dnative_audio_encoder.cpp47 std::atomic<bool> isFlushed_ = false; member
87 if (audioEncObj->isFlushing_.load() || audioEncObj->isFlushed_.load() || audioEncObj->isStop_.load() ||
105 if (audioEncObj->isFlushing_.load() || audioEncObj->isFlushed_.load() || audioEncObj->isStop_.load()) {
290 audioEncObj->isFlushed_.store(false); in OH_AudioEncoder_Start()
337 audioEncObj->isFlushed_.store(false); in OH_AudioEncoder_Flush()
341 audioEncObj->isFlushed_.store(true); in OH_AudioEncoder_Flush()
H A Dnative_audio_decoder.cpp45 std::atomic<bool> isFlushed_ = false; member
83 if (audioDecObj->isFlushing_.load() || audioDecObj->isFlushed_.load() || audioDecObj->isStop_.load() ||
101 if (audioDecObj->isFlushing_.load() || audioDecObj->isFlushed_.load() || audioDecObj->isStop_.load()) {
290 audioDecObj->isFlushed_.store(false); in OH_AudioDecoder_Start()
335 audioDecObj->isFlushed_.store(false); in OH_AudioDecoder_Flush()
340 audioDecObj->isFlushed_.store(true); in OH_AudioDecoder_Flush()
H A Dnative_audio_codec.cpp52 std::atomic<bool> isFlushed_ = false; member
92 if (audioCodecObj->isFlushing_.load() || audioCodecObj->isFlushed_.load() ||
108 if (audioCodecObj->isFlushing_.load() || audioCodecObj->isFlushed_.load() ||
282 audioCodecObj->isFlushed_.store(false); in OH_AudioCodec_Start()
327 audioCodecObj->isFlushed_.store(false); in OH_AudioCodec_Flush()
332 audioCodecObj->isFlushed_.store(true); in OH_AudioCodec_Flush()

Completed in 3 milliseconds