/ohos5.0/foundation/multimedia/player_framework/services/services/avmetadatahelper/ipc/ |
H A D | avmetadatahelper_service_stub.cpp | 89 … [this](MessageParcel &data, MessageParcel &reply) { return GetFrameIndexByTime(data, reply); } }, in Init() 238 int32_t AVMetadataHelperServiceStub::GetFrameIndexByTime(uint64_t time, uint32_t &index) in GetFrameIndexByTime() function in OHOS::Media::AVMetadataHelperServiceStub 242 return avMetadateHelperServer_->GetFrameIndexByTime(time, index); in GetFrameIndexByTime() 396 int32_t AVMetadataHelperServiceStub::GetFrameIndexByTime(MessageParcel &data, MessageParcel &reply) in GetFrameIndexByTime() function in OHOS::Media::AVMetadataHelperServiceStub 400 auto res = GetFrameIndexByTime(time, index); in GetFrameIndexByTime()
|
H A D | avmetadatahelper_service_stub.h | 51 int32_t GetFrameIndexByTime(uint64_t time, uint32_t &index) override; 69 int32_t GetFrameIndexByTime(MessageParcel &data, MessageParcel &reply);
|
H A D | avmetadatahelper_service_proxy.h | 43 int32_t GetFrameIndexByTime(uint64_t time, uint32_t &index) override;
|
H A D | i_standard_avmetadatahelper_service.h | 47 virtual int32_t GetFrameIndexByTime(uint64_t time, uint32_t &index) = 0;
|
H A D | avmetadatahelper_service_proxy.cpp | 322 int32_t AVMetadataHelperServiceProxy::GetFrameIndexByTime(uint64_t time, uint32_t &index) in GetFrameIndexByTime() function in OHOS::Media::AVMetadataHelperServiceProxy
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/avmetadatahelper/test/unittest/src/ |
H A D | avmetadata_unit_test.cpp | 644 ASSERT_EQ(MSERR_OK, helper->GetFrameIndexByTime(0, index)); in HWTEST_F() 680 ASSERT_EQ(MSERR_OK, helper->GetFrameIndexByTime(time, index)); in HWTEST_F() 699 ASSERT_NE(MSERR_OK, helper->GetFrameIndexByTime(time, index)); in HWTEST_F() 755 ASSERT_EQ(MSERR_OK, helper->GetFrameIndexByTime(time, index)); in HWTEST_F() 780 ASSERT_EQ(MSERR_OK, helper->GetFrameIndexByTime(time, index)); in HWTEST_F() 799 ASSERT_NE(MSERR_OK, helper->GetFrameIndexByTime(time, index)); in HWTEST_F() 837 ASSERT_EQ(MSERR_OK, helper->GetFrameIndexByTime(time, index)); in HWTEST_F()
|
H A D | avmetadata_mock.cpp | 260 int32_t AVMetadataMock::GetFrameIndexByTime(uint64_t time, uint32_t &index) in GetFrameIndexByTime() function in OHOS::Media::AVMetadataMock 262 return avMetadataHelper_->GetFrameIndexByTime(time, index); in GetFrameIndexByTime()
|
/ohos5.0/foundation/multimedia/player_framework/services/services/avmetadatahelper/client/ |
H A D | avmetadatahelper_client.cpp | 149 int32_t AVMetadataHelperClient::GetFrameIndexByTime(uint64_t time, uint32_t &index) in GetFrameIndexByTime() function in OHOS::Media::AVMetadataHelperClient 152 return avMetadataHelperProxy_->GetFrameIndexByTime(time, index); in GetFrameIndexByTime()
|
H A D | avmetadatahelper_client.h | 44 int32_t GetFrameIndexByTime(uint64_t time, uint32_t &index) override;
|
/ohos5.0/foundation/multimedia/player_framework/services/services/engine_intf/ |
H A D | i_avmetadatahelper_engine.h | 100 virtual int32_t GetFrameIndexByTime(uint64_t time, uint32_t &index) = 0;
|
/ohos5.0/foundation/multimedia/player_framework/services/engine/histreamer/avmetadatahelper/ |
H A D | avmetadatahelper_impl.cpp | 175 int32_t AVMetadataHelperImpl::GetFrameIndexByTime(uint64_t time, uint32_t &index) in GetFrameIndexByTime() function in OHOS::Media::AVMetadataHelperImpl 180 return metadataCollector_->GetFrameIndexByTime(time, index); in GetFrameIndexByTime()
|
H A D | avmetadata_collector.h | 76 int32_t GetFrameIndexByTime(uint64_t timeUs, uint32_t &index);
|
H A D | avmetadatahelper_impl.h | 53 int32_t GetFrameIndexByTime(uint64_t time, uint32_t &index) override;
|
H A D | avmetadata_collector.cpp | 266 int32_t AVMetaDataCollector::GetFrameIndexByTime(uint64_t timeUs, uint32_t &index) in GetFrameIndexByTime() function in OHOS::Media::AVMetaDataCollector
|
/ohos5.0/foundation/multimedia/player_framework/services/include/ |
H A D | i_avmetadatahelper_service.h | 195 virtual int32_t GetFrameIndexByTime(uint64_t time, uint32_t &index) = 0;
|
/ohos5.0/foundation/multimedia/player_framework/services/services/avmetadatahelper/server/ |
H A D | avmetadatahelper_server.h | 48 int32_t GetFrameIndexByTime(uint64_t time, uint32_t &index) override;
|
H A D | avmetadatahelper_server.cpp | 339 int32_t AVMetadataHelperServer::GetFrameIndexByTime(uint64_t time, uint32_t &index) in GetFrameIndexByTime() function in OHOS::Media::AVMetadataHelperServer 347 return avMetadataHelperEngine_->GetFrameIndexByTime(time, index); in GetFrameIndexByTime()
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/avmetadatahelper/ |
H A D | avmetadatahelper_impl.h | 44 int32_t GetFrameIndexByTime(uint64_t time, uint32_t &index) override;
|
H A D | avmetadatahelper_impl.cpp | 627 int32_t AVMetadataHelperImpl::GetFrameIndexByTime(uint64_t time, uint32_t &index) in GetFrameIndexByTime() function in OHOS::Media::AVMetadataHelperImpl 631 auto res = avMetadataHelperService_->GetFrameIndexByTime(time, index); in GetFrameIndexByTime()
|
/ohos5.0/foundation/multimedia/player_framework/interfaces/inner_api/native/ |
H A D | avmetadatahelper.h | 500 virtual int32_t GetFrameIndexByTime(uint64_t time, uint32_t &index) = 0;
|
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/avmetadata_fuzztest/avmetadatastub_fuzzer/ |
H A D | avmetadata_service_proxy_fuzzer.h | 89 int32_t GetFrameIndexByTime(uint64_t time, uint32_t &index) override in GetFrameIndexByTime() function
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/avmetadatahelper/test/unittest/include/ |
H A D | avmetadata_mock.h | 105 int32_t GetFrameIndexByTime(uint64_t time, uint32_t &index);
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_scanner/src/scanner/ |
H A D | metadata_extractor.cpp | 574 int32_t err = avMetadataHelper->GetFrameIndexByTime(coverPosition, frameIndex); in FillFrameIndex()
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/ |
H A D | moving_photo_file_utils.cpp | 334 if (avMetadataHelper->GetFrameIndexByTime(time, index) != E_OK) { in GetFrameIndex()
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/metadatahelper/ |
H A D | avmetadataextractor_napi.cpp | 652 …auto res = promiseCtx->innerHelper_->GetFrameIndexByTime(promiseCtx->timeStamp_, promiseCtx->index… in JSGetFrameIndexByTime()
|