/foundation/graphic/graphic_2d/frameworks/bootanimation/test/unittest/ |
H A D | boot_video_player_test.cpp | 123 * @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 D | recorder_listener_stub.cpp | 55 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 D | recorder_listener_proxy.h | 32 void OnInfo(int32_t type, int32_t extra) override; 46 void OnInfo(int32_t type, int32_t extra) override;
|
H A D | recorder_listener_proxy.cpp | 52 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 D | transcoder_listener_stub.cpp | 53 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 D | transcoder_listener_proxy.cpp | 52 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 D | transcoder_listener_proxy.h | 32 void OnInfo(int32_t type, int32_t extra) override;
44 void OnInfo(int32_t type, int32_t extra) override;
|
H A D | i_standard_transcoder_listener.h | 31 virtual void OnInfo(int32_t type, int32_t extra) = 0;
|
/foundation/multimedia/media_lite/test/unittest/recorder_lite/ |
H A D | recorder_lite_test.h | 36 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 D | hiplayer_callback_looper.cpp | 135 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 D | player_listener_stub.cpp | 61 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 D | player_listener_proxy.h | 32 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 D | player_listener_proxy.cpp | 54 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 D | helper_listener_proxy.h | 32 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 D | helper_listener_stub.cpp | 55 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 D | helper_listener_proxy.cpp | 55 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 D | hitranscoder_callback_looper.cpp | 106 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 D | hiplayer_impl.cpp | 117 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 D | wfd_sink_set_listener_fuzzer.h | 27 void OnInfo(std::shared_ptr<BaseMsg> &msg) override;
|
H A D | wfd_sink_set_listener_fuzzer.cpp | 20 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 D | wfd.h | 28 virtual void OnInfo(std::shared_ptr<BaseMsg> &info) = 0;
|
/foundation/CastEngine/castengine_wifi_display/tests/fuzztest/source_fuzzer/wfdsourcesetlistener_fuzzer/ |
H A D | wfd_source_set_listener_fuzzer.h | 27 void OnInfo(std::shared_ptr<BaseMsg> &msg) override;
|
H A D | wfd_source_set_listener_fuzzer.cpp | 20 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 D | media_asset_manager_callback.h | 31 void OnInfo(int32_t type, int32_t extra) override;
|
/foundation/multimedia/player_framework/frameworks/native/capi/player/ |
H A D | native_avplayer.cpp | 248 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...] |