List Info

Thread: Sending Frame Size information to Decoder HwDevice in videoadapter




Sending Frame Size information to Decoder HwDevice in videoadapter
user name
2006-09-15 07:12:18
Hi All,
I'm trying to send the frame size information to the
Decoder Hw device in
datatype/mdf/video/mdfvideoadapter.cpp and I already tried
using the
ConfigureDecoder method as follows:

if( m_pPictureHeader && !m_bAppendHeaderToFirstFrame
)
  {

      if( SUCCEEDED(m_pHeader->GetPropertyULONG32(
"FrameWidth",
          lFrameWidth) ) && SUCCEEDED
(m_pHeader->GetPropertyULONG32
          ("FrameHeight", ulFrameHeight ) ) )
	{
         m_pPictureHeaderConfigure.iSizeInMemory.SetSize
                                     
(ulFrameWidth,ulFrameHeight) ;

	}
				m_pPictureHeaderConfigure.iSizeInMemory.SetSize(ulFrameW
idth,ulFrameHeight)
;

			}





			RDebug::Print(_L("calling
ConfigureDecoderL()"));
            m_pDevVideoPlay->ConfigureDecoderL(
m_pPictureHeaderConfigure );



_______________________________________________
Datatype-dev mailing list
Datatype-devhelixcommunity.org
http://lists.helixcommunity.org/mailman/listinfo/da
tatype-dev
[1]

about | contact  Other archives ( Real Estate discussion Medical topics )