Home
last modified time | relevance | path

Searched refs:otherWidth (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/services/services/recorder/server/
H A Dmedia_library_adapter.cpp155 int32_t otherWidth = 2; in CreateDisplayName() local
161 << std::setw(otherWidth) << std::setfill(placeholder) << (currentTime.tm_mon + 1) in CreateDisplayName()
162 << std::setw(otherWidth) << std::setfill(placeholder) << currentTime.tm_mday in CreateDisplayName()
163 << connector << std::setw(otherWidth) << std::setfill(placeholder) << currentTime.tm_hour in CreateDisplayName()
164 << std::setw(otherWidth) << std::setfill(placeholder) << currentTime.tm_min in CreateDisplayName()
165 << std::setw(otherWidth) << std::setfill(placeholder) << currentTime.tm_sec; in CreateDisplayName()
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/include/avcodec/
H A Dcamera_server_photo_proxy.h35 static const int otherWidth = 2; variable
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhcapture_session.cpp1863 << std::setw(otherWidth) << std::setfill(placeholder) << (currentTime.tm_mon + 1) in CreateDisplayName()
1864 << std::setw(otherWidth) << std::setfill(placeholder) << currentTime.tm_mday in CreateDisplayName()
1865 << connector << std::setw(otherWidth) << std::setfill(placeholder) << currentTime.tm_hour in CreateDisplayName()
1866 << std::setw(otherWidth) << std::setfill(placeholder) << currentTime.tm_min in CreateDisplayName()
1867 << std::setw(otherWidth) << std::setfill(placeholder) << currentTime.tm_sec; in CreateDisplayName()
1896 …<< std::setw(otherWidth) << std::setfill(placeholder) << (currentTime.tm_mon + 1) << std::setw(oth… in CreateBurstDisplayName()
1897 << std::setfill(placeholder) << currentTime.tm_mday << connector << std::setw(otherWidth) in CreateBurstDisplayName()
1898 …<< std::setfill(placeholder) << currentTime.tm_hour << std::setw(otherWidth) << std::setfill(place… in CreateBurstDisplayName()
1899 … << currentTime.tm_min << std::setw(otherWidth) << std::setfill(placeholder) << currentTime.tm_sec in CreateBurstDisplayName()