Lines Matching refs:value
112 { "mov_gamma", "gamma value for gama atom", offsetof(MOVMuxContext, gamma), AV_OPT_TYPE_FLOAT, {.dbl = 0.0 }, 0.0, 10, AV_OPT_FLAG_ENCODING_PARAM},
2031 av_log(s, AV_LOG_DEBUG, "gamma value %g\n", gamma);
2035 av_log(s, AV_LOG_DEBUG, "writing gama value %"PRId32"\n", gama);
2043 av_log(s, AV_LOG_WARNING, "gamma value unknown, unable to write gama atom\n");
2176 av_strlcpy(compressor_name, encoder->value, 32);
2201 // max_ref_per_pic = 15 : reserved value to indicate that any number of
2239 if (rot && rot->value && strcmp(rot->value, "hdr_vivid") == 0) {
2257 size_t key_len = strlen(key_val->value);
2258 avio_write(pb, key_val->value, key_len);
2270 size_t key_len = strlen(key_val->value);
2271 avio_write(pb, key_val->value, key_len);
2308 ret = mov_write_metadata_keyd_tag(s, pb, mov, t->value);
2608 if (t && utf8len(t->value) && track->mode != MODE_MP4)
2609 mov_write_source_reference_tag(pb, track, t->value);
3094 if (t && utf8len(t->value))
3095 descr = t->value;
3751 if (!t || !utf8len(t->value))
3756 avio_write(pb, t->value, strlen(t->value)); /* UTF8 string value */
3761 const char *value)
3776 /* Optional value string */
3777 if (value && value[0])
3778 avio_write(pb, (const unsigned char *)value,
3779 strlen(value));
3798 if ((ret = mov_write_track_kind(pb, map.scheme_uri, value_map.value)) < 0)
4094 const char *value, int lang, int long_style)
4097 if (value && value[0]) {
4101 mov_write_string_data_tag(pb, value, lang, long_style);
4123 if (len2 == len + 4 && !strcmp(t->value, t2->value)
4140 return mov_write_string_tag(pb, name, t->value, lang, long_style);
4147 int size = 0, tmpo = t ? atoi(t->value) : 0;
4175 ptr = t->value;
4231 ptr = t->value;
4307 avio_write(pb, t->value, strlen(t->value) + 1);
4322 int size = 0, track = t ? atoi(t->value) : 0;
4325 char *slash = strchr(t->value, '/');
4356 num = atoi(t->value);
4496 mov_write_string_data_tag(pb, t->value, 0, 1);
4587 mov_write_moov_level_meta_data_tag(pb, t->value);
4620 len = strlen(t->value);
4625 avio_write(pb, t->value, len);
4654 if (!t || !utf8len(t->value))
4660 avio_wb16(pb, atoi(t->value));
4663 avio_write(pb, t->value, strlen(t->value) + 1); /* UTF8 string value */
4666 avio_w8(pb, atoi(t->value));
4688 int len = FFMIN(strlen(t->value), 255);
4690 avio_write(pb, t->value, len);
4801 mov_write_psp_udta_tag(pb, title->value, "eng", 0x01);
4995 static void param_write_int(AVIOContext *pb, const char *name, int value)
4997 avio_printf(pb, "<param name=\"%s\" value=\"%d\" valuetype=\"data\"/>\n", name, value);
5000 static void param_write_string(AVIOContext *pb, const char *name, const char *value)
5002 avio_printf(pb, "<param name=\"%s\" value=\"%s\" valuetype=\"data\"/>\n", name, value);
5005 static void param_write_hex(AVIOContext *pb, const char *name, const uint8_t *value, int len)
5009 ff_data_to_hex(buf, value, len, 0);
5010 avio_printf(pb, "<param name=\"%s\" value=\"%s\" valuetype=\"data\"/>\n", name, buf);
5063 param_write_string(pb, "systemLanguage", lang ? lang->value : "und");
5071 "_%s", lang->value);
6697 av_log(s, AV_LOG_WARNING, "pts has no value\n");
7066 len = strlen(t->value);
7074 memcpy(pkt->data + 2, t->value, len);
7506 ret = mov_check_timecode_track(s, &tc, i, t->value);
7571 track->language = ff_mov_iso639_to_lang(lang?lang->value:"und", mov->mode!=MODE_MOV);
7897 if (mov_check_timecode_track(s, &tc, i, t->value) < 0)
7913 size_t id_len = strlen(t->value);
7918 track_id = track_id * base + t->value[j] - start;
8092 /* special value: real atom size will be 64 bit value after