Skip to content

Commit 86947c3

Browse files
committed
Deploying to doxygen from @ 1da31e3 🚀
1 parent 25a18d3 commit 86947c3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

_base_converter_8h_source.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2182,9 +2182,9 @@
21822182
<div class="line"><a id="l02035" name="l02035"></a><span class="lineno"> 2035</span> </div>
21832183
<div class="foldopen" id="foldopen02036" data-start="{" data-end="}">
21842184
<div class="line"><a id="l02036" name="l02036"></a><span class="lineno"><a class="line" href="classaudio__tools_1_1_callback_converter_t.html#a65ed1c2e44cb48c5294dceeb0d0de040"> 2036</a></span> <span class="keywordtype">size_t</span> <a class="code hl_function" href="classaudio__tools_1_1_callback_converter_t.html#a65ed1c2e44cb48c5294dceeb0d0de040">convert</a>(<a class="code hl_function" href="namespaceaudio__tools.html#ae3c87ac6df70d80e2a4be8979e63cc2e">uint8_t</a> *<a class="code hl_function" href="namespaceaudio__tools.html#ae3c87ac6df70d80e2a4be8979e63cc2e">src</a>, <span class="keywordtype">size_t</span> size) {</div>
2185-
<div class="line"><a id="l02037" name="l02037"></a><span class="lineno"> 2037</span> <span class="keywordflow">if</span> (<a class="code hl_variable" href="classaudio__tools_1_1_callback_converter_t.html#a3087f0101e10ee6942a254667cd7de97">callback</a> == <span class="keyword">nullptr</span>) {</div>
2186-
<div class="line"><a id="l02038" name="l02038"></a><span class="lineno"> 2038</span> <a class="code hl_define" href="_audio_logger_i_d_f_8h.html#ae02538a80ad5fc009caec73487d11a8d">LOGE</a>(<span class="stringliteral">&quot;Callback is not set&quot;</span>);</div>
2187-
<div class="line"><a id="l02039" name="l02039"></a><span class="lineno"> 2039</span> <span class="keywordflow">return</span> 0;</div>
2185+
<div class="line"><a id="l02037" name="l02037"></a><span class="lineno"> 2037</span> <span class="comment">// no conversion if no callback is provided</span></div>
2186+
<div class="line"><a id="l02038" name="l02038"></a><span class="lineno"> 2038</span> <span class="keywordflow">if</span> (<a class="code hl_variable" href="classaudio__tools_1_1_callback_converter_t.html#a3087f0101e10ee6942a254667cd7de97">callback</a> == <span class="keyword">nullptr</span>) {</div>
2187+
<div class="line"><a id="l02039" name="l02039"></a><span class="lineno"> 2039</span> <span class="keywordflow">return</span> size;</div>
21882188
<div class="line"><a id="l02040" name="l02040"></a><span class="lineno"> 2040</span> }</div>
21892189
<div class="line"><a id="l02041" name="l02041"></a><span class="lineno"> 2041</span> <span class="keywordtype">int</span> samples = size / <span class="keyword">sizeof</span>(<a class="code hl_function" href="namespaceaudio__tools.html#ae3c87ac6df70d80e2a4be8979e63cc2e">T</a>);</div>
21902190
<div class="line"><a id="l02042" name="l02042"></a><span class="lineno"> 2042</span> <a class="code hl_function" href="namespaceaudio__tools.html#ae3c87ac6df70d80e2a4be8979e63cc2e">T</a> *<a class="code hl_function" href="namespaceaudio__tools.html#ae3c87ac6df70d80e2a4be8979e63cc2e">srcT</a> = (<a class="code hl_function" href="namespaceaudio__tools.html#ae3c87ac6df70d80e2a4be8979e63cc2e">T</a> *)<a class="code hl_function" href="namespaceaudio__tools.html#ae3c87ac6df70d80e2a4be8979e63cc2e">src</a>;</div>

0 commit comments

Comments
 (0)