Home
last modified time | relevance | path

Searched refs:iInTimestamp (Results 1 – 4 of 4) sorted by relevance

/external/opencore/nodes/pvomxbasedecnode/src/
Dpvmf_omx_basedec_node.cpp1898 …on->pBufHdr->pBuffer, iInputBufferUnderConstruction->pBufHdr->nFlags, iInTimestamp, iOMXTicksTimes… in SendIncompleteBufferUnderConstruction()
1979 iInTimestamp = current_msg_ts - 10; in SendInputBufferToOMXComponent()
1999 iInTimestamp = current_msg_ts; in SendInputBufferToOMXComponent()
2013 …revious TS: %d", iName.Str(), current_msg_seq_num, iInPacketSeqNum, current_msg_ts, iInTimestamp)); in SendInputBufferToOMXComponent()
2016 if (current_msg_ts == iInTimestamp) in SendInputBufferToOMXComponent()
2125 iInTimestamp = current_msg_ts; in SendInputBufferToOMXComponent()
2248 iInTimestamp = iDataIn->getTimestamp(); in SendInputBufferToOMXComponent()
2312 …fHdr->pBuffer, frag.getMemFragSize(), iCurrFragNum + 1, iDataIn->getNumFragments(), iInTimestamp)); in SendInputBufferToOMXComponent()
2391 …In->getNumFragments(), input_buf->pBufHdr->pBuffer, input_buf->pBufHdr->nFilledLen, iInTimestamp)); in SendInputBufferToOMXComponent()
2410 …In->getNumFragments(), input_buf->pBufHdr->pBuffer, input_buf->pBufHdr->nFilledLen, iInTimestamp)); in SendInputBufferToOMXComponent()
[all …]
/external/opencore/nodes/pvomxbasedecnode/include/
Dpvmf_omx_basedec_node.h668 uint32 iInTimestamp; variable
/external/opencore/nodes/pvomxencnode/src/
Dpvmf_omx_enc_node.h1230 uint32 iInTimestamp; variable
Dpvmf_omx_enc_node.cpp3942 iInTimestamp = iDataIn->getTimestamp(); in SendInputBufferToOMXComponent()
4002 … frag.getMemFragSize(), iCurrFragNum + 1, iDataIn->getNumFragments(), iInTimestamp, iOMXTicksTimes… in SendInputBufferToOMXComponent()
4031 …ments(), input_buf->pBufHdr->pBuffer, input_buf->pBufHdr->nFilledLen, iInTimestamp, iOMXTicksTimes… in SendInputBufferToOMXComponent()
4047 …ments(), input_buf->pBufHdr->pBuffer, input_buf->pBufHdr->nFilledLen, iInTimestamp, iOMXTicksTimes… in SendInputBufferToOMXComponent()
4064 …iInputTimestampClock.update_clock(iInTimestamp); // this will also take into consideration the tim… in SendInputBufferToOMXComponent()