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-dev helixcommunity.org
http://lists.helixcommunity.org/mailman/listinfo/da
tatype-dev
|