/ohos5.0/foundation/multimedia/media_foundation/test/scenetest/helper/ |
H A D | std_player.cpp | 82 int32_t GetVideoTrackInfo(std::vector<Format> &videoTrack) override; 259 int32_t TestPlayerImpl::GetVideoTrackInfo(std::vector<Format> &videoTrack) in GetVideoTrackInfo() function in OHOS::Media::Test::TestPlayerImpl 261 int32_t ret = player_->GetVideoTrackInfo(videoTrack); in GetVideoTrackInfo()
|
H A D | test_player.hpp | 69 virtual int32_t GetVideoTrackInfo(std::vector<Format> &videoTrack) = 0;
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/video_test/capbilities/data_producer/demuxer/ |
H A D | demuxer.cpp | 56 int32_t ret = GetVideoTrackInfo(sourceFormat); in Init() 94 int32_t Demuxer::GetVideoTrackInfo(std::shared_ptr<OH_AVFormat> sourceFormat) in GetVideoTrackInfo() function in OHOS::MediaAVCodec::Sample::Demuxer
|
H A D | demuxer.h | 35 int32_t GetVideoTrackInfo(std::shared_ptr<OH_AVFormat> sourceFormat);
|
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/player_fuzztest/playerfile_fuzzer/ |
H A D | playerfile_fuzzer.cpp | 68 player_->GetVideoTrackInfo(videoTrack); in FuzzFile()
|
/ohos5.0/foundation/multimedia/player_framework/services/services/player/ipc/ |
H A D | player_service_stub.h | 61 int32_t GetVideoTrackInfo(std::vector<Format> &videoTrack) override; 125 int32_t GetVideoTrackInfo(MessageParcel &data, MessageParcel &reply);
|
H A D | player_service_stub.cpp | 148 … [this](MessageParcel &data, MessageParcel &reply) { return GetVideoTrackInfo(data, reply); } }; in FillPlayerFuncPart2() 402 int32_t PlayerServiceStub::GetVideoTrackInfo(std::vector<Format> &videoTrack) in GetVideoTrackInfo() function in OHOS::Media::PlayerServiceStub 406 return playerServer_->GetVideoTrackInfo(videoTrack); in GetVideoTrackInfo() 771 int32_t PlayerServiceStub::GetVideoTrackInfo(MessageParcel &data, MessageParcel &reply) in GetVideoTrackInfo() function in OHOS::Media::PlayerServiceStub 775 int32_t ret = GetVideoTrackInfo(videoTrack); in GetVideoTrackInfo()
|
H A D | player_service_proxy.h | 54 int32_t GetVideoTrackInfo(std::vector<Format> &videoTrack) override;
|
H A D | i_standard_player_service.h | 68 virtual int32_t GetVideoTrackInfo(std::vector<Format> &videoTrack) = 0;
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/player/test/unittest/src/ |
H A D | player_unit_test.cpp | 68 EXPECT_EQ(MSERR_OK, player_->GetVideoTrackInfo(videoTrack)); in PlayFunTest() 104 EXPECT_NE(MSERR_OK, player_->GetVideoTrackInfo(videoTrack)); in NoRunPlayFunTest() 136 player_->GetVideoTrackInfo(videoTrack); in GetSetParaFunTest() 308 EXPECT_NE(MSERR_OK, player_->GetVideoTrackInfo(videoTrack)); 361 EXPECT_NE(MSERR_OK, player_->GetVideoTrackInfo(videoTrack)); 1258 EXPECT_EQ(MSERR_OK, player_->GetVideoTrackInfo(videoTrack)); 1273 EXPECT_NE(MSERR_OK, player_->GetVideoTrackInfo(videoTrack)); 1278 EXPECT_NE(MSERR_OK, player_->GetVideoTrackInfo(videoTrack)); 1281 EXPECT_EQ(MSERR_OK, player_->GetVideoTrackInfo(videoTrack)); 1284 EXPECT_EQ(MSERR_OK, player_->GetVideoTrackInfo(videoTrack)); [all …]
|
H A D | player_mock.cpp | 549 int32_t PlayerMock::GetVideoTrackInfo(std::vector<Format> &videoTrack) in GetVideoTrackInfo() function in OHOS::Media::PlayerMock 552 return player_->GetVideoTrackInfo(videoTrack); in GetVideoTrackInfo()
|
/ohos5.0/foundation/multimedia/player_framework/services/engine/histreamer/avmetadatahelper/ |
H A D | av_thumbnail_generator.cpp | 109 trackFormat.SetMeta(GetVideoTrackInfo()); in InitDecoder() 127 std::shared_ptr<Meta> AVThumbnailGenerator::GetVideoTrackInfo() in GetVideoTrackInfo() function in OHOS::Media::AVThumbnailGenerator 251 trackInfo_ = GetVideoTrackInfo(); in FetchFrameAtTime() 295 trackInfo_ = GetVideoTrackInfo(); in FetchFrameYuv()
|
H A D | av_thumbnail_generator.h | 74 std::shared_ptr<Meta> GetVideoTrackInfo();
|
/ohos5.0/foundation/multimedia/player_framework/test/unittest/player_server_mem_test/ |
H A D | player_server_mem_unit_test.cpp | 443 int32_t ret = playerServerMem_->GetVideoTrackInfo(videoTrack); 462 int32_t ret = playerServerMem_->GetVideoTrackInfo(videoTrack); 483 int32_t ret = playerServerMem_->GetVideoTrackInfo(videoTrack);
|
/ohos5.0/foundation/multimedia/player_framework/services/include/ |
H A D | i_player_service.h | 277 virtual int32_t GetVideoTrackInfo(std::vector<Format> &videoTrack) = 0;
|
/ohos5.0/foundation/multimedia/player_framework/services/services/player/client/ |
H A D | player_client.h | 61 int32_t GetVideoTrackInfo(std::vector<Format> &videoTrack) override;
|
H A D | player_client.cpp | 248 int32_t PlayerClient::GetVideoTrackInfo(std::vector<Format> &videoTrack) in GetVideoTrackInfo() function in OHOS::Media::PlayerClient 252 return playerProxy_->GetVideoTrackInfo(videoTrack); in GetVideoTrackInfo()
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/player/ |
H A D | player_impl.h | 53 int32_t GetVideoTrackInfo(std::vector<Format> &videoTrack) override;
|
H A D | player_impl.cpp | 302 int32_t PlayerImpl::GetVideoTrackInfo(std::vector<Format> &videoTrack) in GetVideoTrackInfo() function in OHOS::Media::PlayerImpl 306 return playerService_->GetVideoTrackInfo(videoTrack); in GetVideoTrackInfo()
|
/ohos5.0/foundation/multimedia/player_framework/services/services/engine_intf/ |
H A D | i_player_engine.h | 88 virtual int32_t GetVideoTrackInfo(std::vector<Format> &videoTrack) = 0;
|
/ohos5.0/foundation/multimedia/media_foundation/engine/scene/player/standard/ |
H A D | hiplayer_impl.h | 77 int32_t GetVideoTrackInfo(std::vector<Format>& videoTrack) override;
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/player/test/unittest/include/ |
H A D | player_mock.h | 136 int32_t GetVideoTrackInfo(std::vector<Format> &videoTrack);
|
/ohos5.0/foundation/multimedia/player_framework/services/services/player/player_mem_manage/ |
H A D | player_server_mem.h | 54 int32_t GetVideoTrackInfo(std::vector<Format> &videoTrack) override;
|
H A D | player_server_mem.cpp | 409 int32_t PlayerServerMem::GetVideoTrackInfo(std::vector<Format> &videoTrack) in GetVideoTrackInfo() function in OHOS::Media::PlayerServerMem 417 return PlayerServer::GetVideoTrackInfo(videoTrack); in GetVideoTrackInfo() 723 ret = PlayerServer::GetVideoTrackInfo(recoverConfig_.videoTrack); in GetInformationBeforeMemReset()
|
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/player_fuzztest/playerstub_fuzzer/ |
H A D | player_service_proxy_fuzzer.h | 102 int32_t GetVideoTrackInfo(std::vector<Format> &videoTrack) override in GetVideoTrackInfo() function
|