VirtualBox

Changeset 67444 in vbox


Ignore:
Timestamp:
Jun 16, 2017 2:12:16 PM (8 years ago)
Author:
vboxsync
Message:

Audio/AudioMixer: Renaming. No actual code changes.

File:
1 edited

Legend:

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

    r67436 r67444  
    14381438        AssertPtr(pConn);
    14391439
    1440         uint32_t cProc = 0;
     1440        uint32_t csProc = 0;
    14411441
    14421442        int rc2 = pConn->pfnStreamIterate(pConn, pStream);
     
    14451445            if (pSink->enmDir == AUDMIXSINKDIR_INPUT)
    14461446            {
    1447                 rc = pConn->pfnStreamCapture(pConn, pStream, &cProc);
     1447                rc = pConn->pfnStreamCapture(pConn, pStream, &csProc);
    14481448                if (RT_FAILURE(rc2))
    14491449                {
     
    14541454                }
    14551455
    1456                 if (cProc)
     1456                if (csProc)
    14571457                    pSink->fStatus |= AUDMIXSINK_STS_DIRTY;
    14581458            }
    14591459            else if (pSink->enmDir == AUDMIXSINKDIR_OUTPUT)
    14601460            {
    1461                 rc2 = pConn->pfnStreamPlay(pConn, pStream, &cProc);
     1461                rc2 = pConn->pfnStreamPlay(pConn, pStream, &csProc);
    14621462                if (RT_FAILURE(rc2))
    14631463                {
     
    14931493        }
    14941494
    1495         Log3Func(("\t%s: cPlayed/cCaptured=%RU32, rc2=%Rrc\n", pStream->szName, cProc, rc2));
     1495        Log3Func(("\t%s: cPlayed/cCaptured=%RU32, rc2=%Rrc\n", pStream->szName, csProc, rc2));
    14961496    }
    14971497
Note: See TracChangeset for help on using the changeset viewer.

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