Home | History | Annotate | Download | only in src

Lines Matching refs:bytes_written

141     int error_code = 0,rc=0,bytes_read = 0,bytes_written = 0;
1664 int bytes_written = 0;
1669 bytes_written = fwrite(temp, drv_ctx.video_resolution.frame_width, 1, m_debug.outfile);
1675 bytes_written += fwrite(temp, drv_ctx.video_resolution.frame_width, 1, m_debug.outfile);
7228 int bytes_written = 0;
7232 bytes_written = fwrite(temp, width, 1, pFile);
7234 if (bytes_written >0)
7235 bytes += bytes_written * width;
7240 bytes_written = fwrite(temp, width, 1, pFile);
7242 if (bytes_written >0)
7243 bytes += bytes_written * width;
7246 DEBUG_PRINT_ERROR("stride %d, scanlines %d, frame_height %d bytes_written %d",