Searched refs:tmpExtInfoVal (Results 1 – 1 of 1) sorted by relevance
871 uint8_t *tmpExtInfoVal = (uint8_t *)HcMalloc(extInfoParam->blob.size, 0); in GetExtInfoByParamSet() local872 if (tmpExtInfoVal == NULL) { in GetExtInfoByParamSet()876 …if (memcpy_s(tmpExtInfoVal, extInfoParam->blob.size, extInfoParam->blob.data, extInfoParam->blob.s… in GetExtInfoByParamSet()878 HcFree(tmpExtInfoVal); in GetExtInfoByParamSet()881 outExtInfo->val = tmpExtInfoVal; in GetExtInfoByParamSet()