VirtualBox

Changeset 89986 in vbox for trunk/src/VBox/Devices/Audio


Ignore:
Timestamp:
Jul 1, 2021 8:51:44 AM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
145453
Message:

Audio/ValKit: More code for test (set) verification [build fix]. bugref:10008

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Audio/AudioTest.cpp

    r89984 r89986  
    15381538 * @param   pszSec              Name of section to retrieve object handle for.
    15391539 * @param   phSec               Where to store the object handle on success.
    1540  * @note
    1541  */
    1542 
    1543 /** @copydoc <struct>::pfnXXX */
     1540 */
    15441541static int audioTestSetGetSection(PAUDIOTESTSET pSet, const char *pszSec, PAUDIOTESTOBJHANDLE phSec)
    15451542{
     
    18901887                                        pObjA->szName,
    18911888                                        cbSizeA > cbSizeB ? 100 - ((cbSizeB * 100) / cbSizeA) : 100 - ((cbSizeA * 100) / cbSizeB),
    1892                                         cbDiffAbs, PDMAudioPropsBytesToMilli(&pVerJob->PCMProps, cbDiffAbs),
     1889                                        cbDiffAbs, PDMAudioPropsBytesToMilli(&pVerJob->PCMProps, (uint32_t)cbDiffAbs),
    18931890                                        cbSizeA > cbSizeB ? "bigger" : "smaller",
    18941891                                        pObjB->szName);
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette