Home
last modified time | relevance | path

Searched refs:last_mh_id (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpj2kdepay.c259 mh_id = rtpj2kdepay->last_mh_id; in gst_rtp_j2k_depay_flush_pu()
313 mh_id = rtpj2kdepay->last_mh_id; in gst_rtp_j2k_depay_flush_tile()
446 rtpj2kdepay->last_mh_id = -1; in gst_rtp_j2k_depay_flush_frame()
498 if (rtpj2kdepay->last_mh_id == -1) in gst_rtp_j2k_depay_process()
499 rtpj2kdepay->last_mh_id = mh_id; in gst_rtp_j2k_depay_process()
500 else if (rtpj2kdepay->last_mh_id != mh_id) in gst_rtp_j2k_depay_process()
605 ("Invalid mh_id %u, expected %u", mh_id, rtpj2kdepay->last_mh_id), in gst_rtp_j2k_depay_process()
Dgstrtpj2kdepay.h46 guint last_mh_id; member