Searched refs:GetFrameIndex (Results 1 - 10 of 10) sorted by relevance
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/include/ |
H A D | moving_photo_file_utils.h | 62 EXPORT static uint32_t GetFrameIndex(int64_t time, const int32_t fd);
|
/foundation/multimedia/media_library/frameworks/services/media_scanner/include/scanner/ |
H A D | metadata.h | 155 int32_t GetFrameIndex() const;
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/ |
H A D | moving_photo_file_utils.cpp | 316 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 D | intf_shader_manager.h | 503 virtual uint64_t GetFrameIndex(const RenderHandleReference& handle) const = 0;
|
/foundation/multimedia/media_library/frameworks/services/media_scanner/src/scanner/ |
H A D | metadata.cpp | 540 int32_t Metadata::GetFrameIndex() const in GetFrameIndex() function in OHOS::Media::Metadata
|
H A D | metadata_extractor.cpp | 661 uint32_t frameIndex = MovingPhotoFileUtils::GetFrameIndex(videoData->GetCoverPosition(), in CombineMovingPhotoMetadata()
|
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/components/ |
H A D | material_component_manager.cpp | 1052 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 D | moving_photo_file_utils_test.cpp | 332 EXPECT_GT(MovingPhotoFileUtils::GetFrameIndex(0, fd), 0); in HWTEST_F()
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/device/ |
H A D | shader_manager.h | 262 uint64_t GetFrameIndex(const RenderHandleReference& handle) const override;
|
H A D | shader_manager.cpp | 1988 uint64_t ShaderManager::GetFrameIndex(const RenderHandleReference& handle) const
|
Completed in 14 milliseconds