Home
last modified time | relevance | path

Searched refs:GetFrameIndexByTime (Results 1 – 25 of 25) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/services/services/avmetadatahelper/ipc/
H A Davmetadatahelper_service_stub.cpp89 … [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 Davmetadatahelper_service_stub.h51 int32_t GetFrameIndexByTime(uint64_t time, uint32_t &index) override;
69 int32_t GetFrameIndexByTime(MessageParcel &data, MessageParcel &reply);
H A Davmetadatahelper_service_proxy.h43 int32_t GetFrameIndexByTime(uint64_t time, uint32_t &index) override;
H A Di_standard_avmetadatahelper_service.h47 virtual int32_t GetFrameIndexByTime(uint64_t time, uint32_t &index) = 0;
H A Davmetadatahelper_service_proxy.cpp322 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 Davmetadata_unit_test.cpp644 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 Davmetadata_mock.cpp260 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 Davmetadatahelper_client.cpp149 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 Davmetadatahelper_client.h44 int32_t GetFrameIndexByTime(uint64_t time, uint32_t &index) override;
/ohos5.0/foundation/multimedia/player_framework/services/services/engine_intf/
H A Di_avmetadatahelper_engine.h100 virtual int32_t GetFrameIndexByTime(uint64_t time, uint32_t &index) = 0;
/ohos5.0/foundation/multimedia/player_framework/services/engine/histreamer/avmetadatahelper/
H A Davmetadatahelper_impl.cpp175 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 Davmetadata_collector.h76 int32_t GetFrameIndexByTime(uint64_t timeUs, uint32_t &index);
H A Davmetadatahelper_impl.h53 int32_t GetFrameIndexByTime(uint64_t time, uint32_t &index) override;
H A Davmetadata_collector.cpp266 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 Di_avmetadatahelper_service.h195 virtual int32_t GetFrameIndexByTime(uint64_t time, uint32_t &index) = 0;
/ohos5.0/foundation/multimedia/player_framework/services/services/avmetadatahelper/server/
H A Davmetadatahelper_server.h48 int32_t GetFrameIndexByTime(uint64_t time, uint32_t &index) override;
H A Davmetadatahelper_server.cpp339 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 Davmetadatahelper_impl.h44 int32_t GetFrameIndexByTime(uint64_t time, uint32_t &index) override;
H A Davmetadatahelper_impl.cpp627 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 Davmetadatahelper.h500 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 Davmetadata_service_proxy_fuzzer.h89 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 Davmetadata_mock.h105 int32_t GetFrameIndexByTime(uint64_t time, uint32_t &index);
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_scanner/src/scanner/
H A Dmetadata_extractor.cpp574 int32_t err = avMetadataHelper->GetFrameIndexByTime(coverPosition, frameIndex); in FillFrameIndex()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dmoving_photo_file_utils.cpp334 if (avMetadataHelper->GetFrameIndexByTime(time, index) != E_OK) { in GetFrameIndex()
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/metadatahelper/
H A Davmetadataextractor_napi.cpp652 …auto res = promiseCtx->innerHelper_->GetFrameIndexByTime(promiseCtx->timeStamp_, promiseCtx->index… in JSGetFrameIndexByTime()