Lines Matching defs:value
239 * AVIOContext. After execution the value is decremented by the number of bytes
269 av_log(s, AV_LOG_ERROR, "Cannot read BOM value, input too short\n");
279 unsigned int value = (buffer[0] << 8) + buffer[1];
282 switch (value) {
293 av_log(s, AV_LOG_ERROR, "Notstandard BOM value\n");
304 av_log(s, AV_LOG_ERROR, "Incorrect BOM value\n");
388 /* dst now contains the key, need to get value */
609 strlen(t->value) == 4 && is_number(t->value))
622 av_strlcpy(date, t->value, 5);
629 snprintf(date + 4, sizeof(date) - 4, "-%.2s-%.2s", t->value + 2, t->value);
637 " %.2s:%.2s", t->value, t->value + 2);