Searched refs:external_buffer (Results 1 – 1 of 1) sorted by relevance
118 uint8_t* external_buffer = NULL; in AllocateExternalBuffer() local135 external_buffer = (uint8_t*)malloc(stride * h); in AllocateExternalBuffer()136 if (external_buffer == NULL) return NULL; in AllocateExternalBuffer()139 output_buffer->u.RGBA.rgba = external_buffer; in AllocateExternalBuffer()149 if (external_buffer == NULL) return NULL; in AllocateExternalBuffer()150 tmp = external_buffer; in AllocateExternalBuffer()173 assert(tmp <= external_buffer + total_size); in AllocateExternalBuffer()176 return external_buffer; in AllocateExternalBuffer()188 uint8_t* external_buffer = NULL; in main() local368 if (external_buffer == NULL) goto Exit; in main()[all …]
Completed in 5 milliseconds