Searched refs:type_in (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffmpeg_opt.c420 char type_in, type_out; local
424 parse_meta_type(inspec, &type_in, &idx_in, &istream_spec);
437 if (type_in == 'g' || type_out == 'g')
439 if (type_in == 's' || type_out == 's')
441 if (type_in == 'c' || type_out == 'c')
473 SET_DICT(type_in, meta_in, ic, idx_in);
477 if (type_in == 's') {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Davconv.c3072 char type_in, type_out; local
3076 parse_meta_type(inspec, &type_in, &idx_in, &istream_spec);
3079 if (type_in == 'g' || type_out == 'g')
3081 if (type_in == 's' || type_out == 's')
3083 if (type_in == 'c' || type_out == 'c')
3110 SET_DICT(type_in, meta_in, ic, idx_in);
3114 if (type_in == 's') {

Completed in 61 milliseconds