Home
last modified time | relevance | path

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

/third_party/openh264/codec/console/dec/src/
Dd3d9_utils.cpp529 hHandle = NULL; in CUtils()
534 hHandle = (void*) new CD3D9Utils; in CUtils()
537 hHandle = (void*) new CD3D9ExUtils; in CUtils()
540 if (hHandle == NULL) in CUtils()
546 if (hHandle) { in ~CUtils()
548 CD3D9Utils* hTmp = (CD3D9Utils*) hHandle; in ~CUtils()
551 CD3D9ExUtils* hTmp = (CD3D9ExUtils*) hHandle; in ~CUtils()
554 hHandle = NULL; in ~CUtils()
586 hResult = ((CD3D9Utils*)hHandle)->Process (pDst, pInfo, pFp); in Process()
589 hResult = ((CD3D9ExUtils*)hHandle)->Process (pDst, pInfo, pFp); in Process()
/third_party/openh264/codec/console/dec/inc/
Dd3d9_utils.h144 void* hHandle; variable