• 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) » DaVinci™ Video Processors » DM814x and AM387x Processors Forum » Regarding Composite Display on DM8148 EVM
Share
DaVinci™ Video Processors
  • Forums
  • Announcements
Options
  • Subscribe via RSS

Forums

Regarding Composite Display on DM8148 EVM

This question is not answered
Sivaramkrishna Neeruganti
Posted by Sivaramkrishna Neeruganti
on Feb 27 2012 09:33 AM
Intellectual870 points

Hi ,

I am trying to capture 1080P Component video ,scale it down to SD resolution 720 x 480 and trying to display via composite port .

I am using OMX Capture-Encode application for this purpose . As there is no support for Composite video Display using OMX VFDC in EZSDK 5.02 ,i am trying to integrate the OMX Capture-Encode application and the saFBdevDisplay application for Composite Video display .

The way i approached is ,

As the DEI Component fills the Buffer at its Output Ports ,it calls the FillBufferDone() callback function which puts  the message FBD in the local pipe of the component .The IL_Client thread reads the msg FBD from the local pipe and calls IL_ClientProcessPipeCmdFBD() function .

I have tried to access the Processed Buffer at the output port of the DEI component and copied this buffer into the buffer_addr (this is the memory mapped buffer in the user space of saFbdevDisplay )

OMX_ERRORTYPE IL_ClientProcessPipeCmdFBD (IL_CLIENT_COMP_PRIVATE *thisComp,
                                          IL_CLIENT_PIPE_MSG *pipeMsg)
{
  OMX_ERRORTYPE err = OMX_ErrorNone;
  OMX_BUFFERHEADERTYPE *pBufferOut;
  IL_CLIENT_PIPE_MSG remotePipeMsg;
  IL_CLIENT_OUTPORT_PARAMS *outPortParamsPtr;
  int retVal = 0;

   pBufferOut = pipeMsg->pbufHeader;

  //add the Code for copying Buffer from DEI COMP output port  into Framebuffer .
  if(thisComp->startOutportIndex == OMX_VFPC_OUTPUT_PORT_START_INDEX)
   {
        printf("into the ProcessPipeCmdFBD function,copying  pBuffer to FB\r\n");
        buffer_addr = pBufferOut->pBuffer;
   }
 

I don't see any Display on the Composite channel ,Can anyone help me to integrate the OMX Capture-Encode app and saFbdevDisplay app for Composite Video Display .

Any help is appreciated .

Thanks,

Siva.

Report Abuse
  • Reply
You have posted to a forum that requires a moderator to approve posts before they are publicly available.
All Replies
  • Sivaramkrishna Neeruganti
    Posted by Sivaramkrishna Neeruganti
    on Feb 28 2012 00:02 AM
    Intellectual870 points

    Hi,

    Here are the few questions to summarize the above problem .

    1 .How to access the processed Buffer at the output port of the DEI Component?

    2 .Can I give this buffer to the saFbdevDisplay application for the composite display?

    Thanks,

    Siva.

    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