Home
last modified time | relevance | path

Searched refs:tuple_type (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dpamenc.c32 const char *tuple_type; in pam_encode_frame() local
42 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 …]
Dpnm.c67 char buf1[32], tuple_type[32]; in ff_pnm_decode_header() local
111 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()
/third_party/alsa-lib/src/topology/
Ddata.c716 struct tuple_type { struct
722 static struct tuple_type tuple_types[] = { argument
757 struct tuple_type *t; in get_tuple_type()
/third_party/python/Parser/
Dparser.c222 #define tuple_type 1146 macro