Searched refs:data_width (Results 1 – 1 of 1) sorted by relevance
22 int data_width = 0; variable470 data_width = width + 1; in show_frame()474 data_width = width + 4 - (width % 4); in show_frame()478 data_width = width + 8 - (width % 8); in show_frame()482 data_width = width; in show_frame()484 buffer = (unsigned int*)malloc(data_width * height * bits_per_pixel >> 3); in show_frame()486 golden_frame_buffer = (unsigned int*)malloc(data_width * height * bits_per_pixel >> 3); in show_frame()534 fseek(pFile, (bits_per_pixel * data_width * height >> 3), SEEK_CUR); in show_frame()538 fseek(goldenFile, (bits_per_pixel * data_width * height >> 3), SEEK_CUR); in show_frame()543 fread(buffer, 1, (bits_per_pixel * data_width * height) >> 3, pFile); in show_frame()[all …]