Lines Matching refs:strncmp
53 if (!strncmp(data->sampling, "YCbCr-4:2:2", 11)) {
68 } else if (!strncmp(data->sampling, "YCbCr-4:2:0", 11)) {
79 } else if (!strncmp(data->sampling, "RGB", 3)) {
89 } else if (!strncmp(data->sampling, "BGR", 3)) {
126 if (!strncmp(attr, "width", 5))
128 else if (!strncmp(attr, "height", 6))
130 else if (!strncmp(attr, "sampling", 8))
132 else if (!strncmp(attr, "depth", 5))
134 else if (!strncmp(attr, "interlace", 9))
136 else if (!strncmp(attr, "exactframerate", 14)) {
139 } else if (!strncmp(attr, "TCS", 3)) {
140 if (!strncmp(value, "SDR", 3))
142 else if (!strncmp(value, "PQ", 2))
144 else if (!strncmp(value, "HLG", 3))
146 else if (!strncmp(value, "LINEAR", 6))
148 else if (!strncmp(value, "ST428-1", 7))
152 } else if (!strncmp(attr, "colorimetry", 11)) {
153 if (!strncmp(value, "BT601", 5)) {
156 } else if (!strncmp(value, "BT709", 5)) {
159 } else if (!strncmp(value, "BT2020", 6)) {
163 } else if (!strncmp(attr, "RANGE", 5)) {
164 if (!strncmp(value, "NARROW", 6))
166 else if (!strncmp(value, "FULL", 4))