Searched refs:pLocationPointer (Results 1 – 2 of 2) sorted by relevance
53 uint16_t* pLocationPointer; // buffer of position array member
701 …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()