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 520 libavfilter/avfiltergraph.c AVFilterContext *convert; convert 545 libavfilter/avfiltergraph.c if ((ret = avfilter_graph_create_filter(&convert, filter, convert 559 libavfilter/avfiltergraph.c if ((ret = avfilter_graph_create_filter(&convert, filter, convert 568 libavfilter/avfiltergraph.c if ((ret = avfilter_insert_filter(link, convert, 0, 0)) < 0) convert 571 libavfilter/avfiltergraph.c if ((ret = filter_query_formats(convert)) < 0) convert 574 libavfilter/avfiltergraph.c inlink = convert->inputs[0]; convert 575 libavfilter/avfiltergraph.c outlink = convert->outputs[0]; convert 874 libavfilter/vf_colorspace.c ctx->internal->execute(ctx, convert, &td, NULL, convert 132 libavformat/sccdec.c out[i+1] = convert(c2) | (convert(c1) << 4); convert 133 libavformat/sccdec.c out[i+2] = convert(c4) | (convert(c3) << 4); 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);