2022-09-08 08:17:03 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
|
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
|
|
|
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
2022-12-17 05:41:39 +08:00
|
|
|
<!-- Generated by graphviz version 7.0.2 (20221119.0110)
|
2022-09-08 08:17:03 +08:00
|
|
|
-->
|
|
|
|
<!-- Title: test Pages: 1 -->
|
|
|
|
<svg width="125pt" height="64pt"
|
|
|
|
viewBox="0.00 0.00 125.00 64.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
|
|
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 60)">
|
|
|
|
<title>test</title>
|
|
|
|
<!-- Node1 -->
|
|
|
|
<g id="node1" class="node">
|
|
|
|
<title>Node1</title>
|
|
|
|
<g id="a_node1"><a xlink:title="Self-test implementations.">
|
|
|
|
<polygon fill="#999999" stroke="#666666" points="33,-37 0,-37 0,-18 33,-18 33,-37"/>
|
|
|
|
<text text-anchor="middle" x="16.5" y="-25" font-family="Helvetica,sans-Serif" font-size="10.00">test</text>
|
|
|
|
</a>
|
|
|
|
</g>
|
|
|
|
</g>
|
|
|
|
<!-- Node2 -->
|
|
|
|
<g id="node2" class="node">
|
|
|
|
<title>Node2</title>
|
|
|
|
<g id="a_node2"><a xlink:href="../../df/d27/alaw_8c.html#a093ac72124e3c2268d1150676e63175d" target="_top" xlink:title="8bit alaw to 16bit pcm">
|
|
|
|
<polygon fill="white" stroke="#666666" points="117,-56 69,-56 69,-37 117,-37 117,-56"/>
|
|
|
|
<text text-anchor="middle" x="93" y="-44" font-family="Helvetica,sans-Serif" font-size="10.00">decode</text>
|
|
|
|
</a>
|
|
|
|
</g>
|
|
|
|
</g>
|
|
|
|
<!-- Node1->Node2 -->
|
|
|
|
<g id="edge1" class="edge">
|
|
|
|
<title>Node1->Node2</title>
|
2022-11-02 14:20:05 +08:00
|
|
|
<path fill="none" stroke="#63b8ff" d="M33.3,-31.53C40.43,-33.35 49.14,-35.57 57.66,-37.74"/>
|
|
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="56.56,-41.07 67.11,-40.15 58.29,-34.29 56.56,-41.07"/>
|
2022-09-08 08:17:03 +08:00
|
|
|
</g>
|
|
|
|
<!-- Node3 -->
|
|
|
|
<g id="node3" class="node">
|
|
|
|
<title>Node3</title>
|
|
|
|
<g id="a_node3"><a xlink:href="../../df/d27/alaw_8c.html#a751d8e2c1975706e4d876316518c54c4" target="_top" xlink:title="16bit pcm to 8bit alaw">
|
|
|
|
<polygon fill="white" stroke="#666666" points="117,-19 69,-19 69,0 117,0 117,-19"/>
|
|
|
|
<text text-anchor="middle" x="93" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">encode</text>
|
|
|
|
</a>
|
|
|
|
</g>
|
|
|
|
</g>
|
|
|
|
<!-- Node1->Node3 -->
|
|
|
|
<g id="edge2" class="edge">
|
|
|
|
<title>Node1->Node3</title>
|
2022-11-02 14:20:05 +08:00
|
|
|
<path fill="none" stroke="#63b8ff" d="M33.3,-23.68C40.43,-21.96 49.14,-19.85 57.66,-17.8"/>
|
|
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="58.21,-21.26 67.11,-15.51 56.57,-14.46 58.21,-21.26"/>
|
2022-09-08 08:17:03 +08:00
|
|
|
</g>
|
|
|
|
</g>
|
|
|
|
</svg>
|