Home
last modified time | relevance | path

Searched refs:OnInfo (Results 1 – 25 of 120) sorted by relevance

12345

/ohos5.0/foundation/multimedia/player_framework/services/engine/histreamer/player/
H A Dhiplayer_callback_looper.cpp134 obs->OnInfo(INFO_TYPE_POSITION_UPDATE, playRangeEndTime, format); in DoReportCompletedTime()
139 obs->OnInfo(INFO_TYPE_POSITION_UPDATE, currentPositionMs, format); in DoReportCompletedTime()
159 obs->OnInfo(INFO_TYPE_POSITION_UPDATE, currentPositionMs, format); in DoReportMediaProgress()
189 obs->OnInfo(INFO_TYPE_MAX_AMPLITUDE_COLLECT, 0, amplitudeFormat); in DoCollectAmplitude()
210 obs->OnInfo(INFO_TYPE_MAX_AMPLITUDE_COLLECT, 0, amplitudeFormat); in ReportRemainedMaxAmplitude()
263 void HiPlayerCallbackLooper::OnInfo(PlayerOnInfoType type, int32_t extra, const Format &infoBody) in OnInfo() function in OHOS::Media::HiPlayerCallbackLooper
280 …obs->OnInfo(std::get<TUPLE_POS_0>(*ptr), std::get<TUPLE_POS_1>(*ptr), std::get<TUPLE_POS_2>(*ptr)); in DoReportInfo()
H A Dhiplayer_impl.cpp1128 callbackLooper_.OnInfo(INFO_TYPE_SEEKDONE, -1, format); in NotifySeek()
1640 callbackLooper_.OnInfo(INFO_TYPE_SPEEDDONE, mode, format); in SetPlaybackSpeed()
2280 callbackLooper_.OnInfo(INFO_TYPE_BUFFERING_UPDATE, param, format); in NotifyBufferingStart()
2289 callbackLooper_.OnInfo(INFO_TYPE_BUFFERING_UPDATE, param, format); in NotifyBufferingEnd()
2297 callbackLooper_.OnInfo(INFO_TYPE_BUFFERING_UPDATE, param, format); in NotifyCachedDuration()
2529 callbackLooper_.OnInfo(INFO_TYPE_POSITION_UPDATE, seekPos, format); in NotifySeekDone()
2530 callbackLooper_.OnInfo(INFO_TYPE_SEEKDONE, seekPos, format); in NotifySeekDone()
2560 callbackLooper_.OnInfo(INFO_TYPE_INTERRUPT_EVENT, hintType, format); in NotifyAudioInterrupt()
2596 callbackLooper_.OnInfo(INFO_TYPE_AUDIO_FIRST_FRAME, 0, format); in NotifyAudioFirstFrame()
2608 callbackLooper_.OnInfo(INFO_TYPE_RESOLUTION_CHANGE, 0, format); in NotifyResolutionChange()
[all …]
/ohos5.0/foundation/multimedia/player_framework/services/services/transcoder/ipc/
H A Dtranscoder_listener_stub.cpp53 OnInfo(type, extra); in OnRemoteRequest()
74 void TransCoderListenerStub::OnInfo(int32_t type, int32_t extra) in OnInfo() function in OHOS::Media::TransCoderListenerStub
77 callback_->OnInfo(type, extra); in OnInfo()
H A Dtranscoder_listener_proxy.cpp52 void TransCoderListenerProxy::OnInfo(int32_t type, int32_t extra) in OnInfo() function in OHOS::Media::TransCoderListenerProxy
84 void TransCoderListenerCallback::OnInfo(int32_t type, int32_t extra) in OnInfo() function in OHOS::Media::TransCoderListenerCallback
87 listener_->OnInfo(type, extra); in OnInfo()
H A Dtranscoder_listener_proxy.h32 void OnInfo(int32_t type, int32_t extra) override;
44 void OnInfo(int32_t type, int32_t extra) override;
/ohos5.0/foundation/multimedia/player_framework/services/services/player/ipc/
H A Dplayer_listener_stub.cpp61 OnInfo(static_cast<PlayerOnInfoType>(type), extra, format); in OnRemoteRequest()
102 __attribute__((no_sanitize("cfi"))) void PlayerListenerStub::OnInfo(PlayerOnInfoType type, in OnInfo() function in OHOS::Media::PlayerListenerStub
109 cb->OnInfo(type, extra, infoBody); in OnInfo()
114 cb->OnInfo(type, extra, infoBody); in OnInfo()
H A Dplayer_listener_proxy.cpp54 void PlayerListenerProxy::OnInfo(PlayerOnInfoType type, int32_t extra, const Format &infoBody) in OnInfo() function in OHOS::Media::PlayerListenerProxy
96 void PlayerListenerCallback::OnInfo(PlayerOnInfoType type, int32_t extra, const Format &infoBody) in OnInfo() function in OHOS::Media::PlayerListenerCallback
99 listener_->OnInfo(type, extra, infoBody); in OnInfo()
H A Dplayer_listener_proxy.h32 void OnInfo(PlayerOnInfoType type, int32_t extra, const Format &infoBody = {}) override;
44 void OnInfo(PlayerOnInfoType type, int32_t extra, const Format &infoBody = {}) override;
/ohos5.0/foundation/multimedia/media_foundation/engine/scene/player/standard/
H A Dhiplayer_impl.cpp117 callbackLooper_.OnInfo(INFO_TYPE_STATE_CHANGE, pendingState, format); in UpdateStateNoLock()
121 callbackLooper_.OnInfo(INFO_TYPE_STATE_CHANGE, pipelineStates_, format); in UpdateStateNoLock()
217 callbackLooper_.OnInfo(INFO_TYPE_POSITION_UPDATE, 0, format); in Prepare()
495 callbackLooper_.OnInfo(INFO_TYPE_POSITION_UPDATE, 0, format); in HandleReadyEvent()
563 callbackLooper_.OnInfo(INFO_TYPE_IS_LIVE_STREAM, 0, format); in OnEvent()
747 callbackLooper_.OnInfo(INFO_TYPE_VOLUME_CHANGE, volume, format); in SetVolumeToSink()
845 callbackLooper_.OnInfo(INFO_TYPE_SPEEDDONE, 0, format); in SetPlaybackSpeed()
853 callbackLooper_.OnInfo(INFO_TYPE_POSITION_UPDATE, currentPosMs, format); in SetPlaybackSpeed()
1076 callbackLooper_.OnInfo(INFO_TYPE_BUFFERING_UPDATE, 0, format); in NotifyBufferingUpdate()
1085 callbackLooper_.OnInfo(INFO_TYPE_RESOLUTION_CHANGE, 0, format); in HandleResolutionChangeEvent()
[all …]
H A Dhiplayer_callback_looper.cpp98 obs->OnInfo(INFO_TYPE_POSITION_UPDATE, currentPositionMs, format); in DoReportMediaProgress()
126 void HiPlayerCallbackLooper::OnInfo(PlayerOnInfoType type, int32_t extra, const Format &infoBody) in OnInfo() function in OHOS::Media::HiPlayerCallbackLooper
139 obs->OnInfo(std::get<0>(*ptr), std::get<1>(*ptr), std::get<2>(*ptr)); // indexes in DoReportInfo()
/ohos5.0/foundation/multimedia/player_framework/services/services/recorder/ipc/
H A Drecorder_listener_stub.cpp55 OnInfo(type, extra); in OnRemoteRequest()
87 void RecorderListenerStub::OnInfo(int32_t type, int32_t extra) in OnInfo() function in OHOS::Media::RecorderListenerStub
90 callback_->OnInfo(type, extra); in OnInfo()
H A Drecorder_listener_proxy.cpp52 void RecorderListenerProxy::OnInfo(int32_t type, int32_t extra) in OnInfo() function in OHOS::Media::RecorderListenerProxy
113 void RecorderListenerCallback::OnInfo(int32_t type, int32_t extra) in OnInfo() function in OHOS::Media::RecorderListenerCallback
116 listener_->OnInfo(type, extra); in OnInfo()
H A Drecorder_listener_proxy.h32 void OnInfo(int32_t type, int32_t extra) override;
46 void OnInfo(int32_t type, int32_t extra) override;
/ohos5.0/foundation/multimedia/player_framework/services/services/avmetadatahelper/ipc/
H A Dhelper_listener_stub.cpp55 OnInfo(static_cast<HelperOnInfoType>(type), extra, format); in OnRemoteRequest()
80 void HelperListenerStub::OnInfo(HelperOnInfoType type, int32_t extra, const Format &infoBody) in OnInfo() function in OHOS::Media::HelperListenerStub
84 cb->OnInfo(type, extra, infoBody); in OnInfo()
H A Dhelper_listener_proxy.cpp55 void HelperListenerProxy::OnInfo(HelperOnInfoType type, int32_t extra, const Format &infoBody) in OnInfo() function in OHOS::Media::HelperListenerProxy
88 void HelperListenerCallback::OnInfo(HelperOnInfoType type, int32_t extra, const Format &infoBody) in OnInfo() function in OHOS::Media::HelperListenerCallback
91 listener_->OnInfo(type, extra, infoBody); in OnInfo()
H A Dhelper_listener_proxy.h32 void OnInfo(HelperOnInfoType type, int32_t extra, const Format &infoBody = {}) override;
44 void OnInfo(HelperOnInfoType type, int32_t extra, const Format &infoBody = {}) override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_player_callback_adapter_wrapper.cpp26 void ArkPlayerCallbackAdapterWrapper::OnInfo(OHOS::NWeb::PlayerOnInfoType type, int32_t extra, int3… in OnInfo() function in OHOS::ArkWeb::ArkPlayerCallbackAdapterWrapper
28 ctocpp_->OnInfo((int32_t)type, extra, value); in OnInfo()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_player_callback_adapter_impl.cpp24 void ArkPlayerCallbackAdapterImpl::OnInfo(int32_t type, int32_t extra, int32_t value) in OnInfo() function in OHOS::ArkWeb::ArkPlayerCallbackAdapterImpl
26 real_->OnInfo((OHOS::NWeb::PlayerOnInfoType)type, extra, value); in OnInfo()
/ohos5.0/foundation/multimedia/player_framework/services/engine/histreamer/transcoder/
H A Dhitranscoder_callback_looper.cpp106 obs->OnInfo(TransCoderOnInfoType::INFO_TYPE_PROGRESS_UPDATE, currentPositionMs); in DoReportCompletedTime()
128 obs->OnInfo(TransCoderOnInfoType::INFO_TYPE_PROGRESS_UPDATE, progress); in DoReportMediaProgress()
160 void HiTransCoderCallbackLooper::OnInfo(TransCoderOnInfoType type, int32_t extra) in OnInfo() function in OHOS::Media::HiTransCoderCallbackLooper
177 obs->OnInfo(std::get<TUPLE_POS_0>(*ptr), std::get<TUPLE_POS_1>(*ptr)); in DoReportInfo()
/ohos5.0/foundation/multimedia/media_lite/test/unittest/recorder_lite/
H A Drecorder_lite_test.h36 void OnInfo(const int32_t type, const int32_t extra);
44 void OnInfo(int32_t type, int32_t extra);
H A Drecorder_lite_test.cpp46 void RecorderLiteTest::OnInfo(const int32_t type, const int32_t extra) in OnInfo() function in OHOS::RecorderLiteTest
57 void TestVideoRecorderCallback::OnInfo(int32_t type, int32_t extra) in OnInfo() function in OHOS::Media::TestVideoRecorderCallback
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/capi/player/
H A Dnative_avplayer.cpp547 infoCallback_->OnInfo(player_, AV_INFO_TYPE_EOS, nullptr); in OnEosCb()
575 infoCallback_->OnInfo(player_, AV_INFO_TYPE_STATE_CHANGE, in OnStateChangeCb()
591 infoCallback_->OnInfo(player_, AV_INFO_TYPE_POSITION_UPDATE, in OnPositionUpdateCb()
606 infoCallback_->OnInfo(player_, AV_INFO_TYPE_VOLUME_CHANGE, in OnVolumeChangeCb()
646 infoCallback_->OnInfo(player_, AV_INFO_TYPE_RESOLUTION_CHANGE, in OnVideoSizeChangedCb()
678 infoCallback_->OnInfo(player_, AV_INFO_TYPE_BUFFERING_UPDATE, in OnBufferingUpdateCb()
703 infoCallback_->OnInfo(player_, AV_INFO_TYPE_BITRATE_COLLECT, in OnBitRateCollectedCb()
725 infoCallback_->OnInfo(player_, AV_INFO_TYPE_INTERRUPT_EVENT, in OnAudioInterruptCb()
739 infoCallback_->OnInfo(player_, AV_INFO_TYPE_DURATION_UPDATE, in OnDurationUpdateCb()
752 infoCallback_->OnInfo(player_, AV_INFO_TYPE_IS_LIVE_STREAM, in OnNotifyIsLiveStream()
[all …]
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/media_adapter_test/
H A Dplayer_framework_adapter_impl_test.cpp30 void OnInfo(PlayerOnInfoType type, int32_t extra, int32_t value) override in OnInfo() function in OHOS::NWeb::PlayerCallbackTest
162 playerCallback_->OnInfo(Media::INFO_TYPE_ERROR_MSG, 0, infoBody_);
168 playerCallback_->OnInfo(Media::INFO_TYPE_EOS, 0, infoBody_);
221 playerCallback_->OnInfo(infoType, 0, infoBody_);
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_video.h273 virtual void OnInfo(int32_t type, int32_t extra) {} in OnInfo() function
406 void OnInfo(int32_t type, int32_t extra) override in OnInfo() function
409 videoPlayerListener_->OnInfo(type, extra); in OnInfo()
/ohos5.0/base/web/webview/test/fuzztest/ohos_adapter/media_adapter/playerframeworkadapterimpl_fuzzer/
H A Dplayerframeworkadapterimpl_fuzzer.cpp27 void OnInfo(PlayerOnInfoType type, int32_t extra, int32_t value) override in OnInfo() function in OHOS::PlayerCallbackTest
51 playerCallback.OnInfo(Media::PlayerOnInfoType::INFO_TYPE_EOS, 0, Media::Format()); in PlayerFrameworkAdapterImpl_fuzzerFuzzTest()

12345