VirtualBox

Changeset 45772 in vbox for trunk/src/VBox/Main/src-client


Ignore:
Timestamp:
Apr 26, 2013 11:58:45 AM (12 years ago)
Author:
vboxsync
Message:

VPX: allow to build against libvpx provided by the build system

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/DisplayImpl.cpp

    r45743 r45772  
    33253325        DISPLAYFBINFO *pFBInfo = &pDisplay->maFramebuffers[VBOX_VIDEO_PRIMARY_SCREEN];
    33263326
     3327        uint64_t us = RTTimeProgramMicroTS();
     3328        LogRel(("CopyToIntBuffer start\n"));
    33273329        if (   !pFBInfo->pFramebuffer.isNull()
    33283330            && !pFBInfo->fDisabled
     
    33683370                    break;
    33693371            }
     3372            LogRel(("  CopyToIntBuffer done %Rrc %llu\n", rc, RTTimeProgramMicroTS()-us));
    33703373
    33713374            /* Just return in case of failure without any assertion */
    33723375            if (RT_SUCCESS(rc))
    33733376            {
     3377                LogRel(("  VideoRecDoRGBToYUV done %Rrc %llu\n", rc, RTTimeProgramMicroTS()-us));
    33743378                rc = VideoRecDoRGBToYUV(pDisplay->mpVideoRecContext, u32VideoRecImgFormat);
    33753379                if (RT_SUCCESS(rc))
    33763380                    VideoRecEncodeAndWrite(pDisplay->mpVideoRecContext, ulGuestWidth, ulGuestHeight);
     3381                LogRel(("  VideoRecEncodeAndWrite done %Rrc %llu\n", rc, RTTimeProgramMicroTS()-us));
    33773382            }
    33783383        }
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