Lines Matching refs:value
85 int64_t value;
112 static void add_serial_pair(WtvSyncEntry ** list, int * count, int64_t serial, int64_t value)
118 new_list[*count] = (WtvSyncEntry){serial, value};
480 if (pkt->pts != AV_NOPTS_VALUE && pkt->pts - (wctx->nb_st_pairs ? wctx->st_pairs[wctx->nb_st_pairs - 1].value : 0) >= 5000000)
622 avio_wl64(pb, wctx->sp_pairs[i].value);
632 avio_wl64(pb, wctx->st_pairs[i].value);
652 static void write_tag_int32(AVIOContext *pb, const char *key, int value)
655 avio_wl32(pb, value);
658 static void write_tag(AVIOContext *pb, const char *key, const char *value)
660 write_metadata_header(pb, 1, key, strlen(value)*2 + 2);
661 avio_put_str16le(pb, value);
666 return strlen("image/jpeg")*2 + 2 + 1 + (e ? strlen(e->value)*2 : 0) + 2 + 4 + pkt->size;
679 write_tag(pb, tag->key, tag->value);
688 avio_put_str16le(pb, tag ? tag->value : "");
707 pos += metadata_header_size(tag->key) + strlen(tag->value)*2 + 2;
818 // update root value