Home
last modified time | relevance | path

Searched refs:WelsCastFromPointer (Results 1 – 2 of 2) sorted by relevance

/third_party/openh264/codec/processing/src/common/
Dutil.h87 #define WelsCastFromPointer(p) (reinterpret_cast<intptr_t>(p)) macro
Dmemory.cpp53 pAlignedBuf -= WelsCastFromPointer (pAlignedBuf) & kiAlignedBytes; in WelsMalloc()