Searched refs:file_format (Results 1 – 5 of 5) sorted by relevance
| /GUIX-v6.2.1/test/guix_test/regression_test/utility/ |
| D | gx_validation_verify.c | 85 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()
|
| D | gx_validation_verify.h | 15 int read_file_header(FILE *pFile, int *file_format, int *total_frame, char **color_format, int *bi…
|
| D | gx_show_canvas.c | 444 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/ |
| D | binary_resource_gen.h | 24 binary_resource_gen(studiox_project *proj, BOOL file_format);
|
| D | binary_resource_gen.cpp | 8 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()
|