• Join
  • Sign In with my.TI Login
Texas Instruments
  • Products
  • Applications
  • Tools & Software
  • Support & Community
  • Sample & Buy
  • About TI
Sample & Purchase Cart Sample & Purchase Cart
  • Search
  • Advanced
TI E2E™ Community
  • Support Forums
  • Blogs
  • Groups
  • Videos
  • 简体中文
  • More ...
TI Home » TI E2E Community » Support Forums » Digital Signal Processors (DSP) » C6000 Multicore DSP » Keystone Multicore Forum (C66, 66A, AM5) » Error occurs when I configure h264vencApp6678 standalone demo do 720P video compression
Share
C6000 Multicore DSP
  • Forums
  • Announcements
Options
  • Subscribe via RSS
Training Available
TI provides self-paced online training that introduces the primary components of the KeyStone II family of SoC devices.

  • KeyStone II SoC Overview >
  • KeyStone II Software Overview >
  • KeyStone II ARM Cortex-A15 Corepac Overview >
  • More Information >
  • Check out
    Multicore Mix blog
    • $core_v2_blog.Current.Name

      Geeks UNITE for Geek Pride Day

      Posted 17 hours ago
      by Lauren Reed1
      Happy Geek Pride Day from the Processors team! We wanted to celebrate...
    • $core_v2_blog.Current.Name

      OpenMP - All aboard!

      Posted 2 days ago
      by Debbie Greenstreet
      With so many end products today relying on multicore DSPs for...
    • $core_v2_blog.Current.Name

      A look back: Two years of Multicore Mix

      Posted 3 days ago
      by Lauren Reed1
      A big thank you to everyone who participated in our contest last...

    Forums

    Error occurs when I configure h264vencApp6678 standalone demo do 720P video compression

    This question is answered
    zhao sun
    Posted by zhao sun
    on May 04 2012 04:38 AM
    Intellectual910 points

    Hi all,

         When I use h264vencApp6678 standalone demo to do 720P video compression, the program crash down.

    My encoder0.cfg is as the attched file.7532.encoder0.cfg

    And the error message is below:

    Erase external (0x80000000) 1fe0000

    Erase internal (0x00800000) 3fd00

    DONE

     [0] framesToEncode 100 from ..\..\..\Test\TestVecs\Input\test1.yuv

    TopSliceLine=0 BottomSliceLine=720 SingleCoreRun=1

    ShmemTab initialized on Core 0

    Creating Algorithm Instance 0...ExtBuf0  =80000000 (33421696)

    IntBuf1  =  800000

    ExtBuf2  =80000680 (33094016)

    ExtBuf3  =80050680 (33089536)

    ExtBuf4  =80051800 (33085568)

     ExtBuf5  =80052780 (33079424)

     ExtBuf6  =80053f80 (33075712)

    ExtBuf7  =80054e00 (33010176)

     ExtBuf8  =80064e00 (33006336)

    ExtBuf9  =80065d00 (29759232)

    ExtBuf10  =8037e900 (29514368)

    ExtBuf11  =803ba580 (29448448)

     ExtBuf12  =803ca700 (29433984)

    Algorithm Instance Creation Done... Activate:c0a56e0

     XDM_GETBUFINFO function returned an Error...   

    Exiting with error code 10..., retval=0 Instance ready!

    Start reading...Done  

    XDM_SETPARAMS function returned an Error...   

    Exiting with error code 10..., retval=0 Proc 0 done!  

    --------------  SUMMARY[0] --------------------

    Stream0 bytes=0  TOTAL bytes=0  

    Encoder output dump completed  

    Total number of Frames          = 0  

    Bit Rate at 25 frames/Sec       = 1 bps  

     Width and Height                = 1280, 720  

    --------------    END   --------------------

     End of execution

     

    I want to know what the  "error code 10" mean?

    Thanks a lot!

    Sunzhao

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    All Replies
    • zhao sun
      Posted by zhao sun
      on May 04 2012 05:22 AM
      Intellectual910 points

      I find the meaning of this error code is invalid profile or level, I have set 

       

      ProfileIDC                  = 66    # Profile IDC (66=baseline, 77=main, 88=extended)

       LevelIDC                    = 31    # Level IDC   (e.g. 20 = level 2.0)

      What's wrong with my setting? thanks a lot!

       

      Sunzhao 

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • Hongmei Gou
      Posted by Hongmei Gou
      on May 04 2012 17:38 PM
      Verified Answer
      Verified by zhao sun
      Intellectual2960 points

      Hi Sunzhao,

      I tried H.264BP encoder test application on evm6678l with your .cfg for a 720p clip, but couldn't reproduce the issue. Are you running the test application on evm6678l or DSPC8681? Is your test clip a 720p clip? Below please find the log from our test.

      [C66xx_0] Erase external (0x80000000) 1fe0000[C66xx_0] 

      [C66xx_0] Erase internal (0x00800000) 3fd00[C66xx_0] 
      [C66xx_0] DONE
      [C66xx_0] [0] framesToEncode 100 from ..\..\..\Test\TestVecs\Input\test1.yuv
      [C66xx_0] TopSliceLine=0 BottomSliceLine=720 SingleCoreRun=1
      [C66xx_0] ShmemTab initialized on Core 0 
      [C66xx_0] 
      [C66xx_0] Creating Algorithm Instance 0...[C66xx_0] ExtBuf0 =80000000 (33421696)
      [C66xx_0] IntBuf1 =  800000
      [C66xx_0] ExtBuf2 =80000680 (33094016)
      [C66xx_0] ExtBuf3 =80050680 (33089536)
      [C66xx_0] ExtBuf4 =80051800 (33085568)
      [C66xx_0] ExtBuf5 =80052780 (33079424)
      [C66xx_0] ExtBuf6 =80053f80 (33075712)
      [C66xx_0] ExtBuf7 =80054e00 (33010176)
      [C66xx_0] ExtBuf8 =80064e00 (33006336)
      [C66xx_0] ExtBuf9 =80065d00 (29759232)
      [C66xx_0] ExtBuf10 =8037e900 (29514368)
      [C66xx_0] ExtBuf11 =803ba580 (29448448)
      [C66xx_0] ExtBuf12 =803ca700 (29433984)
      [C66xx_0] 
      [C66xx_0] Algorithm Instance Creation Done...
      [C66xx_0] Activate:c0a5320
      [C66xx_0] 
      [C66xx_0] Instance ready!
      [C66xx_0] 
      [C66xx_0] Start reading...[C66xx_0] Done[C66xx_0] 
      [C66xx_0] Cycles spent: 45093788 
      [C66xx_0] [0] Chksum=fbb1 Bytes=25207 (writting at 0) [C66xx_0] 
      [C66xx_0]  (... writting done) [C66xx_0] 
      [C66xx_0] Start reading...[C66xx_0] Done[C66xx_0] 
      ......
      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • zhao sun
      Posted by zhao sun
      on May 06 2012 21:25 PM
      Intellectual910 points

      Hi Hongmei,

          

               After clean & rebuild the project , I can run it with my .cfg file. Thank you!

       

      Sunzhao

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    TI E2E™ Community
    • Support Forums
    • Blogs
    • Videos
    • Groups
    • Site Support & Feedback
    • Settings
    TI E2E™ Community Groups
    • TI University Program
    • Make the Switch
    • Microcontroller Projects
    • Motor Drive & Control
    Other Communities
    • Deyisupport
    • Designsomething.org
    • beagleboard.org
    • TI on Element 14
    • TI on TechXchangeSM
    Other Technical & Support Resources
    • WEBENCH® Design Center
    • Product Information Centers
    • Technical Documents
    • TI Design Network
    • TI Technical Articles
    • TI Training

    All content and materials on this site are provided "as is". TI and its respective suppliers and providers of content make no representations about the suitability of these materials for any purpose and disclaim all warranties and conditions with regard to these materials, including but not limited to all implied warranties and conditions of merchantability, fitness for a particular purpose, title and non-infringement of any third party intellectual property right. TI and its respective suppliers and providers of content make no representations about the suitability of these materials for any purpose and disclaim all warranties and conditions with respect to these materials. No license, either express or implied, by estoppel or otherwise, is granted by TI. Use of the information on this site may require a license from a third party, or a license from TI.

    Content on this site may contain or be subject to specific guidelines or limitations on use. All postings and use of the content on this site are subject to the Terms of Use of the site; third parties using this content agree to abide by any limitations or guidelines and to comply with the Terms of Use of this site. TI, its suppliers and providers of content reserve the right to make corrections, deletions, modifications, enhancements, improvements and other changes to the content and materials, its products, programs and services at any time or to move or discontinue any content, products, programs, or services without notice.

    Follow Us Texas Instruments on Facebook Texas Instruments on Twitter Texas Instruments on LinkedIn Texas Instruments on Google+
    TI Worldwide | Contact Us | my.TI Login | Site Map | Corporate Citizenship | mobile m.ti.com (Mobile Version)

    TI is a global semiconductor design and manufacturing company. Innovate with 100,000+ analog ICs and
    embedded processors, along with software, tools and the industry’s largest sales/support staff.

    © Copyright 1995-2013 Texas Instruments Incorporated. All rights reserved.
    Trademarks | Privacy Policy | Terms of Use