Searched refs:ff_h263_handle_packet (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | rtpdec_h263.c | 27 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,
|
H A D | rtpdec_h263_rfc2190.c | 58 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()
|
H A D | rtpdec_formats.h | 34 int ff_h263_handle_packet(AVFormatContext *ctx, PayloadContext *data,
|
Completed in 1 milliseconds