Hi,
I noticed that at the end of video recording, there will be some video
decoding behaviors which result in a still picture displayed as a background
picture. I guess this behavior can be enabled/disabled in Java code... Could
anybody tell me how to disable this decoding behavior? Below is PV logger
about what I said. Thanks.
PVLOG:TID(0x17260):Time=161:PORT OMXVideoDecIn Connected
PVLOG:TID(0x17260):Time=161:PORT PVMFMP4FFParOut(Vide Connected
PVLOG:TID(0x17260):Time=161:PORT MediaOutIn(Video) Connected
PVLOG:TID(0x17260):Time=162:PORT OMXVideoDecOut Connected
PVLOG:TID(0x17260):Time=219:PVMediaOutputNodePort::setParametersSync - FSI -
Fmt=X-YUV-420
PVLOG:TID(0x17260):Time=219:PVMediaOutputNodePort::ConfigMIO
setParametersSync of PVMF_FORMAT_SPECIFIC_INFO_KEY_VIDEO failed
PVLOG:TID(0x17260):Time=226:PVMFMP4FFParserNode::DoSetDataSourcePosition()
*actualMediaDataTS 0
PVLOG:TID(0x17260):Time=226:PVMFMP4FFParserNode::DoSetDataSourcePosition()
getOffsetByTime ret 0 Track 1 NPT 0 Offset 36
PVLOG:TID(0x17260):Time=226:PVMFMP4FFParserNode::DoSetDataSourcePosition()
Video targetNPT = 0 returns actualNPT=0 for trackId=1
PVLOG:TID(0x17260):Time=226:PVMFMP4FFParserNode::DoSetDataSourcePosition:
targetNPT=0, actualNPT=0, actualTS=0
PVLOG:TID(0x17260):Time=226:PORT OMXVideoDecIn In Msg Received  MediaCmd
FmtId BOS, SeqNum 0, SId 0, TS 0, Q-depth 1/10
PVLOG:TID(0x17260):Time=226:PORT PVMFMP4FFParOut(Vide Msg Sent Directly
MediaCmd FmtId BOS, SeqNum 0, SId 0, TS 0, Q-depth 0/10
PVLOG:TID(0x17260):Time=226:PVMFMP4FFParserNode::SendBeginOfMediaStreamCommand()
BOS sent - Mime=video/MP4V-ES, StreamId=0, TS=0
PVLOG:TID(0x17260):Time=226:MEMP PVMFMP4FFPar(Video) Chunk allocated, 1/8 in
use
PVLOG:TID(0x17260):Time=226:MEMP PVMFMP4FFPar(Video) Chunk freed, 1/8 in use
PVLOG:TID(0x17260):Time=226:PORT OMXVideoDecIn In Msg Received  MediaCmd
FmtId EOS, SeqNum 0, SId 0, TS 0, Q-depth 2/10
PVLOG:TID(0x17260):Time=227:PORT PVMFMP4FFParOut(Vide Msg Sent Directly
MediaCmd FmtId EOS, SeqNum 0, SId 0, TS 0, Q-depth 0/10
PVLOG:TID(0x17260):Time=227:PVMFMP4FFParserNode::SendEndOfTrackCommand -
Mime=video/MP4V-ES, StreamID=0, TrackID=1, TS=0, SEQNUM=0
PVLOG:TID(0x17260):Time=227:PVMediaOutputNodePort::SetSkipTimeStamp: TS=0,
Fmt=X-YUV-420
PVLOG:TID(0x17260):Time=228:PORT OMXVideoDecIn In Msg De-Q'd MediaCmd FmtId
BOS, SeqNum 0, SId 0, TS 0, Q-depth 1/10
PVLOG:TID(0x17260):Time=230:PORT MediaOutIn(Video) In Msg Received  MediaCmd
FmtId BOS, SeqNum 0, SId 0, TS 0, Q-depth 1/10
PVLOG:TID(0x17260):Time=230:PORT MediaOutIn(Video) In Msg De-Q'd MediaCmd
FmtId BOS, SeqNum 0, SId 0, TS 0, Q-depth 0/10
PVLOG:TID(0x17260):Time=230:PVMediaOutputNodePort::HPA: BOS Recvd -
Fmt=X-YUV-420, TS=0, StreamID=0, Qs=0
PVLOG:TID(0x17260):Time=230:PORT OMXVideoDecOut Msg Sent Directly MediaCmd
FmtId BOS, SeqNum 0, SId 0, TS 0, Q-depth 0/10
PVLOG:TID(0x17260):Time=230:PORT OMXVideoDecIn In Msg De-Q'd MediaCmd FmtId
EOS, SeqNum 0, SId 0, TS 0, Q-depth 0/10
PVLOG:TID(0x17260):Time=230:PORT MediaOutIn(Video) In Msg Received  MediaCmd
FmtId EOS, SeqNum 0, SId 0, TS 0, Q-depth 1/10
PVLOG:TID(0x17260):Time=230:PVMediaOutputNodePort::HPA: PVMFInfoStartOfData
- Fmt=X-YUV-420
PVLOG:TID(0x17260):Time=230:PORT MediaOutIn(Video) In Msg De-Q'd MediaCmd
FmtId EOS, SeqNum 0, SId 0, TS 0, Q-depth 0/10
PVLOG:TID(0x17260):Time=230:PVMediaOutputNodePort::HPA - EOS Recvd -
StreamID=0, Seq=0, TS=0, Fmt=X-YUV-420, Qs=0
PVLOG:TID(0x17260):Time=230:PVMediaOutputNodePort::SendEndOfData -
AsyncWrite - Fmt=X-YUV-420, Seq=0, TS=0, ClnUpQSize=0
PVLOG:TID(0x17260):Time=230:PORT OMXVideoDecOut Msg Sent Directly MediaCmd
FmtId EOS, SeqNum 0, SId 0, TS 0, Q-depth 0/10
PVLOG:TID(0x17260):Time=231:PVMediaOutputNodePort::writeComplete For EOS -
Fmt=X-YUV-420
PVLOG:TID(0x17260):Time=234:PORT OMXVideoDecIn Disconnected
PVLOG:TID(0x17260):Time=234:PORT PVMFMP4FFParOut(Vide Disconnected
PVLOG:TID(0x17260):Time=234:PORT MediaOutIn(Video) Disconnected
PVLOG:TID(0x17260):Time=234:PORT OMXVideoDecOut Disconnected
PVLOG:TID(0x17260):Time=234:PORT MediaOutIn(Video) Deleted
PVLOG:TID(0x17260):Time=234:PORT OMXVideoDecIn Deleted
PVLOG:TID(0x17260):Time=234:PORT PVMFMP4FFParOut(Vide Deleted
PVLOG:TID(0x17260):Time=235:PORT OMXVideoDecOut Deleted
-- 
Thanks,
Andy

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"android-framework" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/android-framework?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to