Home
last modified time | relevance | path

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

/third_party/openh264/codec/encoder/core/inc/
Dpicture.h53 uint16_t* pLocationPointer; // buffer of position array member
/third_party/openh264/codec/encoder/core/src/
Dsvc_motion_estimate.cpp701 …pScreenBlockFeatureStorage->pLocationPointer = (uint16_t*)pMa->WelsMallocz (2 * kiFrameSize * size… in RequestScreenBlockFeatureStorage()
703 …ELS_VERIFY_RETURN_IF (ENC_RETURN_MEMALLOCERR, NULL == pScreenBlockFeatureStorage->pLocationPointer) in RequestScreenBlockFeatureStorage()
731 if (pScreenBlockFeatureStorage->pLocationPointer) { in ReleaseScreenBlockFeatureStorage()
732 …pMa->WelsFree (pScreenBlockFeatureStorage->pLocationPointer, "pScreenBlockFeatureStorage->pLocatio… in ReleaseScreenBlockFeatureStorage()
733 pScreenBlockFeatureStorage->pLocationPointer = NULL; in ReleaseScreenBlockFeatureStorage()
840 uint16_t* pBuf = pScreenBlockFeatureStorage->pLocationPointer; in CalculateFeatureOfBlock()