/ohos5.0/foundation/multimedia/player_framework/services/services/avmetadatahelper/ipc/ |
H A D | avmetadatahelper_service_stub.cpp | 87 … [this](MessageParcel &data, MessageParcel &reply) { return GetTimeByFrameIndex(data, reply); } }, in Init() 230 int32_t AVMetadataHelperServiceStub::GetTimeByFrameIndex(uint32_t index, uint64_t &time) in GetTimeByFrameIndex() function in OHOS::Media::AVMetadataHelperServiceStub 235 return avMetadateHelperServer_->GetTimeByFrameIndex(index, time); in GetTimeByFrameIndex() 386 int32_t AVMetadataHelperServiceStub::GetTimeByFrameIndex(MessageParcel &data, MessageParcel &reply) in GetTimeByFrameIndex() function in OHOS::Media::AVMetadataHelperServiceStub 390 auto res = GetTimeByFrameIndex(index, time); in GetTimeByFrameIndex()
|
H A D | avmetadatahelper_service_stub.h | 50 int32_t GetTimeByFrameIndex(uint32_t index, uint64_t &time) override; 68 int32_t GetTimeByFrameIndex(MessageParcel &data, MessageParcel &reply);
|
H A D | avmetadatahelper_service_proxy.h | 42 int32_t GetTimeByFrameIndex(uint32_t index, uint64_t &time) override;
|
H A D | i_standard_avmetadatahelper_service.h | 46 virtual int32_t GetTimeByFrameIndex(uint32_t index, uint64_t &time) = 0;
|
H A D | avmetadatahelper_service_proxy.cpp | 304 int32_t AVMetadataHelperServiceProxy::GetTimeByFrameIndex(uint32_t index, uint64_t &time) in GetTimeByFrameIndex() function in OHOS::Media::AVMetadataHelperServiceProxy
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/avmetadatahelper/test/unittest/src/ |
H A D | avmetadata_unit_test.cpp | 661 ASSERT_EQ(MSERR_OK, helper->GetTimeByFrameIndex(0, time)); in HWTEST_F() 717 ASSERT_EQ(MSERR_OK, helper->GetTimeByFrameIndex(index, time)); in HWTEST_F() 736 ASSERT_NE(MSERR_OK, helper->GetTimeByFrameIndex(index, time)); in HWTEST_F() 758 ASSERT_EQ(MSERR_OK, helper->GetTimeByFrameIndex(index, time)); in HWTEST_F() 777 ASSERT_EQ(MSERR_OK, helper->GetTimeByFrameIndex(index, time)); in HWTEST_F() 818 ASSERT_NE(MSERR_OK, helper->GetTimeByFrameIndex(index, time)); in HWTEST_F() 855 ASSERT_EQ(MSERR_OK, helper->GetTimeByFrameIndex(index, time)); in HWTEST_F()
|
H A D | avmetadata_mock.cpp | 255 int32_t AVMetadataMock::GetTimeByFrameIndex(uint32_t index, uint64_t &time) in GetTimeByFrameIndex() function in OHOS::Media::AVMetadataMock 257 return avMetadataHelper_->GetTimeByFrameIndex(index, time); in GetTimeByFrameIndex()
|
/ohos5.0/foundation/multimedia/player_framework/services/services/avmetadatahelper/client/ |
H A D | avmetadatahelper_client.cpp | 143 int32_t AVMetadataHelperClient::GetTimeByFrameIndex(uint32_t index, uint64_t &time) in GetTimeByFrameIndex() function in OHOS::Media::AVMetadataHelperClient 146 return avMetadataHelperProxy_->GetTimeByFrameIndex(index, time); in GetTimeByFrameIndex()
|
H A D | avmetadatahelper_client.h | 43 int32_t GetTimeByFrameIndex(uint32_t index, uint64_t &time) override;
|
/ohos5.0/foundation/multimedia/player_framework/services/services/engine_intf/ |
H A D | i_avmetadatahelper_engine.h | 93 virtual int32_t GetTimeByFrameIndex(uint32_t index, uint64_t &time) = 0;
|
/ohos5.0/foundation/multimedia/player_framework/services/engine/histreamer/avmetadatahelper/ |
H A D | avmetadatahelper_impl.cpp | 167 int32_t AVMetadataHelperImpl::GetTimeByFrameIndex(uint32_t index, uint64_t &time) in GetTimeByFrameIndex() function in OHOS::Media::AVMetadataHelperImpl 172 return metadataCollector_->GetTimeByFrameIndex(index, time); in GetTimeByFrameIndex()
|
H A D | avmetadata_collector.h | 75 int32_t GetTimeByFrameIndex(uint32_t index, uint64_t &timeUs);
|
H A D | avmetadatahelper_impl.h | 52 int32_t GetTimeByFrameIndex(uint32_t index, uint64_t &time) override;
|
H A D | avmetadata_collector.cpp | 257 int32_t AVMetaDataCollector::GetTimeByFrameIndex(uint32_t index, uint64_t &timeUs) in GetTimeByFrameIndex() function in OHOS::Media::AVMetaDataCollector
|
/ohos5.0/foundation/multimedia/player_framework/services/include/ |
H A D | i_avmetadatahelper_service.h | 188 virtual int32_t GetTimeByFrameIndex(uint32_t index, uint64_t &time) = 0;
|
/ohos5.0/foundation/multimedia/player_framework/services/services/avmetadatahelper/server/ |
H A D | avmetadatahelper_server.h | 47 int32_t GetTimeByFrameIndex(uint32_t index, uint64_t &time) override;
|
H A D | avmetadatahelper_server.cpp | 322 int32_t AVMetadataHelperServer::GetTimeByFrameIndex(uint32_t index, uint64_t &time) in GetTimeByFrameIndex() function in OHOS::Media::AVMetadataHelperServer 330 return avMetadataHelperEngine_->GetTimeByFrameIndex(index, timeUs); in GetTimeByFrameIndex()
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/avmetadatahelper/ |
H A D | avmetadatahelper_impl.h | 43 int32_t GetTimeByFrameIndex(uint32_t index, uint64_t &time) override;
|
H A D | avmetadatahelper_impl.cpp | 618 int32_t AVMetadataHelperImpl::GetTimeByFrameIndex(uint32_t index, uint64_t &time) in GetTimeByFrameIndex() function in OHOS::Media::AVMetadataHelperImpl 622 auto res = avMetadataHelperService_->GetTimeByFrameIndex(index, time); in GetTimeByFrameIndex()
|
/ohos5.0/foundation/multimedia/player_framework/interfaces/inner_api/native/ |
H A D | avmetadatahelper.h | 493 virtual int32_t GetTimeByFrameIndex(uint32_t index, uint64_t &time) = 0;
|
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/avmetadata_fuzztest/avmetadatastub_fuzzer/ |
H A D | avmetadata_service_proxy_fuzzer.h | 85 int32_t GetTimeByFrameIndex(uint32_t index, uint64_t &time) override in GetTimeByFrameIndex() function
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/avmetadatahelper/test/unittest/include/ |
H A D | avmetadata_mock.h | 104 int32_t GetTimeByFrameIndex(uint32_t index, uint64_t &time);
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/ |
H A D | moving_photo_file_utils.cpp | 652 err = helper->GetTimeByFrameIndex(frameIndex, coverPosition); in GetMovingPhotoCoverPosition()
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/metadatahelper/ |
H A D | avmetadataextractor_napi.cpp | 588 …auto res = promiseCtx->innerHelper_->GetTimeByFrameIndex(promiseCtx->index_, promiseCtx->timeStamp… in JSGetTimeByFrameIndex()
|