Searched refs:TOTAL_FRAMES (Results 1 – 3 of 3) sorted by relevance
233 fputs(TOTAL_FRAMES" \n", output_file); in gx_validation_write_output_file_header()424 fprintf(output_file, TOTAL_FRAMES"%d\n", total_frames); in gx_validation_close_output_file()433 fprintf(output_checksum_file, TOTAL_FRAMES"%d\n", total_frames); in gx_validation_close_output_file()443 fprintf(output_failures_file, TOTAL_FRAMES"%d\n", total_failures); in gx_validation_close_output_file()
103 else if(strncmp(line, TOTAL_FRAMES, strlen(TOTAL_FRAMES)) == 0) in read_file_header()104 *total_frame = atoi(&line[strlen(TOTAL_FRAMES)]); in read_file_header()
16 #define TOTAL_FRAMES "Total Frames: " macro