Searched refs:tmp_buffer (Results 1 – 2 of 2) sorted by relevance
348 uint8* tmp_buffer = (uint8*) realloc(buffer, msg_size); in EventThread() local349 if (tmp_buffer == NULL) in EventThread()351 buffer = tmp_buffer; in EventThread()
1398 char *tmp_buffer; in startCapturing() local1399 tmp_buffer = (char *)malloc( in startCapturing()1409 tmp_buffer != NULL ? fOutput.format.u.raw_video.display.format : B_NO_COLOR_SPACE, in startCapturing()1410 tmp_buffer, in startCapturing()1431 tmp_buffer != NULL ? fOutput.format.u.raw_video.display.format : B_NO_COLOR_SPACE, in startCapturing()1432 tmp_buffer, in startCapturing()1448 if( tmp_buffer != NULL ) in startCapturing()1449 free(tmp_buffer); in startCapturing()