Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_foundation/engine/include/foundation/utils/
H A Dsteady_clock.h50 #define PROFILE_END(message, ...) … macro
59 #define PROFILE_END(message, ...) macro
/ohos5.0/foundation/multimedia/media_foundation/interface/inner_api/osal/utils/
H A Dsteady_clock.h50 #define PROFILE_END(message, ...) … macro
59 #define PROFILE_END(message, ...) macro
/ohos5.0/foundation/multimedia/media_foundation/engine/scene/recorder/standard/
H A Dhirecorder_impl.cpp98 PROFILE_END("SetAudioSource end."); in SetAudioSource()
119 PROFILE_END("SetVideoSource end."); in SetVideoSource()
185 PROFILE_END("Prepare failed,"); in Prepare()
189 PROFILE_END("Prepare successfully,"); in Prepare()
196PROFILE_END("Prepare finished, current fsm state: " PUBLIC_LOG "s.", fsm_.GetCurrentState().c_str(… in Prepare()
216 PROFILE_END("Start ret = " PUBLIC_LOG_D32, TransErrorCode(ret)); in Start()
226 PROFILE_END("Pause ret = " PUBLIC_LOG_D32, ret); in Pause()
236 PROFILE_END("Resume ret = " PUBLIC_LOG_D32, ret); in Resume()
248 PROFILE_END("Stop ret = " PUBLIC_LOG_D32, ret); in Stop()
268 PROFILE_END("Resume ret = " PUBLIC_LOG_D32, ret); in Reset()
/ohos5.0/foundation/multimedia/media_foundation/engine/scene/player/lite/
H A Dhiplayer_impl.cpp143 PROFILE_END("SetSource end."); in SetSource()
153 PROFILE_END("Prepare failed,"); in Prepare()
162PROFILE_END("Prepare finished, current fsm state: " PUBLIC_LOG "s.", fsm_.GetCurrentState().c_str(… in Prepare()
189 PROFILE_END("Play ret = " PUBLIC_LOG_D32, CppExt::to_underlying(ret)); in Play()
203 PROFILE_END("Pause ret = " PUBLIC_LOG_D32, ret); in Pause()
212 PROFILE_END("Stop ret = " PUBLIC_LOG_D32, ret); in Stop()
395 PROFILE_END("Flush start"); in DoSeek()
403 PROFILE_END("SeekTo"); in DoSeek()
406 PROFILE_END("Flush end"); in DoSeek()
529 PROFILE_END("Release ret = " PUBLIC_LOG_D32, ret); in Release()
/ohos5.0/foundation/multimedia/media_foundation/engine/scene/player/standard/
H A Dhiplayer_impl.cpp164 PROFILE_END("SetSource end."); in SetSource()
181 PROFILE_END("SetSource end."); in SetSource()
201 PROFILE_END("Prepare failed,"); in Prepare()
240 PROFILE_END("Prepare async failed,"); in PrepareAsync()
243 PROFILE_END("Prepare async successfully,"); in PrepareAsync()
267 PROFILE_END("Play ret = " PUBLIC_LOG_D32, TransErrorCode(ret)); in Play()
280 PROFILE_END("Pause ret = " PUBLIC_LOG_D32, ret); in Pause()
296 PROFILE_END("Stop ret = " PUBLIC_LOG_D32, ret); in Stop()
649 PROFILE_END("Flush start"); in DoSeek()
658 PROFILE_END("SeekTo"); in DoSeek()
[all …]
/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/filters/codec/audio_encoder/
H A Daudio_encoder_filter.cpp116 PROFILE_END("audio encoder negotiate end"); in Negotiate()
161 PROFILE_END("Audio encoder configure end"); in Configure()
/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/filters/sink/audio_sink/
H A Daudio_sink_filter.cpp165 PROFILE_END("Audio Sink Negotiate end"); in Negotiate()
189 PROFILE_END("Audio sink configure end"); in Configure()
/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/filters/sink/video_sink/
H A Dvideo_sink_filter.cpp211 PROFILE_END("video sink negotiate end"); in Negotiate()
242 PROFILE_END("video sink configure end"); in Configure()
/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/filters/codec/video_decoder/
H A Dvideo_decoder_filter.cpp110 PROFILE_END("video decoder configure end"); in Configure()
/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/filters/sink/output_sink/
H A Doutput_sink_filter.cpp105 PROFILE_END("Output sink configure end"); in Configure()
/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/filters/codec/audio_decoder/
H A Daudio_decoder_filter.cpp98 PROFILE_END("audio decoder configure end"); in Configure()
/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/filters/codec/video_encoder/
H A Dvideo_encoder_filter.cpp210 PROFILE_END("video encoder negotiate end"); in Negotiate()
256 PROFILE_END("video encoder configure end"); in Configure()
/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/filters/demux/
H A Dtype_finder.cpp206 PROFILE_END("SniffMediaType end, sniffed plugin num = " PUBLIC_LOG_D32, cnt); in SniffMediaType()
H A Ddemuxer_filter.cpp594 PROFILE_END("NegotiateDownstream end."); in NegotiateDownstream()
618 PROFILE_END("Succeed to extract mediainfo."); in DemuxerLoop()
/ohos5.0/foundation/multimedia/media_foundation/engine/scene/recorder/internal/
H A Dstate_machine.cpp115 PROFILE_END("ProcessIntent, curState: " PUBLIC_LOG_S ", intent: " PUBLIC_LOG_D32 ".", in ProcessIntent()
/ohos5.0/foundation/multimedia/media_foundation/engine/scene/player/internal/
H A Dstate_machine.cpp125 PROFILE_END("ProcessIntent, curState: " PUBLIC_LOG_S ", intent: " PUBLIC_LOG_S, in ProcessIntent()
/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/core/
H A Dpipeline_core.cpp107 PROFILE_END("Stop finished for %s", (*it)->GetName().c_str()); in Stop()
/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/filters/codec/
H A Dcodec_filter_base.cpp230 PROFILE_END("async codec negotiate end"); in Negotiate()