Searched refs:RTMP_PT_VIDEO (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Drtmppkt.h53 RTMP_PT_VIDEO, ///< video packet enumerator in enum:RTMPPacketType
H A Drtmppkt.c352 case RTMP_PT_VIDEO: return "video packet";
444 } else if (p->type != RTMP_PT_AUDIO && p->type != RTMP_PT_VIDEO && p->type != RTMP_PT_METADATA) {
H A Drtmpproto.c726 if (rpkt.type == RTMP_PT_VIDEO || rpkt.type == RTMP_PT_AUDIO ||
957 if (((pkttype == RTMP_PT_VIDEO || pkttype == RTMP_PT_AUDIO) && ts == 0) ||
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Drtmppkt.h54 RTMP_PT_VIDEO, ///< video packet enumerator in enum:RTMPPacketType
H A Drtmppkt.c520 case RTMP_PT_VIDEO: return "video packet";
620 } else if (p->type != RTMP_PT_AUDIO && p->type != RTMP_PT_VIDEO && p->type != RTMP_PT_METADATA) {
H A Drtmpproto.c2120 } else if (pkt->type == RTMP_PT_VIDEO) {
2238 case RTMP_PT_VIDEO:
2373 if (rpkt.type == RTMP_PT_VIDEO || rpkt.type == RTMP_PT_AUDIO) {
2785 if (pkttype == RTMP_PT_VIDEO)
2789 if (((pkttype == RTMP_PT_VIDEO || pkttype == RTMP_PT_AUDIO) && ts == 0) ||

Completed in 45 milliseconds