• 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 » Embedded Software » BIOS » BIOS forum » All Tags » Codec Engine
Share
BIOS
  • Forum
  • Announcements

Browse by Tags

BIOS

Welcome to the BIOS Section of the TI E2E Support Community. Ask questions, share knowledge, explore ideas, and help solve problems with fellow engineers. To post a question, click on the forum tab then "New Post".

Sign In to Post
Tags
You have subscribed to this tag. To view or manage your tag subscriptions, click here.   Close
You have unsubscribed from this tag. To view or manage your tag subscriptions, click here.   Close
You are currently viewing:
Codec Engine
  • BIOS
  • BIOS 6
  • BIOS/DSP
  • BIOS6
  • C64x+
  • C674x
  • ccs
  • CCS 4
  • CCS v4
  • CCS4
  • CCSv4
  • code Composer studio
  • dsp biOS
  • DSP/BIOS
  • dsp/BIOS 6
  • DSP/BIOS Link
  • DSP/BIOS programming
  • dsplink
  • OMAPl138
  • RTSC
  • SYS/BIOS
  • SYS/BIOS 6
  • SYSBIOS
  • XDC
  • XDCtools
Related Posts
  • Forum Post: How to put algorithm on L1P and L1D under Codec Engine enviroment?

    arthur14426 arthur14426
    Hi all, In a naked DSP application , "#pragma DATA_SECTION , #pragma CODE_SECTION " , and CMD file is used for us to put out program on-chip. But how our algorithm can be deposit on L1D,L1P,L2D,L2P,and on-chip shared ram , under CodecEngine or DSPBIOS application ? There are totally 5...
    on Apr 12, 2010
  • Forum Post: Re: how to build video_copy example is the CCS3.3 on the DSP end

    Chris Ring Chris Ring
    The viddec_copy example codecs are provided with the XDAIS product, as are instructions for building them (look in the XDAIS Release Notes, "Examples" section for a link to the build instructions). The "latest" build instructions (which may not match your version) are here - note...
    on Apr 27, 2010
  • Forum Post: dsplink.h: No such file or directory

    Curtis Newton Curtis Newton
    Hi, I am using codec_engine_2_25_01_06 and try to follow the instructions from http://processors.wiki.ti.com/index.php/DSPLink_Signal_Handling_in_Codec_Engine I get this error (full log at bottom): error: dsplink.h: No such file or directory error: procdefs.h: No such file or directory...
    on Jul 20, 2010
  • Forum Post: Re: How can I develop IUNIVERSAL based codec within DVSDK_2_00_00_22

    Yulin Si Yulin Si
    Thank you for your quick and detailed reply, Chris. I'll have a try and have the progress posted. BR. Yulin
    on Oct 27, 2010
  • Forum Post: Re: How can I develop IUNIVERSAL based codec within DVSDK_2_00_00_22

    Yulin Si Yulin Si
    Thank you, Rahul. The supplied information is quite useful, and I'll dig into this to find the solution. Any problem or progress will be posted here to keep it known for everybody. BR. Yulin
    on Oct 27, 2010
  • Forum Post: ACPY3_activate hangs in the DSP when called

    babs76 babs76
    Hello, I'm trying to use DMAN3 and ACPY3 to perform DMA transfers in the DSP. I've followed the VIDENC_COPY example but my code hangs when ACPY3_activate is called. With CE_DEBUG=3, I also noticed I did not see any output from the DMAN3_init() or ACPY3_init(). Just to verify I had debugging...
    on Oct 28, 2010
  • Forum Post: Codec Engine on GPP-DSP: alg's alloc() return value

    Alex59370 Alex59370
    Hello, in Codec Engine v2.26.02.11 (on OMAP 3530), how can I have the ARM application show the error code returned from the DSP algorithm's alloc() function? I changed the alloc() function to immediately return -256 (IALG_CUSTOMFAILEND), but can't find this result in the output from CE_DEBUG...
    on Dec 17, 2010
  • Forum Post: Re: GenServer can't find codecs

    Chris Ring Chris Ring
    FYI, I've moved this post into the BIOS forum as that's the SW environment a Server runs in. Can you provide which version of Codec Engine you're using? Also, the search path you're providing to GenServer ? Chris
    on Jan 3, 2011
  • Forum Post: Memset Algorithm Handle to zero

    Matt Clarkson Matt Clarkson
    Hello, We have an extended handle object for our codec engine: typedef struct OUR_ALGORITHM_Obj { IALG_Obj alg; /* MUST be first field of all XDAS algs */ IDMA3_Handle dmaHandles[ MAX_DMA_HANDLES ]; void *memSegments[ MEM_NUM_SEGMENTS ]; int iDummy; int iDummy2; | | int iDummyn; } ...
    on Jan 7, 2011
  • Forum Post: codec memory error

    hanks tom hanks tom
    Hi,I add some code to videnc_copy.c under example/codec/videnc directory.Here is my code: /* * ======== VIDENCCOPY_TI_process ======== */ XDAS_Int32 VIDENCCOPY_TI_process(IVIDENC_Handle h, XDM_BufDesc *inBufs, XDM_BufDesc *outBufs, IVIDENC_InArgs *inArgs, IVIDENC_OutArgs *outArgs) { XDAS_Int32 curBuf;...
    on Jan 5, 2011
  • Forum Post: Re: Debugging XDAIS alg via CE on DSP simulator

    Chris Ring Chris Ring
    Most of the CE example apps support building in 'local' mode, where the app is on the same processor as the alg. Look for the 'local.cfg' config scripts. If you're using a semi-recent version of CE, you might be able to simply ensure (in examples/xdcpaths.mak) the PROGRAMS var...
    on Jan 28, 2011
  • Forum Post: Debugging XDAIS alg via CE on DSP simulator

    Alex59370 Alex59370
    Hello, what is the easiest way to test an XDAIS algorithm through Codec Engine on the CCS v4 C64x+ simulator? That is, I'd like to call the algorithm through the Codec Engine interface entirely on the C64x+ simulator (for debugging the rather complex algorithm interface). Unfortunately I was...
    on Jan 21, 2011
  • Forum Post: Re: how to create a new data structure or pass a data structure from GPP to DSP ?

    Chris Ring Chris Ring
    This should provide some good background details: http://processors.wiki.ti.com/index.php/Extending_data_structures_in_xDM In your particular struct, note the details about pointers in the 'Constraints' section of that doc. Chris
    on Mar 21, 2011
  • Forum Post: RTSC template from EZSDK for XGCONF?

    Lee Holeva Lee Holeva
    I'm in the process of learning how to program Codec Engine and iUniversal, but one thing that I still have not figured out is how XGCONF gets the information about the EVM to generate a template for a .cfg file. I'm using the c6a816x EVM and at present I have two disparate tools sets, one in...
    on Apr 15, 2011
  • Forum Post: Re: Cannot run the Genserver Wizard in CCS4.2.3

    Chris Ring Chris Ring
    GenServer is not supported in that release of Codec Engine. Bummer that you don't get a better error msg. CE 3.20.* only supports BIOS 6 (no Linux), and only 1) local codecs or 2) remote codecs on homogenous multicore processors (like C6472 ). In the local codec case, there isn't a Server...
    on Apr 19, 2011
  • Forum Post: Re: Cannot run the Genserver Wizard in CCS4.2.3

    Chris Ring Chris Ring
    You should use the version of CE included in the SDK - something in the 3.21.* family. CE 3.21 is not yet GA (Generally Available - implying production quality), meaning it's still under development. But pre-releases for new devices (like C6A8168) have been made available via the EZSDK releases...
    on Apr 19, 2011
  • Forum Post: EDMA,Scratch memory & QDMA Examples in Codec Engine

    RV RV
    Hi, Are there good examples that show usage of scratch memory, EDMA and or QDMA ( ACPY ) usage for Netra DM8168? In particular I need example usage of IRES, IDMA3 interfaces . Examples that show usage of ACPY3, and DMAN3 are also needed. If codec engine app is running on DSP, can it pass video buffers...
    on Apr 21, 2011
  • Forum Post: undefined reference while building the application

    rajesh peddi rajesh peddi
    Hello Experts, I am new to dvsdk. I want to invoke dsp from the arm for this i chose iuniversal package. i made the code xdias complaint using the " iuniversal Package " then i added the codec to the codec server using the " genserver " . i wrote a small application using the...
    on Apr 27, 2011
  • Forum Post: DSP MMU Fault

    rajesh peddi rajesh peddi
    Hello, I am trying to run an application using the my codec, the application is crashing and showing the error message. @0x000b9a19:[T:0x4001ebb0] ZZ - main> Welcome to app's main(). @0x000ba4b5:[T:0x4001ebb0] ZZ - App-> Application started. in the function parse command line arguments...
    on May 10, 2011
  • Forum Post: SKEL_Fxns override and QualiTI failure

    RV RV
    I am getting this message for the QualiTI failure when I override Universal skeleton: Problem: Not all external symbols declared by the module have the "_MOD_VEN_" prefix (i.e. module_vendor_). The following is the list of offending symbols: UNIVERSAL_create UNIVERSAL_delete These two...
    on Jun 2, 2011
  • Forum Post: Re: What am I doing wrong?

    RV RV
    Lee, I would try setting linux driver to use QDMA Channel number 7 You can then remove 7 from this setting in cfg file and set numQdmaChannels to 7 DMAN3.qdmaChannels = [0, 1, 2, 3,4,5,6]; DMAN3.numQdmaChannels = 7; and see if this helps too. This will help DSP get all the QDMA channels except 7,...
    on Jun 4, 2011
  • Forum Post: Re: Netra [DM816x] Configuration of EDMA3 RM for ARM + DSP programming

    RV RV
    Here is my server info file for Netra DM816x : Do I have to set qdmaPaRamBase,ipcKeyBase to a different value or is the default okay? RV
    on Jun 16, 2011
  • Forum Post: Netra [DM816x] Configuration of DSP Codec Server EDMA3 RM

    RV RV
    Given this from http://processors.wiki.ti.com/index.php/DM81xx_C6A81xx_AM38xx_EDMA_Driver_User_Guide : How should I configure EDMA3 RM in Framework Components ? Is there example .cfg for codec server I can use? The default one in the EzSDK (all_syslink.cfg) is causing EDMA conflicts with...
    on Jun 14, 2011
  • Forum Post: Codec Engine Thread.Proxy Error with SYS/BIOS TI814x evm

    Jibin Scaria Jibin Scaria
    I am trying to use Codec Engine 3.20.01.18 with SYS/BIOS 6.31.4.27 in CCSv4.2.4. But I am getting an error error: xdc.runtime.knl.Thread: "C:/Program Files/Texas Instruments/xdctools_3_20_08_88/packages/xdc/runtime/knl/Thread.xs", line 31: xdc.runtime.knl.Thread : Thread.Proxy...
    on Jul 21, 2011
  • Forum Post: Codec Engine shutdown

    Alex59370 Alex59370
    Hello, my Codec Engine iUniversal ARM application appears not to properly shut down. Here is the code for ending the application: /* teardown the codec */ cerr << "Tearing down codec" << endl; UNIVERSAL_delete(hUniversal); /* close the engine */ cerr << "Closing...
    on Sep 8, 2011
12
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