Home
last modified time | relevance | path

Searched defs:infoBody (Results 1 – 23 of 23) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avplayer/
H A Davplayer_callback.cpp717 Format infoBody; in OnError() local
800 void AVPlayerCallback::OnStateChangeCb(const int32_t extra, const Format &infoBody) in OnStateChangeCb()
834 void AVPlayerCallback::OnVolumeChangeCb(const int32_t extra, const Format &infoBody) in OnVolumeChangeCb()
856 void AVPlayerCallback::OnSeekDoneCb(const int32_t extra, const Format &infoBody) in OnSeekDoneCb()
876 void AVPlayerCallback::OnSpeedDoneCb(const int32_t extra, const Format &infoBody) in OnSpeedDoneCb()
896 void AVPlayerCallback::OnBitRateDoneCb(const int32_t extra, const Format &infoBody) in OnBitRateDoneCb()
1021 void AVPlayerCallback::OnMessageCb(const int32_t extra, const Format &infoBody) in OnMessageCb()
1261 void AVPlayerCallback::OnSubtitleInfoCb(const int32_t extra, const Format &infoBody) in OnSubtitleInfoCb()
1287 void AVPlayerCallback::OnEosCb(const int32_t extra, const Format &infoBody) in OnEosCb()
1306 void AVPlayerCallback::OnTrackChangedCb(const int32_t extra, const Format &infoBody) in OnTrackChangedCb()
[all …]
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/capi/player/
H A Dnative_avplayer.cpp196 void OnInfo(OH_AVPlayer *player, AVPlayerOnInfoType infoType, OH_AVFormat* infoBody) in OnInfo()
416 int32_t NativeAVPlayerCallback::GetDrmSystemInfos(const Format &infoBody, in GetDrmSystemInfos()
501 void NativeAVPlayerCallback::OnSeekDoneCb(const int32_t extra, const Format &infoBody) in OnSeekDoneCb()
514 void NativeAVPlayerCallback::OnSpeedDoneCb(const int32_t extra, const Format &infoBody) in OnSpeedDoneCb()
527 void NativeAVPlayerCallback::OnBitRateDoneCb(const int32_t extra, const Format &infoBody) in OnBitRateDoneCb()
540 void NativeAVPlayerCallback::OnEosCb(const int32_t extra, const Format &infoBody) in OnEosCb()
550 void NativeAVPlayerCallback::OnStateChangeCb(const int32_t extra, const Format &infoBody) in OnStateChangeCb()
595 void NativeAVPlayerCallback::OnVolumeChangeCb(const int32_t extra, const Format &infoBody) in OnVolumeChangeCb()
610 void NativeAVPlayerCallback::OnMessageCb(const int32_t extra, const Format &infoBody) in OnMessageCb()
756 void NativeAVPlayerCallback::OnTrackChangedCb(const int32_t extra, const Format &infoBody) in OnTrackChangedCb()
[all …]
/ohos5.0/foundation/multimedia/player_framework/services/services/player/server/
H A Dplayer_server_state.h50 virtual void HandleInterruptEvent(const Format &infoBody) in HandleInterruptEvent()
54 virtual void HandleAudioDeviceChangeEvent(const Format &infoBody) in HandleAudioDeviceChangeEvent()
H A Dplayer_server_state.cpp163 …rServer::BaseState::OnMessageReceived(PlayerOnInfoType type, int32_t extra, const Format &infoBody) in OnMessageReceived()
384 void PlayerServer::PlayingState::HandleInterruptEvent(const Format &infoBody) in HandleInterruptEvent()
389 void PlayerServer::PlayingState::HandleAudioDeviceChangeEvent(const Format &infoBody) in HandleAudioDeviceChangeEvent()
H A Dplayer_server.cpp1184 void PlayerServer::HandleInterruptEvent(const Format &infoBody) in HandleInterruptEvent()
1201 void PlayerServer::HandleAudioDeviceChangeEvent(const Format &infoBody) in HandleAudioDeviceChangeEvent()
1590 void PlayerServer::OnInfo(PlayerOnInfoType type, int32_t extra, const Format &infoBody) in OnInfo()
1597 void PlayerServer::InnerOnInfo(PlayerOnInfoType type, int32_t extra, const Format &infoBody, const … in InnerOnInfo()
1662 void PlayerServer::OnBufferingUpdate(PlayerOnInfoType type, int32_t extra, const Format &infoBody) in OnBufferingUpdate()
1709 …id PlayerServer::OnInfoNoChangeStatus(PlayerOnInfoType type, int32_t extra, const Format &infoBody) in OnInfoNoChangeStatus()
1733 …ayerServerStateMachine::HandleMessage(PlayerOnInfoType type, int32_t extra, const Format &infoBody) in HandleMessage()
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/metadatahelper/
H A Davmetadatahelper_callback.cpp140 [this](const int32_t extra, const Format &infoBody) { OnStateChangeCb(extra, infoBody); }; in AVMetadataHelperCallback()
180 void AVMetadataHelperCallback::OnInfo(HelperOnInfoType type, int32_t extra, const Format &infoBody) in OnInfo()
191 void AVMetadataHelperCallback::OnStateChangeCb(const int32_t extra, const Format &infoBody) in OnStateChangeCb()
233 Format infoBody; in Release() local
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/audio_haptic/
H A Daudio_haptic_sound_normal_impl.cpp344 …dNormalCallback::OnInfo(Media::PlayerOnInfoType type, int32_t extra, const Media::Format &infoBody) in OnInfo()
360 void AHSoundNormalCallback::HandleStateChangeEvent(int32_t extra, const Format &infoBody) in HandleStateChangeEvent()
403 void AHSoundNormalCallback::HandleAudioInterruptEvent(int32_t extra, const Format &infoBody) in HandleAudioInterruptEvent()
425 void AHSoundNormalCallback::HandleAudioFirstFrameEvent(int32_t extra, const Format &infoBody) in HandleAudioFirstFrameEvent()
/ohos5.0/foundation/multimedia/player_framework/services/services/avmetadatahelper/ipc/
H A Dhelper_listener_proxy.cpp55 void HelperListenerProxy::OnInfo(HelperOnInfoType type, int32_t extra, const Format &infoBody) in OnInfo()
88 void HelperListenerCallback::OnInfo(HelperOnInfoType type, int32_t extra, const Format &infoBody) in OnInfo()
H A Dhelper_listener_stub.cpp80 void HelperListenerStub::OnInfo(HelperOnInfoType type, int32_t extra, const Format &infoBody) in OnInfo()
/ohos5.0/foundation/multimedia/player_framework/services/services/player/ipc/
H A Dplayer_listener_proxy.cpp54 void PlayerListenerProxy::OnInfo(PlayerOnInfoType type, int32_t extra, const Format &infoBody) in OnInfo()
96 void PlayerListenerCallback::OnInfo(PlayerOnInfoType type, int32_t extra, const Format &infoBody) in OnInfo()
H A Dplayer_listener_stub.cpp86 void PlayerListenerStub::OnMonitor(PlayerOnInfoType type, int32_t extra, const Format &infoBody) in OnMonitor()
103 int32_t extra, const Format &infoBody) in OnInfo()
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/common/
H A Dtest_player.cpp33 void TestPlayerCallback::OnInfo(PlayerOnInfoType type, int32_t extra, const Format &infoBody) in OnInfo()
/ohos5.0/foundation/multimedia/player_framework/test/unittest/player_server_mem_test/
H A Dplayer_server_mem_unit_test.cpp1050 Format infoBody; variable
1062 Format infoBody; variable
1074 Format infoBody; variable
/ohos5.0/foundation/graphic/graphic_2d/frameworks/bootanimation/src/
H A Dboot_video_player.cpp154 …oPlayerCallback::OnInfo(Media::PlayerOnInfoType type, int32_t extra, const Media::Format &infoBody) in OnInfo()
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/player/test/unittest/src/
H A Dplayer_mock.cpp169 void PlayerCallbackTest::HandleTrackChangeCallback(int32_t extra, const Format &infoBody) in HandleTrackChangeCallback()
182 void PlayerCallbackTest::HandleSubtitleCallback(int32_t extra, const Format &infoBody) in HandleSubtitleCallback()
191 void PlayerCallbackTest::HandleTrackInfoCallback(int32_t extra, const Format &infoBody) in HandleTrackInfoCallback()
199 void PlayerCallbackTest::OnInfo(PlayerOnInfoType type, int32_t extra, const Format &infoBody) in OnInfo()
286 void PlayerCallbackTest::SeekNotify(int32_t extra, const Format &infoBody) in SeekNotify()
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/player/
H A Dvideo_callback_napi.cpp79 void VideoCallbackNapi::OnInfo(PlayerOnInfoType type, int32_t extra, const Format &infoBody) in OnInfo()
214 void VideoCallbackNapi::OnVideoSizeChangedCb(const Format &infoBody) in OnVideoSizeChangedCb()
H A Dplayer_callback_napi.cpp93 void PlayerCallbackNapi::OnInfo(PlayerOnInfoType type, int32_t extra, const Format &infoBody) in OnInfo()
/ohos5.0/foundation/multimedia/media_foundation/engine/scene/player/standard/
H A Dhiplayer_callback_looper.cpp126 void HiPlayerCallbackLooper::OnInfo(PlayerOnInfoType type, int32_t extra, const Format &infoBody) in OnInfo()
/ohos5.0/base/web/webview/ohos_adapter/media_adapter/src/
H A Dplayer_framework_adapter_impl.cpp146 …yerCallbackImpl::OnInfo(Media::PlayerOnInfoType type, int32_t extra, const Media::Format& infoBody) in OnInfo()
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/player/
H A Dplayer_impl.cpp270 void PlayerImpl::OnInfo(PlayerOnInfoType type, int32_t extra, const Format &infoBody) in OnInfo()
521 void PlayerImplCallback::OnInfo(PlayerOnInfoType type, int32_t extra, const Format &infoBody) in OnInfo()
/ohos5.0/foundation/multimedia/media_foundation/test/scenetest/helper/
H A Dstd_player.cpp45 void OnInfo(PlayerOnInfoType type, int32_t extra, const Format& infoBody) override in OnInfo()
/ohos5.0/foundation/multimedia/player_framework/services/engine/histreamer/player/
H A Dhiplayer_callback_looper.cpp263 void HiPlayerCallbackLooper::OnInfo(PlayerOnInfoType type, int32_t extra, const Format &infoBody) in OnInfo()
/ohos5.0/foundation/multimedia/player_framework/services/services/player/player_mem_manage/
H A Dplayer_server_mem.cpp699 void PlayerServerMem::OnInfo(PlayerOnInfoType type, int32_t extra, const Format &infoBody) in OnInfo()
954 void PlayerServerMem::GetDefaultTrack(PlayerOnInfoType type, int32_t extra, const Format &infoBody) in GetDefaultTrack()