Searched refs:type_out (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
425 parse_meta_type(outspec, &type_out, &idx_out, &ostream_spec);
428 if (type_out == 'g' || !*outspec)
430 if (type_out == 's' || !*outspec)
432 if (type_out == 'c' || !*outspec)
437 if (type_in == 'g' || type_out == 'g')
439 if (type_in == 's' || type_out == 's')
441 if (type_in == 'c' || type_out == 'c')
474 SET_DICT(type_out, meta_out, oc, idx_out);
491 if (type_out
[all...]
/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
3077 parse_meta_type(outspec, &type_out, &idx_out, &ostream_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')
3111 SET_DICT(type_out, meta_out, oc, idx_out);
3128 if (type_out == 's') {

Completed in 401 milliseconds