Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/player_framework/services/services/recorder/server/
H A Dmedia_library_adapter.cpp154 int32_t yearWidth = 4; in CreateDisplayName() local
160 …ss << prefix << std::setw(yearWidth) << std::setfill(placeholder) << currentTime.tm_year + startYe… in CreateDisplayName()
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/include/avcodec/
H A Dcamera_server_photo_proxy.h34 static const int yearWidth = 4; variable
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhcapture_session.cpp1862 …ss << prefix << std::setw(yearWidth) << std::setfill(placeholder) << currentTime.tm_year + startYe… in CreateDisplayName()
1895 …ss << prefix << std::setw(yearWidth) << std::setfill(placeholder) << currentTime.tm_year + startYe… in CreateBurstDisplayName()