Home
last modified time | relevance | path

Searched refs:GetFrameIndex (Results 1 - 10 of 10) sorted by relevance

/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/include/
H A Dmoving_photo_file_utils.h62 EXPORT static uint32_t GetFrameIndex(int64_t time, const int32_t fd);
/foundation/multimedia/media_library/frameworks/services/media_scanner/include/scanner/
H A Dmetadata.h155 int32_t GetFrameIndex() const;
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dmoving_photo_file_utils.cpp316 uint32_t MovingPhotoFileUtils::GetFrameIndex(int64_t time, const int32_t fd) in GetFrameIndex() function in OHOS::Media::MovingPhotoFileUtils
319 tracer.Start("GetFrameIndex"); in GetFrameIndex()
384 if (MergeFile(imageFd, videoFd, livePhotoFd, extraPath, GetFrameIndex(coverPosition, videoFd.Get())) == E_ERR) { in ConvertToLivePhoto()
/foundation/graphic/graphic_3d/lume/LumeRender/api/render/device/
H A Dintf_shader_manager.h503 virtual uint64_t GetFrameIndex(const RenderHandleReference& handle) const = 0;
/foundation/multimedia/media_library/frameworks/services/media_scanner/src/scanner/
H A Dmetadata.cpp540 int32_t Metadata::GetFrameIndex() const in GetFrameIndex() function in OHOS::Media::Metadata
H A Dmetadata_extractor.cpp661 uint32_t frameIndex = MovingPhotoFileUtils::GetFrameIndex(videoData->GetCoverPosition(), in CombineMovingPhotoMetadata()
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/components/
H A Dmaterial_component_manager.cpp1052 const auto frameIndex = currentShader ? manager_->shaderManager_.GetFrameIndex(currentShader) : 0U; in operator =()
1149 const auto frameIndex = manager_->shaderManager_.GetFrameIndex(currentShader); in UpdateMetadata()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_helper_test/src/
H A Dmoving_photo_file_utils_test.cpp332 EXPECT_GT(MovingPhotoFileUtils::GetFrameIndex(0, fd), 0); in HWTEST_F()
/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dshader_manager.h262 uint64_t GetFrameIndex(const RenderHandleReference& handle) const override;
H A Dshader_manager.cpp1988 uint64_t ShaderManager::GetFrameIndex(const RenderHandleReference& handle) const

Completed in 14 milliseconds