/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() 241 int32_t AVMetadataHelperServiceStub::GetFrameIndexByTime(uint64_t time, uint32_t &index) in GetFrameIndexByTime() function in OHOS::Media::AVMetadataHelperServiceStub 245 return avMetadateHelperServer_->GetFrameIndexByTime(time, index); in GetFrameIndexByTime() 399 int32_t AVMetadataHelperServiceStub::GetFrameIndexByTime(MessageParcel &data, MessageParcel &reply) in GetFrameIndexByTime() function in OHOS::Media::AVMetadataHelperServiceStub 403 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; 73 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 335 "GetFrameIndexByTime failed, error: %{public}d", error); in GetFrameIndexByTime()
|
/foundation/multimedia/player_framework/services/services/engine_intf/ |
H A D | i_avmetadatahelper_engine.h | 117 virtual int32_t GetFrameIndexByTime(uint64_t time, uint32_t &index) = 0;
|
/foundation/multimedia/player_framework/services/services/avmetadatahelper/client/ |
H A D | avmetadatahelper_client.cpp | 157 int32_t AVMetadataHelperClient::GetFrameIndexByTime(uint64_t time, uint32_t &index) in GetFrameIndexByTime() function in OHOS::Media::AVMetadataHelperClient 160 return avMetadataHelperProxy_->GetFrameIndexByTime(time, index); in GetFrameIndexByTime()
|
H A D | avmetadatahelper_client.h | 46 int32_t GetFrameIndexByTime(uint64_t time, uint32_t &index) override;
|
/foundation/multimedia/player_framework/services/engine/histreamer/avmetadatahelper/ |
H A D | avmetadatahelper_impl.cpp | 166 int32_t AVMetadataHelperImpl::GetFrameIndexByTime(uint64_t time, uint32_t &index) in GetFrameIndexByTime() function in OHOS::Media::AVMetadataHelperImpl 170 return metadataCollector_->GetFrameIndexByTime(time, index); in GetFrameIndexByTime()
|
H A D | avmetadatahelper_impl.h | 52 int32_t GetFrameIndexByTime(uint64_t time, uint32_t &index) override;
|
H A D | avmetadata_collector.h | 76 int32_t GetFrameIndexByTime(uint64_t timeUs, uint32_t &index);
|
H A D | avmetadata_collector.cpp | 270 int32_t AVMetaDataCollector::GetFrameIndexByTime(uint64_t timeUs, uint32_t &index) in GetFrameIndexByTime() function in OHOS::Media::AVMetaDataCollector
|
/foundation/multimedia/player_framework/interfaces/inner_api/native/ |
H A D | avmetadatahelper.h | 496 virtual int32_t GetFrameIndexByTime(uint64_t time, uint32_t &index) = 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;
|
/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 | 325 int32_t AVMetadataHelperServer::GetFrameIndexByTime(uint64_t time, uint32_t &index) in GetFrameIndexByTime() function in OHOS::Media::AVMetadataHelperServer 327 MediaTrace trace("AVMetadataHelperServer::GetFrameIndexByTime"); in GetFrameIndexByTime() 333 return avMetadataHelperEngine_->GetFrameIndexByTime(time, index); in GetFrameIndexByTime()
|
/foundation/multimedia/player_framework/test/fuzztest/avmetadata_fuzztest/avmetadatastublocal_fuzzer/ |
H A D | avmetadata_service_proxy_local_fuzzer.h | 89 int32_t GetFrameIndexByTime(uint64_t time, uint32_t &index) override
|
/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
|
/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);
|
/foundation/multimedia/player_framework/frameworks/native/avmetadatahelper/test/unittest/src/ |
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()
|
/foundation/multimedia/player_framework/frameworks/native/avmetadatahelper/ |
H A D | avmetadatahelper_impl.h | 53 int32_t GetFrameIndexByTime(uint64_t time, uint32_t &index) override;
|
H A D | avmetadatahelper_impl.cpp | 794 int32_t AVMetadataHelperImpl::GetFrameIndexByTime(uint64_t time, uint32_t &index) in GetFrameIndexByTime() function in OHOS::Media::AVMetadataHelperImpl 798 auto res = avMetadataHelperService_->GetFrameIndexByTime(time, index); in GetFrameIndexByTime()
|
/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()
|
/foundation/multimedia/media_library/frameworks/services/media_scanner/src/scanner/ |
H A D | metadata_extractor.cpp | 575 int32_t err = avMetadataHelper->GetFrameIndexByTime(coverPosition, frameIndex); in FillFrameIndex()
|
/foundation/multimedia/player_framework/frameworks/js/metadatahelper/ |
H A D | avmetadataextractor_napi.cpp | 659 if (helper->GetFrameIndexByTime(promiseCtx->timeStamp_, promiseCtx->index_) != MSERR_EXT_API9_OK) { in JSGetFrameIndexByTime()
|