Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Drtmppkt.h54 RTMP_PT_VIDEO, ///< video packet enumerator
H A Drtmppkt.c580 case RTMP_PT_VIDEO: return "video packet"; in rtmp_packet_type()
680 } else if (p->type != RTMP_PT_AUDIO && p->type != RTMP_PT_VIDEO && p->type != RTMP_PT_METADATA) { in ff_rtmp_packet_dump()
H A Drtmpproto.c2218 } else if (pkt->type == RTMP_PT_VIDEO) { in append_flv_data()
2336 case RTMP_PT_VIDEO: in rtmp_parse_result()
2478 if (rpkt.type == RTMP_PT_VIDEO || rpkt.type == RTMP_PT_AUDIO) { in get_packet()
2993 if (pkttype == RTMP_PT_VIDEO) in rtmp_write()
2996 if (((pkttype == RTMP_PT_VIDEO || pkttype == RTMP_PT_AUDIO) && ts == 0) || in rtmp_write()

Completed in 7 milliseconds