Searched refs:floatBuffer (Results 1 – 2 of 2) sorted by relevance
213 auto at = [floatBpp, floatRowBytes](const char* floatBuffer, int x, int y) { in compare_pixels() argument214 return reinterpret_cast<const float*>(floatBuffer + y * floatRowBytes + x * floatBpp); in compare_pixels()
126 … char *floatBuffer; /* Use heap memory if the SecFormatAttr.buffer is not enough */ member127 int bufferSize; /* The size of floatBuffer */1241 if (floatAdapt->floatBuffer != NULL) {1242 SECUREC_FREE(floatAdapt->floatBuffer);1247 floatAdapt->floatBuffer = NULL;1298 floatAdapt->floatBuffer = NULL;1326 … floatAdapt->floatBuffer = (char *)SECUREC_MALLOC(((size_t)(unsigned int)floatAdapt->bufferSize));1327 if (floatAdapt->floatBuffer == NULL) {1330 attr->text.str = floatAdapt->floatBuffer;1336 if (floatAdapt->floatBuffer != NULL) {[all …]