/ohos5.0/foundation/multimedia/player_framework/services/engine/histreamer/player/ |
H A D | hiplayer_callback_looper.cpp | 134 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 D | hiplayer_impl.cpp | 1128 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 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;
|
/ohos5.0/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.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()
|
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;
|
/ohos5.0/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() 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 D | hiplayer_callback_looper.cpp | 98 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 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.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()
|
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;
|
/ohos5.0/foundation/multimedia/player_framework/services/services/avmetadatahelper/ipc/ |
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()
|
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;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/ |
H A D | ark_player_callback_adapter_wrapper.cpp | 26 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 D | ark_player_callback_adapter_impl.cpp | 24 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 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()
|
/ohos5.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);
|
H A D | recorder_lite_test.cpp | 46 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 D | native_avplayer.cpp | 547 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 D | player_framework_adapter_impl_test.cpp | 30 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 D | ui_video.h | 273 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 D | playerframeworkadapterimpl_fuzzer.cpp | 27 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()
|