/foundation/multimedia/av_codec/services/engine/codec/include/audio/ |
H A D | audio_common_info.h | 29 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 D | state_machine.h | 30 FLUSHED, member in OHOS::MediaAVCodec::PostProcessing::State
|
H A D | post_processing.h | 89 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 D | codec_server_coverage_unit_test.cpp | 398 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 D | audio_codec_adapter.cpp | 109 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 D | media_codec.cpp | 220 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 D | media_codec.h | 41 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 D | fcodec.cpp | 281 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 D | fcodec.h | 95 FLUSHED, member
|
/foundation/multimedia/av_codec/services/engine/codec/video/hevcdecoder/ |
H A D | hevc_decoder.h | 103 FLUSHED, member
|
H A D | hevc_decoder.cpp | 321 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 D | filter_loop.cpp | 262 filter_->ChangeState(FilterState::FLUSHED); in HandleMessage()
|
/foundation/multimedia/av_codec/services/services/codec/server/ |
H A D | codec_server.h | 46 FLUSHED, enumerator
|