[prev in list] [next in list] [prev in thread] [next in thread] 

List:       helix-datatype-cvs
Subject:    [Datatype-cvs] omx/common CFrameObj.cpp,1.1.4.2,1.1.4.2.4.1
From:       zlin () helixcommunity ! org
Date:       2011-03-30 9:26:41
Message-ID: 201103300926.p2U9QTK3017374 () mailer ! progressive-comp ! com
[Download RAW message or body]

Update of /cvsroot/datatype/omx/common
In directory cvs01.internal.helixcommunity.org:/tmp/cvs-serv24967

Modified Files:
      Tag: hxclient_3_6_5_atlas
	CFrameObj.cpp 
Log Message:
Synopsis: On 8650a platform, some dropped frames are shown on screen before seek \
operation complete.

Overview: For each frame, video site call postBuffer(offset) to let it shown on \
screen. After this, surface flinger has some kind of connection with this frame \
buffer. During seek operation, Helix do not call postBuffer before desired seek \
point. However, we can see some dropped frames by Helix shown on screen. In order to \
avoid this issue, change to hold 1 frame buffer while doing seek operation. Change \
IHXVideoSurface interface to add a api, to let video site know when it is time to \
seek(OnPreSeek). In CMiniAndroidSurface::OnPreSeek, flag the last frame which is \
shown on screen. After that, when flush begin in OMX wrapper, it will check which \
frame is being shown on screen and do not return it back to OMX decoder


Index: CFrameObj.cpp
===================================================================
RCS file: /cvsroot/datatype/omx/common/Attic/CFrameObj.cpp,v
retrieving revision 1.1.4.2
retrieving revision 1.1.4.2.4.1
diff -u -d -r1.1.4.2 -r1.1.4.2.4.1
--- CFrameObj.cpp	2 Nov 2010 02:01:41 -0000	1.1.4.2
+++ CFrameObj.cpp	30 Mar 2011 09:26:38 -0000	1.1.4.2.4.1
@@ -65,6 +65,7 @@
 m_hDecoder(pDecoder),
 m_pOMXBuffer(pBuffer),
 m_uHoldByVideoSite(FALSE),
+m_bRemainDuringSeek(FALSE),
 m_uRefCount(0)
 {
 }


_______________________________________________
Datatype-cvs mailing list
Datatype-cvs@helixcommunity.org
http://lists.helixcommunity.org/mailman/listinfo/datatype-cvs


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic