Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Drtpdec_h264.c264 int ff_h264_handle_frag_packet(AVPacket *pkt, const uint8_t *buf, int len, in ff_h264_handle_frag_packet() function
308 return ff_h264_handle_frag_packet(pkt, buf, len, start_bit, &nal, 1); in h264_handle_packet_fu_a()
Drtpdec_formats.h45 int ff_h264_handle_frag_packet(AVPacket *pkt, const uint8_t *buf, int len,
Drtpdec_hevc.c324 res = ff_h264_handle_frag_packet(pkt, buf, len, first_fragment, in hevc_handle_packet()