Searched refs:ff_h264_handle_frag_packet (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | rtpdec_h264.c | 264 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()
|
D | rtpdec_formats.h | 45 int ff_h264_handle_frag_packet(AVPacket *pkt, const uint8_t *buf, int len,
|
D | rtpdec_hevc.c | 324 res = ff_h264_handle_frag_packet(pkt, buf, len, first_fragment, in hevc_handle_packet()
|