Searched refs:WelsStrftime (Results 1 – 4 of 4) sorted by relevance
/third_party/openh264/codec/common/src/ |
D | crt_util_safe_x.cpp | 108 int32_t WelsStrftime (char* pBuffer, int32_t iSize, const char* kpFormat, const SWelsTime* kpTp) { in WelsStrftime() function 169 int32_t WelsStrftime (char* pBuffer, int32_t iSize, const char* kpFormat, const SWelsTime* kpTp) { in WelsStrftime() function 230 int32_t WelsStrftime (char* pBuffer, int32_t iSize, const char* kpFormat, const SWelsTime* kpTp) { in WelsStrftime() function
|
/third_party/openh264/codec/common/inc/ |
D | crt_util_safe_x.h | 93 int32_t WelsStrftime (char* buffer, int32_t size, const char* format, const SWelsTim…
|
/third_party/openh264/codec/encoder/plus/src/ |
D | welsEncoderExt.cpp | 97 iCurUsed = WelsStrftime (&strStreamFileName[iBufferUsed], iBufferLeft, "%y%m%d%H%M%S", &tTime); in CWelsH264SVCEncoder() 105 …iCurUsedSize = WelsStrftime (&strLenFileName[iBufferUsedSize], iBufferLeftSize, "%y%m%d%H%M%S", &t… in CWelsH264SVCEncoder()
|
/third_party/openh264/codec/decoder/plus/src/ |
D | welsDecoderExt.cpp | 191 iCurUsed = WelsStrftime (&chFileName[iBufUsed], iBufLeft, "%y%m%d%H%M%S", &sCurTime); in CWelsDecoder() 199 …iCurUsedSize = WelsStrftime (&chFileNameSize[iBufUsedSize], iBufLeftSize, "%y%m%d%H%M%S", &sCurTim… in CWelsDecoder()
|