Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Drtpdec_h263.c27 int ff_h263_handle_packet(AVFormatContext *ctx, PayloadContext *data, in ff_h263_handle_packet() function
97 .parse_packet = ff_h263_handle_packet,
105 .parse_packet = ff_h263_handle_packet,
Drtpdec_h263_rfc2190.c58 return ff_h263_handle_packet(ctx, data, st, pkt, timestamp, buf, len, in h263_handle_packet()
113 return ff_h263_handle_packet(ctx, data, st, pkt, timestamp, buf, in h263_handle_packet()
Drtpdec_formats.h34 int ff_h263_handle_packet(AVFormatContext *ctx, PayloadContext *data,