Home
last modified time | relevance | path

Searched refs:last_fragment (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Drtpdec_vp9.c52 int first_fragment, last_fragment; in vp9_handle_packet() local
87 last_fragment = !!(buf[0] & 0x04); in vp9_handle_packet()
93 if (last_fragment != rtp_m) { in vp9_handle_packet()
94 av_log(ctx, AV_LOG_ERROR, "Invalid combination of B and M marker (%d != %d)\n", last_fragment, rtp_m); in vp9_handle_packet()
317 if (!last_fragment) in vp9_handle_packet()
H A Drtpdec_hevc.c184 int first_fragment, last_fragment, fu_type; in hevc_handle_packet() local
289 last_fragment = buf[0] & 0x40; in hevc_handle_packet()
316 if (first_fragment && last_fragment) { in hevc_handle_packet()

Completed in 2 milliseconds