convert           103 libavcodec/xbmdec.c                 val = convert(*ptr++);
convert           105 libavcodec/xbmdec.c                     val = (val << 4) + convert(*ptr++);
convert           109 libavcodec/xbmdec.c                     val = convert(*ptr++);
convert           111 libavcodec/xbmdec.c                         val = (val << 4) + convert(*ptr++);
convert           514 libavfilter/avfiltergraph.c                 AVFilterContext *convert;
convert           532 libavfilter/avfiltergraph.c                     if ((ret = avfilter_graph_create_filter(&convert, filter,
convert           550 libavfilter/avfiltergraph.c                     if ((ret = avfilter_graph_create_filter(&convert, filter,
convert           559 libavfilter/avfiltergraph.c                 if ((ret = avfilter_insert_filter(link, convert, 0, 0)) < 0)
convert           562 libavfilter/avfiltergraph.c                 if ((ret = filter_query_formats(convert)) < 0)
convert           565 libavfilter/avfiltergraph.c                 inlink  = convert->inputs[0];
convert           566 libavfilter/avfiltergraph.c                 outlink = convert->outputs[0];
convert           355 libavresample/audio_convert.c                 conv_func_flat *convert = use_generic ? ac->conv_flat_generic :
convert           360 libavresample/audio_convert.c                         convert(out->data[p], in->data[map->channel_map[p]], len);
convert           363 libavresample/audio_convert.c                 conv_func_deinterleave *convert = use_generic ?
convert           370 libavresample/audio_convert.c                 convert(data, in->data[0], len, ac->channels);