Home
last modified time | relevance | path

Searched refs:OnInfo (Results 1 - 25 of 125) sorted by relevance

12345

/foundation/graphic/graphic_2d/frameworks/bootanimation/test/unittest/
H A Dboot_video_player_test.cpp123 * @tc.desc: Verify the OnInfo
138 cb->OnInfo(Media::INFO_TYPE_SEEKDONE, 0, format); in HWTEST_F()
140 cb->OnInfo(Media::INFO_TYPE_SPEEDDONE, 0, format); in HWTEST_F()
142 cb->OnInfo(Media::INFO_TYPE_BITRATEDONE, 0, format); in HWTEST_F()
144 cb->OnInfo(Media::INFO_TYPE_EOS, 0, format); in HWTEST_F()
146 cb->OnInfo(Media::INFO_TYPE_BUFFERING_UPDATE, 0, format); in HWTEST_F()
148 cb->OnInfo(Media::INFO_TYPE_BITRATE_COLLECT, 0, format); in HWTEST_F()
150 cb->OnInfo(Media::INFO_TYPE_STATE_CHANGE, 0, format); in HWTEST_F()
153 cb->OnInfo(Media::INFO_TYPE_STATE_CHANGE, Media::PlayerStates::PLAYER_PREPARED, format); in HWTEST_F()
156 cb->OnInfo(Medi in HWTEST_F()
[all...]
/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.h32 void OnInfo(int32_t type, int32_t extra) override;
46 void OnInfo(int32_t type, int32_t extra) override;
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()
/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;
H A Di_standard_transcoder_listener.h31 virtual void OnInfo(int32_t type, int32_t extra) = 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);
/foundation/multimedia/player_framework/services/engine/histreamer/player/
H A Dhiplayer_callback_looper.cpp135 obs->OnInfo(INFO_TYPE_POSITION_UPDATE, playRangeEndTime, format); in DoReportCompletedTime()
140 obs->OnInfo(INFO_TYPE_POSITION_UPDATE, currentPositionMs, format); in DoReportCompletedTime()
160 obs->OnInfo(INFO_TYPE_POSITION_UPDATE, currentPositionMs, format); in DoReportMediaProgress()
190 obs->OnInfo(INFO_TYPE_MAX_AMPLITUDE_COLLECT, 0, amplitudeFormat); in DoCollectAmplitude()
211 obs->OnInfo(INFO_TYPE_MAX_AMPLITUDE_COLLECT, 0, amplitudeFormat); in ReportRemainedMaxAmplitude()
261 void HiPlayerCallbackLooper::OnInfo(PlayerOnInfoType type, int32_t extra, const Format &infoBody) in OnInfo() function in OHOS::Media::HiPlayerCallbackLooper
278 obs->OnInfo(std::get<TUPLE_POS_0>(*ptr), std::get<TUPLE_POS_1>(*ptr), std::get<TUPLE_POS_2>(*ptr)); in DoReportInfo()
/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.h32 void OnInfo(PlayerOnInfoType type, int32_t extra, const Format &infoBody = {}) override;
44 void OnInfo(PlayerOnInfoType type, int32_t extra, const Format &infoBody = {}) override;
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()
/foundation/multimedia/player_framework/services/services/avmetadatahelper/ipc/
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;
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()
/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()
/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()
558 callbackLooper_.OnInfo(INFO_TYPE_MESSAGE, PlayerMessageType::PLAYER_INFO_VIDEO_RENDERING_START, format); in OnEvent()
563 callbackLooper_.OnInfo(INFO_TYPE_IS_LIVE_STREAM, 0, format); in OnEvent()
675 callbackLooper_.OnInfo(INFO_TYPE_SEEKDONE, static_cast<int32_t>(currentPos), format); in DoSeek()
676 callbackLooper_.OnInfo(INFO_TYPE_POSITION_UPDATE, static_cast<int32_t>(currentPos), format); in DoSeek()
708 callbackLooper_.OnInfo(INFO_TYPE_DURATION_UPDATE, Plugin::HstTime2Ms(duration_), format); in DoOnReady()
721 callbackLooper_.OnInfo(INFO_TYPE_BITRATE_COLLEC in DoOnReady()
[all...]
/foundation/CastEngine/castengine_wifi_display/tests/fuzztest/sink_fuzzer/wfdsinksetlistener_fuzzer/
H A Dwfd_sink_set_listener_fuzzer.h27 void OnInfo(std::shared_ptr<BaseMsg> &msg) override;
H A Dwfd_sink_set_listener_fuzzer.cpp20 void WfdListener::OnInfo(std::shared_ptr<BaseMsg> &msg) {} in OnInfo() function in OHOS::Sharing::WfdListener
/foundation/CastEngine/castengine_wifi_display/interfaces/innerkits/native/wfd/include/
H A Dwfd.h28 virtual void OnInfo(std::shared_ptr<BaseMsg> &info) = 0;
/foundation/CastEngine/castengine_wifi_display/tests/fuzztest/source_fuzzer/wfdsourcesetlistener_fuzzer/
H A Dwfd_source_set_listener_fuzzer.h27 void OnInfo(std::shared_ptr<BaseMsg> &msg) override;
H A Dwfd_source_set_listener_fuzzer.cpp20 void WfdListener::OnInfo(std::shared_ptr<BaseMsg> &msg) {} in OnInfo() function in OHOS::Sharing::WfdListener
/foundation/multimedia/media_library/interfaces/kits/js/include/
H A Dmedia_asset_manager_callback.h31 void OnInfo(int32_t type, int32_t extra) override;
/foundation/multimedia/player_framework/frameworks/native/capi/player/
H A Dnative_avplayer.cpp248 void OnInfo(OH_AVPlayer *player, AVPlayerOnInfoType infoType, OH_AVFormat* infoBody) in OnInfo() function in NativeAVPlayerOnInfoCallback
265 void OnInfo(PlayerOnInfoType type, int32_t extra, const Format &infoBody) override;
276 void OnInfo(PlayerOnInfoType type, int32_t extra, const Format &infoBody) override;
380 void NativeAVPlayerCallback::OnInfo(PlayerOnInfoType type, int32_t extra, const Format &infoBody) in OnInfo() function in NativeAVPlayerCallback::NativeAVPlayerCallback
384 MEDIA_LOGI("OnInfo() is called, type %{public}d, extra %{public}d, isReleased %{public}d", in OnInfo()
390 MEDIA_LOGD("OnInfo type %{public}d extra %{public}d", type, extra); in OnInfo()
394 MEDIA_LOGD("0x%{public}06" PRIXPTR " OnInfo: no member func, type %{public}d extra %{public}d", in OnInfo()
565 infoCallback_->OnInfo(player_, AV_INFO_TYPE_SEEKDONE, reinterpret_cast<OH_AVFormat *>(avFormat.GetRefPtr())); in OnSeekDoneCb()
578 infoCallback_->OnInfo(player_, AV_INFO_TYPE_SPEEDDONE, reinterpret_cast<OH_AVFormat *>(avFormat.GetRefPtr())); in OnSpeedDoneCb()
591 infoCallback_->OnInfo(player in OnBitRateDoneCb()
[all...]

Completed in 10 milliseconds

12345