Searched defs:st_num (Results 1 – 2 of 2) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | asfdec_o.c | 532 static AVStream *find_stream(AVFormatContext *s, uint16_t st_num) in find_stream() 548 static int asf_store_aspect_ratio(AVFormatContext *s, uint8_t st_num, uint8_t *name, int type) in asf_store_aspect_ratio() 577 uint16_t name_len, buflen, type, val_len, st_num; in asf_read_metadata_obj() local 837 uint16_t nb_st_name, nb_pay_exts, st_num, lang_idx; in asf_read_ext_stream_properties() local 1379 static int asf_deinterleave(AVFormatContext *s, ASFPacket *asf_pkt, int st_num) in asf_deinterleave()
|
/third_party/ffmpeg/fftools/ |
D | ffmpeg_opt.c | 2732 int st_num = strtol(p2, NULL, 0); in open_output_file() local
|