Lines Matching defs:value
288 const char *attr, const char *value)
294 if (!strcmp(value, "YCbCr-4:2:0")) {
296 } else if (!strcmp(value, "YCbCr-4:4:2")) {
298 } else if (!strcmp(value, "YCbCr-4:4:4")) {
308 par->width = atoi(value);
313 par->height = atoi(value);
321 * --with a delivery-method value of out_band */
325 * The configuration value is a base64 encoded packed header */
328 size_t decoded_alloc = strlen(value) / 4 * 3 + 4;
334 av_base64_decode(decoded_packet, value, decoded_alloc);