Home
last modified time | relevance | path

Searched refs:file_format (Results 1 – 5 of 5) sorted by relevance

/GUIX-v6.2.1/test/guix_test/regression_test/utility/
Dgx_validation_verify.c85 int read_file_header(FILE *pFile, int *file_format, int *total_frame, char **color_format, int *bit… in read_file_header() argument
89 *file_format = *total_frame = *bits_per_pixel = *width = *height = 0; in read_file_header()
101 *file_format = atoi(&line[strlen(FILE_FORMAT)]); in read_file_header()
191 if(*file_format > FILE_FORMAT_VERSION_CURRENT) in read_file_header()
193 …printf("Incorrect file format: %d, current version is %d\n", *file_format, FILE_FORMAT_VERSION_CUR… in read_file_header()
Dgx_validation_verify.h15 int read_file_header(FILE *pFile, int *file_format, int *total_frame, char **color_format, int *bi…
Dgx_show_canvas.c444 int file_format; in show_frame() local
458 …ret = read_file_header(pFile, &file_format, &total_frames, &color_format, &bits_per_pixel, &width,… in show_frame()
/GUIX-v6.2.1/guix_studio/
Dbinary_resource_gen.h24 binary_resource_gen(studiox_project *proj, BOOL file_format);
Dbinary_resource_gen.cpp8 binary_resource_gen::binary_resource_gen(studiox_project *proj, BOOL file_format) in binary_resource_gen() argument
16 m_file_format = file_format; in binary_resource_gen()