Searched refs:ff_h264_handle_aggregated_packet (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | rtpdec_h264.c | 206 int ff_h264_handle_aggregated_packet(AVFormatContext *ctx, PayloadContext *data, AVPacket *pkt, in ff_h264_handle_aggregated_packet() function 346 result = ff_h264_handle_aggregated_packet(ctx, data, pkt, buf, len, 0, in h264_handle_packet()
|
D | rtpdec_formats.h | 41 int ff_h264_handle_aggregated_packet(AVFormatContext *ctx, PayloadContext *data, AVPacket *pkt,
|
D | rtpdec_hevc.c | 265 res = ff_h264_handle_aggregated_packet(ctx, rtp_hevc_ctx, pkt, buf, len, in hevc_handle_packet()
|