Lines Matching refs:value

1081         av_log(c->fc, AV_LOG_FATAL, "[aax] activation_bytes value needs to be 4 bytes!\n");
1088 av_log(c->fc, AV_LOG_FATAL, "[aax] audible_fixed_key value needs to be 16 bytes!\n");
1139 av_log(c->fc, AV_LOG_FATAL, "[aaxc] audible_key value needs to be 16 bytes!\n");
1144 av_log(c->fc, AV_LOG_FATAL, "[aaxc] audible_iv value needs to be 16 bytes!\n");
1929 av_log(c->fc, AV_LOG_WARNING, "ignored unknown aclr value (%d)\n", range_value);
2291 (compatible_brands && strstr(compatible_brands->value, "qt ")) ||
2457 av_log(c->fc, AV_LOG_WARNING, "failed to read key value\n");
2928 /* Compute the samples value for the stsc entry at the given index. */
3049 if (!sc->sample_size) /* do not overwrite value computed in stsd */
3504 * irrespective of the value of 'flag'. If we don't find any keyframe, we will
5977 av_log(c->fc, AV_LOG_WARNING, "Unknown st3d mode value %d\n", mode);
6585 * memory if the file contains an invalid/malicious size value.
7064 av_log(c->fc, AV_LOG_ERROR, "invalid per-sample IV size value\n");
7627 "%s stream %d KindBox(scheme: %s, value: %s)\n",
7639 if (!av_strstart(value_buf.str, value_map.value, NULL))
7750 static int rb_size(AVIOContext *pb, uint64_t* value, int size)
7753 *value = 0;
7755 *value = avio_r8(pb);
7757 *value = avio_rb16(pb);
7759 *value = avio_rb32(pb);
7761 *value = avio_rb64(pb);
7779 uint8_t value;
7819 value = avio_r8(pb);
7820 offset_size = (value >> 4) & 0xF;
7821 length_size = value & 0xF;
7822 value = avio_r8(pb);
7823 base_offset_size = (value >> 4) & 0xF;
7824 index_size = !version ? 0 : (value & 0xF);
8359 int64_t value, int flags)
8368 av_timecode_make_string(&tc, buf, value), 0);
8404 int64_t value;
8416 value = avio_rb32(s->pb);
8437 value = av_rescale(value, rounded_tc_rate, tmcd_nb_frames);
8439 parse_timecode_in_framenum_format(s, st, value, flags);
8582 av_dict_set(&s->metadata, "timecode", tcr->value, 0);
8754 av_dict_set(&st->metadata, "timecode", tcr->value, 0);
9442 { "max_stts_delta", "treat offsets above this value as invalid", OFFSET(max_stts_delta), AV_OPT_TYPE_INT, {.i64 = UINT_MAX-48000*10 }, 0, UINT_MAX, .flags = AV_OPT_FLAG_DECODING_PARAM },