Home
last modified time | relevance | path

Searched refs:fileIndex (Results 1 - 8 of 8) sorted by relevance

/foundation/window/window_manager/test/demo/
H A Ddemo_snapshot_virtual_screen.cpp84 int fileIndex = 1; in main() local
104 bool ret = SnapShotUtils::WriteToJpegWithPixelMap(FILE_NAME + std::to_string(fileIndex) + ".jpeg", *pixelMap); in main()
107 (FILE_NAME + std::to_string(fileIndex)).c_str() << " as jpeg" << std::endl; in main()
110 (FILE_NAME + std::to_string(fileIndex)).c_str() << " failed!" << std::endl; in main()
113 fileIndex++; in main()
/foundation/multimedia/audio_framework/frameworks/native/examples/
H A Dpa_stream_test.cpp95 int32_t InitRenderer(RendererMode rendererMode, int32_t fileIndex);
175 int32_t PaRendererTest::InitRenderer(RendererMode rendererMode, int32_t fileIndex) in InitRenderer() argument
180 AUDIO_INFO_LOG("Start OpenSpkFile, fileIndex: %{public}d", fileIndex); in InitRenderer()
181 std::string path = filePathMap_[fileIndex]; in InitRenderer()
596 int32_t InitPlayback(std::shared_ptr<PaRendererTest> streamTest, RendererMode rendererMode, int32_t fileIndex) in InitPlayback() argument
602 int32_t ret = streamTest->InitRenderer(rendererMode, fileIndex); in InitPlayback()
862 int32_t fileIndex = -1; in Loop() local
873 fileIndex = GetUserInput(); in Loop()
874 InitPlayback(streamTest, static_cast<RendererMode>(rendererMode), fileIndex); in Loop()
[all...]
/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/restore/
H A Dphotos_restore.cpp96 size_t fileIndex = albumlPath.find_last_of(FILE_SEPARATOR); in BuildAlbumInfoByLPath() local
97 if (fileIndex != string::npos) { in BuildAlbumInfoByLPath()
98 albumName = albumlPath.substr(fileIndex + 1); in BuildAlbumInfoByLPath()
/foundation/resourceschedule/device_standby/utils/policy/src/
H A Dstandby_config_manager.cpp219 STANDBYSERVICE_LOGE("failed to get the version of fileIndex: %{public}d", STANDBY_CONFIG_INDEX); in NeedsToReadCloudConfig()
222 STANDBYSERVICE_LOGE("failed to get the version of fileIndex: %{public}d", STRATEGY_CONFIG_INDEX); in NeedsToReadCloudConfig()
225 STANDBYSERVICE_LOGE("failed to get the version of fileIndex: %{public}d", CLOUD_CONFIG_INDEX); in NeedsToReadCloudConfig()
275 bool StandbyConfigManager::GetParamVersion(const int32_t& fileIndex, std::string& version) in GetParamVersion() argument
280 if (fileIndex != STANDBY_CONFIG_INDEX && fileIndex != STRATEGY_CONFIG_INDEX) { in GetParamVersion()
285 int32_t returnCode = getExtConfigFunc_(fileIndex, configContentList); in GetParamVersion()
307 bool StandbyConfigManager::GetCloudVersion(const int32_t& fileIndex, std::string& version) in GetCloudVersion() argument
312 if (fileIndex != CLOUD_CONFIG_INDEX) { in GetCloudVersion()
317 int32_t returnCode = getSingleExtConfigFunc_(fileIndex, configClou in GetCloudVersion()
[all...]
/foundation/resourceschedule/device_standby/utils/policy/include/
H A Dstandby_config_manager.h141 bool GetParamVersion(const int32_t& fileIndex, std::string& version);
142 bool GetCloudVersion(const int32_t& fileIndex, std::string& version);
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/round_corner_display/
H A Drs_round_corner_config.cpp133 const int fileIndex = 0; in ReadXmlNode() local
140 fileName = XMLReader::ReadAttrStr(ptr, attrArray[fileIndex]); in ReadXmlNode()
/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/include/
H A Dvideoenc_api11_sample.h129 uint32_t ReadOneFrameFromList(uint8_t *dst, int32_t &fileIndex);
H A Dvideoenc_inner_sample.h130 uint32_t ReadOneFrameFromList(uint8_t *dst, int32_t &fileIndex);

Completed in 6 milliseconds