Lines Matching defs:fields_per_frame
35 int32_t fields_per_frame;
42 static int add_timecode_metadata(AVDictionary **pm, const char *key, uint32_t timecode, int fields_per_frame)
46 int frame = fields_per_frame ? field / fields_per_frame : field;
259 si->fields_per_frame = 0;
273 si->fields_per_frame = value;
375 si->fields_per_frame);
425 avio_rl32(pb), si->fields_per_frame);
427 avio_rl32(pb), si->fields_per_frame);
557 pkt->duration = si->fields_per_frame;