Home
last modified time | relevance | path

Searched refs:padl (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/tools/wasm/
Dwasm-import-profiler.js52 print(`${padl(data.name, 30)}: ${padr(data.count, 10)} ${padp(data.total, 10)}ms`);
56 function padl(s, len) { function
/third_party/gstreamer/gstplugins_base/gst/encoding/
Dgstencodebasebin.c1092 GList *padl, *compatible_templates = NULL; in get_compatible_muxer_sink_pad() local
1096 padl = gst_element_get_pad_template_list (ebin->muxer); in get_compatible_muxer_sink_pad()
1097 for (; padl; padl = padl->next) { in get_compatible_muxer_sink_pad()
1099 GstPadTemplate *padtempl = padl->data; in get_compatible_muxer_sink_pad()
1134 for (padl = compatible_templates; padl; padl = padl->next) { in get_compatible_muxer_sink_pad()
1135 sinkpad = gst_element_get_pad_from_template (ebin->muxer, padl->data); in get_compatible_muxer_sink_pad()