Searched refs:total_bytes_writen (Results 1 – 4 of 4) sorted by relevance
399 size_t total_bytes_writen = 0; in FillBufferDone() local445 total_bytes_writen += len; in FillBufferDone()447 … DEBUG_PRINT(" FillBufferDone size writen to file %zu count %d\n",total_bytes_writen, framecnt); in FillBufferDone()448 totaldatalen = totaldatalen + (int)total_bytes_writen; in FillBufferDone()
359 size_t total_bytes_writen = 0; in FillBufferDone() local405 total_bytes_writen += len; in FillBufferDone()407 … DEBUG_PRINT(" FillBufferDone size writen to file %zu count %d\n",total_bytes_writen, framecnt); in FillBufferDone()408 totaldatalen = totaldatalen + (int)total_bytes_writen; in FillBufferDone()
398 size_t total_bytes_writen = 0; in FillBufferDone() local444 total_bytes_writen += len; in FillBufferDone()446 … DEBUG_PRINT(" FillBufferDone size writen to file %zu count %d\n",total_bytes_writen, framecnt); in FillBufferDone()447 totaldatalen = totaldatalen + (int)total_bytes_writen; in FillBufferDone()
353 size_t total_bytes_writen = 0; in FillBufferDone() local409 total_bytes_writen += len; in FillBufferDone()411 DEBUG_PRINT(" FillBufferDone size writen to file %zu\n",total_bytes_writen); in FillBufferDone()412 totaldatalen = totaldatalen + (int)total_bytes_writen; in FillBufferDone()