Home
last modified time | relevance | path

Searched refs:FLUSHED (Results 1 - 13 of 13) sorted by relevance

/foundation/multimedia/av_codec/services/engine/codec/include/audio/
H A Daudio_common_info.h29 FLUSHED, member in OHOS::MediaAVCodec::CodecState
35 FLUSHING, // RUNNING -> FLUSHED
36 RESUMING, // FLUSHED -> RUNNING
/foundation/multimedia/av_codec/services/services/codec/server/post_processing/
H A Dstate_machine.h30 FLUSHED, member in OHOS::MediaAVCodec::PostProcessing::State
H A Dpost_processing.h89 case State::FLUSHED: in SetOutputSurface()
143 state_.Get() == State::FLUSHED, in Start()
155 CHECK_AND_RETURN_RET_LOG(state_.Get() == State::RUNNING || state_.Get() == State::FLUSHED, in Stop()
172 state_.Set(State::FLUSHED); in Flush()
/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_server_test/
H A Dcodec_server_coverage_unit_test.cpp398 CodecServer::CodecStatus::RUNNING, CodecServer::CodecStatus::FLUSHED, in HWTEST_F()
447 CodecServer::CodecStatus::FLUSHED, in HWTEST_F()
486 server_->status_ = CodecServer::CodecStatus::FLUSHED; in HWTEST_F()
500 server_->status_ = CodecServer::CodecStatus::FLUSHED; in HWTEST_F()
550 CodecServer::CodecStatus::ERROR, CodecServer::CodecStatus::FLUSHED, in HWTEST_F()
616 CodecServer::CodecStatus::ERROR, CodecServer::CodecStatus::FLUSHED, in HWTEST_F()
657 CodecServer::CodecStatus::CONFIGURED, CodecServer::CodecStatus::FLUSHED, in HWTEST_F()
758 CodecServer::CodecStatus::ERROR, CodecServer::CodecStatus::FLUSHED, in HWTEST_F()
833 CodecServer::CodecStatus::ERROR, CodecServer::CodecStatus::FLUSHED, in HWTEST_F()
871 CodecServer::CodecStatus::FLUSHED, in HWTEST_F()
[all...]
/foundation/multimedia/av_codec/services/engine/codec/audio/
H A Daudio_codec_adapter.cpp109 if (state_ == CodecState::FLUSHED) { in Start()
150 if (state_ == CodecState::FLUSHED) { in Flush()
159 AVCODEC_LOGI("state %{public}s to FLUSHING then FLUSHED", stateToString(state_).data()); in Flush()
430 state_ = CodecState::FLUSHED; in doFlush()
465 {CodecState::FLUSHED, " FLUSHED"}, {CodecState::RUNNING, " RUNNING"}, in stateToString()
/foundation/multimedia/av_codec/services/media_engine/modules/media_codec/
H A Dmedia_codec.cpp220 FALSE_RETURN_V_MSG_W(state_ != CodecState::FLUSHED, (int32_t)Status::ERROR_AGAIN, in Prepare()
263 FALSE_RETURN_V(state_ == CodecState::PREPARED || state_ == CodecState::FLUSHED, in Start()
283 state_ == CodecState::FLUSHED, (int32_t)Status::ERROR_INVALID_STATE); in Stop()
297 if (state_ == CodecState::FLUSHED) { in Flush()
311 state_ = CodecState::FLUSHED; in Flush()
803 {CodecState::FLUSHED, " FLUSHED"}, in StateToString()
H A Dmedia_codec.h41 FLUSHED, member in OHOS::Media::CodecState
47 FLUSHING, // RUNNING -> FLUSHED
48 RESUMING, // FLUSHED -> RUNNING
/foundation/multimedia/av_codec/services/engine/codec/video/fcodec/
H A Dfcodec.cpp281 return state_ == State::RUNNING || state_ == State::FLUSHED || state_ == State::EOS; in IsActive()
307 CHECK_AND_RETURN_RET_LOG((state_ == State::CONFIGURED || state_ == State::FLUSHED), AVCS_ERR_INVALID_STATE, in Start()
309 if (state_ != State::FLUSHED) { in Start()
478 state_ = State::FLUSHED; in Flush()
1410 CHECK_AND_RETURN_RET_LOG((state_ == State::CONFIGURED || state_ == State::FLUSHED || in SetOutputSurface()
1418 if (state_ == State::FLUSHED || state_ == State::RUNNING || state_ == State::EOS) { in SetOutputSurface()
H A Dfcodec.h95 FLUSHED, member
/foundation/multimedia/av_codec/services/engine/codec/video/hevcdecoder/
H A Dhevc_decoder.h103 FLUSHED, member
H A Dhevc_decoder.cpp321 return state_ == State::RUNNING || state_ == State::FLUSHED || state_ == State::EOS; in IsActive()
328 CHECK_AND_RETURN_RET_LOG((state_ == State::CONFIGURED || state_ == State::FLUSHED), AVCS_ERR_INVALID_STATE, in Start()
499 state_ = State::FLUSHED; in Flush()
1463 CHECK_AND_RETURN_RET_LOG((state_ == State::CONFIGURED || state_ == State::FLUSHED || in SetOutputSurface()
1471 if (state_ == State::FLUSHED || state_ == State::RUNNING || state_ == State::EOS) { in SetOutputSurface()
/foundation/multimedia/media_foundation/src/filter/
H A Dfilter_loop.cpp262 filter_->ChangeState(FilterState::FLUSHED); in HandleMessage()
/foundation/multimedia/av_codec/services/services/codec/server/
H A Dcodec_server.h46 FLUSHED, enumerator

Completed in 13 milliseconds