Searched refs:StateConvert (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/modules/muxer/ |
H A D | media_muxer.cpp | 100 … "The state is not UNINITIALIZED, the current state is %{public}s.", StateConvert(state_).c_str()); in Init() 127 … "The state is not UNINITIALIZED, the current state is %{public}s.", StateConvert(state_).c_str()); in Init() 152 "The current state is %{public}s.", StateConvert(state_).c_str()); in SetParameter() 170 "The current state is %{public}s.", StateConvert(state_).c_str()); in SetUserMeta() 181 "The current state is %{public}s.", StateConvert(state_).c_str()); in AddTrack() 213 "The current state is %{public}s.", StateConvert(state_).c_str()); in GetInputBufferQueue() 224 "The current state is %{public}s", StateConvert(state_).c_str()); in WriteSample() 259 "The current state is %{public}s.", StateConvert(state_).c_str()); in Start() 295 "The state is not STARTED. The current state is %{public}s.", StateConvert(state_).c_str()); in Stop() 473 std::string MediaMuxer::StateConvert(State state) in StateConvert() function in OHOS::Media::MediaMuxer
|
H A D | media_muxer.h | 62 std::string StateConvert(State state);
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/capi/player/ |
H A D | native_avplayer.cpp | 70 typedef struct StateConvert { struct 73 } StateConvert; argument 106 static const StateConvert STATE_MAP[STATE_MAP_LENGTH] = {
|