Home
last modified time | relevance | path

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

/third_party/openh264/codec/common/inc/
Dcrt_util_safe_x.h89 int32_t WelsFseek (WelsFileHandle* fp, int32_t offset, int32_t origin);
/third_party/openh264/codec/encoder/core/src/
Dencoder.cpp435 WelsFseek (pDumpRecFile, 0, SEEK_END); in DumpDependencyRec()
502 WelsFseek (pDumpRecFile, 0, SEEK_END); in DumpRecFrame()
/third_party/openh264/codec/common/src/
Dcrt_util_safe_x.cpp260 int32_t WelsFseek (WelsFileHandle* fp, int32_t offset, int32_t origin) { in WelsFseek() function