Home
last modified time | relevance | path

Searched defs:timeUs (Results 1 - 12 of 12) sorted by relevance

/foundation/multimedia/player_framework/frameworks/native/avmetadatahelper/test/unittest/src/
H A Davmetadata_unit_test.cpp62 int64_t timeUs = 0; in GetThumbnail() local
388 int64_t timeUs = 0; HWTEST_F() local
444 int64_t timeUs = 0; HWTEST_F() local
466 int64_t timeUs = 0; HWTEST_F() local
488 int64_t timeUs = 0; HWTEST_F() local
513 int64_t timeUs = 0; HWTEST_F() local
549 int64_t timeUs = 0; HWTEST_F() local
578 int64_t timeUs = 0; HWTEST_F() local
[all...]
H A Davmetadata_mock.cpp112 std::shared_ptr<PixelMap> AVMetadataMock::FetchFrameAtTime(int64_t timeUs, int32_t option, PixelMapParams param) in FetchFrameAtTime() argument
118 std::shared_ptr<PixelMap> AVMetadataMock::FetchFrameYuv(int64_t timeUs, int32_t option, PixelMapParams param) in FetchFrameYuv() argument
160 FrameToFile(std::shared_ptr<PixelMap> frame, const char *fileName, int64_t timeUs, int32_t queryOption) FrameToFile() argument
209 FrameToJpeg(std::shared_ptr<PixelMap> frame, const char *fileName, int64_t timeUs, int32_t queryOption) FrameToJpeg() argument
/foundation/multimedia/player_framework/services/services/avmetadatahelper/client/
H A Davmetadatahelper_client.cpp135 std::shared_ptr<AVSharedMemory> AVMetadataHelperClient::FetchFrameAtTime(int64_t timeUs, int32_t option, in FetchFrameAtTime() argument
143 std::shared_ptr<AVBuffer> AVMetadataHelperClient::FetchFrameYuv(int64_t timeUs, int32_t option, in FetchFrameYuv() argument
/foundation/multimedia/player_framework/services/engine/histreamer/avmetadatahelper/
H A Davmetadatahelper_impl.cpp141 FetchFrameAtTime( int64_t timeUs, int32_t option, const OutputConfiguration &param) FetchFrameAtTime() argument
150 FetchFrameYuv( int64_t timeUs, int32_t option, const OutputConfiguration &param) FetchFrameYuv() argument
H A Davmetadata_collector.cpp261 int32_t AVMetaDataCollector::GetTimeByFrameIndex(uint32_t index, uint64_t &timeUs) in GetTimeByFrameIndex() argument
270 int32_t AVMetaDataCollector::GetFrameIndexByTime(uint64_t timeUs, uint32_t &index) in GetFrameIndexByTime() argument
H A Dav_thumbnail_generator.cpp241 std::shared_ptr<AVSharedMemory> AVThumbnailGenerator::FetchFrameAtTime(int64_t timeUs, int32_t option, in FetchFrameAtTime() argument
277 std::shared_ptr<AVBuffer> AVThumbnailGenerator::FetchFrameYuv(int64_t timeUs, int32_t option, in FetchFrameYuv() argument
[all...]
/foundation/multimedia/media_lite/services/player_lite/impl/player_control/sink/
H A Dplayer_sync.cpp398 int64_t timeUs = ptsMs * US2MS; in ProcAudFrame() local
/foundation/multimedia/player_framework/services/services/avmetadatahelper/ipc/
H A Davmetadatahelper_service_stub.cpp189 std::shared_ptr<AVSharedMemory> AVMetadataHelperServiceStub::FetchFrameAtTime(int64_t timeUs, in FetchFrameAtTime() argument
197 std::shared_ptr<AVBuffer> AVMetadataHelperServiceStub::FetchFrameYuv(int64_t timeUs, in FetchFrameYuv() argument
339 int64_t timeUs = data.ReadInt64(); in FetchFrameAtTime() local
349 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 option, in FetchFrameYuv() argument
252 std::shared_ptr<AVSharedMemory> AVMetadataHelperServiceProxy::FetchFrameAtTime(int64_t timeUs, in FetchFrameAtTime() argument
/foundation/multimedia/player_framework/services/services/avmetadatahelper/server/
H A Davmetadatahelper_server.cpp239 std::shared_ptr<AVSharedMemory> AVMetadataHelperServer::FetchFrameAtTime(int64_t timeUs, int32_t option, in FetchFrameAtTime() argument
258 std::shared_ptr<AVBuffer> AVMetadataHelperServer::FetchFrameYuv(int64_t timeUs, int32_t option, in FetchFrameYuv() argument
/foundation/multimedia/player_framework/frameworks/js/metadatahelper/
H A Davimagegenerator_napi.cpp162 GetFetchFrameArgs(std::unique_ptr<AVImageGeneratorAsyncContext> &asyncCtx, napi_env env, napi_value timeUs, napi_value option, napi_value params) GetFetchFrameArgs() argument
/foundation/multimedia/player_framework/frameworks/native/avmetadatahelper/
H A Davmetadatahelper_impl.cpp751 std::shared_ptr<PixelMap> AVMetadataHelperImpl::FetchFrameYuv(int64_t timeUs, int32_t option, in FetchFrameYuv() argument
695 FetchFrameAtTime( int64_t timeUs, int32_t option, const PixelMapParams &param) FetchFrameAtTime() argument

Completed in 10 milliseconds