Home
last modified time | relevance | path

Searched refs:m_channelsAllocatedIn (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/librtmp/
H A Drtmp.c1219 r->m_pauseStamp = r->m_mediaChannel < r->m_channelsAllocatedIn ? in RTMP_GetNextMediaPacket()
2002 r->m_pauseStamp = r->m_mediaChannel < r->m_channelsAllocatedIn ? in RTMP_Pause()
3451 r->m_pauseStamp = r->m_mediaChannel < r->m_channelsAllocatedIn ? in HandleCtrl()
3598 if (packet->m_nChannel >= r->m_channelsAllocatedIn) in RTMP_ReadPacket()
3610 r->m_channelsAllocatedIn = 0; in RTMP_ReadPacket()
3613 …memset(r->m_channelTimestamp + r->m_channelsAllocatedIn, 0, sizeof(int) * (n - r->m_channelsAlloca… in RTMP_ReadPacket()
3614 …memset(r->m_vecChannelsIn + r->m_channelsAllocatedIn, 0, sizeof(RTMPPacket*) * (n - r->m_channelsA… in RTMP_ReadPacket()
3615 r->m_channelsAllocatedIn = n; in RTMP_ReadPacket()
4177 for (i = 0; i < r->m_channelsAllocatedIn; i++) in CloseInternal()
4190 r->m_channelsAllocatedIn = 0; in CloseInternal()
H A Drtmp.h261 int m_channelsAllocatedIn; member