Home
last modified time | relevance | path

Searched defs:timeUs (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/avmetadata_fuzztest/avmetadatastub_fuzzer/
H A Davmetadata_service_proxy_fuzzer.h60 int64_t timeUs, int32_t option, const OutputConfiguration &param) override in FetchFrameAtTime()
65 int64_t timeUs, int32_t option, const OutputConfiguration &param) override in FetchFrameYuv()
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/avmetadatahelper/test/unittest/src/
H A Davmetadata_unit_test.cpp62 int64_t timeUs = 0; in GetThumbnail() local
400 int64_t timeUs = 0; variable
456 int64_t timeUs = 0; variable
478 int64_t timeUs = 0; variable
500 int64_t timeUs = 0; variable
525 int64_t timeUs = 0; in HWTEST_F() local
561 int64_t timeUs = 0; in HWTEST_F() local
590 int64_t timeUs = 0; in HWTEST_F() local
H A Davmetadata_mock.cpp112 std::shared_ptr<PixelMap> AVMetadataMock::FetchFrameAtTime(int64_t timeUs, int32_t option, PixelMap… in FetchFrameAtTime()
118 std::shared_ptr<PixelMap> AVMetadataMock::FetchFrameYuv(int64_t timeUs, int32_t option, PixelMapPar… in FetchFrameYuv()
161 const char *fileName, int64_t timeUs, int32_t queryOption) in FrameToFile()
210 const char *fileName, int64_t timeUs, int32_t queryOption) in FrameToJpeg()
/ohos5.0/foundation/multimedia/player_framework/services/services/avmetadatahelper/client/
H A Davmetadatahelper_client.cpp135 std::shared_ptr<AVSharedMemory> AVMetadataHelperClient::FetchFrameAtTime(int64_t timeUs, int32_t op… in FetchFrameAtTime()
155 std::shared_ptr<AVBuffer> AVMetadataHelperClient::FetchFrameYuv(int64_t timeUs, int32_t option, in FetchFrameYuv()
/ohos5.0/foundation/multimedia/player_framework/services/engine/histreamer/avmetadatahelper/
H A Davmetadatahelper_impl.cpp159 int64_t timeUs, int32_t option, const OutputConfiguration &param) in FetchFrameAtTime()
208 int64_t timeUs, int32_t option, const OutputConfiguration &param) in FetchFrameYuv()
H A Davmetadata_collector.cpp257 int32_t AVMetaDataCollector::GetTimeByFrameIndex(uint32_t index, uint64_t &timeUs) in GetTimeByFrameIndex()
266 int32_t AVMetaDataCollector::GetFrameIndexByTime(uint64_t timeUs, uint32_t &index) in GetFrameIndexByTime()
H A Dav_thumbnail_generator.cpp238 std::shared_ptr<AVSharedMemory> AVThumbnailGenerator::FetchFrameAtTime(int64_t timeUs, int32_t opti… in FetchFrameAtTime()
282 std::shared_ptr<AVBuffer> AVThumbnailGenerator::FetchFrameYuv(int64_t timeUs, int32_t option, in FetchFrameYuv()
/ohos5.0/foundation/multimedia/player_framework/services/services/avmetadatahelper/ipc/
H A Davmetadatahelper_service_stub.cpp187 std::shared_ptr<AVSharedMemory> AVMetadataHelperServiceStub::FetchFrameAtTime(int64_t timeUs, in FetchFrameAtTime()
195 std::shared_ptr<AVBuffer> AVMetadataHelperServiceStub::FetchFrameYuv(int64_t timeUs, in FetchFrameYuv()
336 int64_t timeUs = data.ReadInt64(); in FetchFrameAtTime() local
346 int64_t timeUs = data.ReadInt64(); in FetchFrameYuv() local
H A Davmetadatahelper_service_proxy.cpp227 std::shared_ptr<AVBuffer> AVMetadataHelperServiceProxy::FetchFrameYuv(int64_t timeUs, int32_t optio… in FetchFrameYuv()
252 std::shared_ptr<AVSharedMemory> AVMetadataHelperServiceProxy::FetchFrameAtTime(int64_t timeUs, in FetchFrameAtTime()
/ohos5.0/foundation/multimedia/player_framework/services/services/avmetadatahelper/server/
H A Davmetadatahelper_server.cpp244 std::shared_ptr<AVSharedMemory> AVMetadataHelperServer::FetchFrameAtTime(int64_t timeUs, int32_t op… in FetchFrameAtTime()
264 std::shared_ptr<AVBuffer> AVMetadataHelperServer::FetchFrameYuv(int64_t timeUs, int32_t option, in FetchFrameYuv()
/ohos5.0/foundation/multimedia/media_lite/services/player_lite/impl/player_control/sink/
H A Dplayer_sync.cpp398 int64_t timeUs = ptsMs * US2MS; in ProcAudFrame() local
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/avmetadatahelper/
H A Davmetadatahelper_impl.cpp538 int64_t timeUs, int32_t option, const PixelMapParams &param) in FetchFrameAtTime()
593 std::shared_ptr<PixelMap> AVMetadataHelperImpl::FetchFrameYuv(int64_t timeUs, int32_t option, in FetchFrameYuv()
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/metadatahelper/
H A Davimagegenerator_napi.cpp165 napi_value timeUs, napi_value option, napi_value params) in GetFetchFrameArgs()