Home
last modified time | relevance | path

Searched refs:m_channelTimestamp (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/librtmp/
H A Drtmp.h265 int *m_channelTimestamp; /* abs timestamp of last packet */ member
H A Drtmp.c1220 r->m_channelTimestamp[r->m_mediaChannel] : 0; in RTMP_GetNextMediaPacket()
2003 r->m_channelTimestamp[r->m_mediaChannel] : 0; in RTMP_Pause()
3452 r->m_channelTimestamp[r->m_mediaChannel] : 0; in HandleCtrl()
3601 int *timestamp = realloc(r->m_channelTimestamp, sizeof(int) * n); in RTMP_ReadPacket()
3604 free(r->m_channelTimestamp); in RTMP_ReadPacket()
3607 r->m_channelTimestamp = timestamp; in RTMP_ReadPacket()
3613 …memset(r->m_channelTimestamp + r->m_channelsAllocatedIn, 0, sizeof(int) * (n - r->m_channelsAlloca… in RTMP_ReadPacket()
3724 …packet->m_nTimeStamp += r->m_channelTimestamp[packet->m_nChannel]; /* timestamps seem to be always… in RTMP_ReadPacket()
3726 r->m_channelTimestamp[packet->m_nChannel] = packet->m_nTimeStamp; in RTMP_ReadPacket()
4188 free(r->m_channelTimestamp); in CloseInternal()
[all …]
/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/
H A Drtmpsuck.c820 … server->rc.m_pauseStamp = server->rc.m_channelTimestamp[server->rc.m_mediaChannel]; in doServe()