Searched refs:tuple_type (Results 1 – 4 of 4) sorted by relevance
32 const char *tuple_type; in pam_encode_frame() local42 tuple_type = "BLACKANDWHITE"; in pam_encode_frame()48 tuple_type = "GRAYSCALE"; in pam_encode_frame()54 tuple_type = "GRAYSCALE"; in pam_encode_frame()60 tuple_type = "GRAYSCALE_ALPHA"; in pam_encode_frame()66 tuple_type = "GRAYSCALE_ALPHA"; in pam_encode_frame()72 tuple_type = "RGB"; in pam_encode_frame()78 tuple_type = "RGB_ALPHA"; in pam_encode_frame()84 tuple_type = "RGB"; in pam_encode_frame()90 tuple_type = "RGB_ALPHA"; in pam_encode_frame()[all …]
67 char buf1[32], tuple_type[32]; in ff_pnm_decode_header() local111 tuple_type[0] = '\0'; in ff_pnm_decode_header()129 pnm_get(s, tuple_type, sizeof(tuple_type)); in ff_pnm_decode_header()140 …if (w <= 0 || h <= 0 || maxval <= 0 || maxval > UINT16_MAX || depth <= 0 || tuple_type[0] == '\0' … in ff_pnm_decode_header()
716 struct tuple_type { struct722 static struct tuple_type tuple_types[] = { argument757 struct tuple_type *t; in get_tuple_type()
222 #define tuple_type 1146 macro