Searched refs:mh_id (Results 1 – 2 of 2) sorted by relevance
/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | gstrtpj2kdepay.c | 249 guint avail, MHF, mh_id; in gst_rtp_j2k_depay_flush_pu() local 259 mh_id = rtpj2kdepay->last_mh_id; in gst_rtp_j2k_depay_flush_pu() 278 GST_DEBUG_OBJECT (rtpj2kdepay, "keeping header %u", mh_id); in gst_rtp_j2k_depay_flush_pu() 283 store_mheader (rtpj2kdepay, mh_id, mheader); in gst_rtp_j2k_depay_flush_pu() 296 guint avail, mh_id; in gst_rtp_j2k_depay_flush_tile() local 313 mh_id = rtpj2kdepay->last_mh_id; in gst_rtp_j2k_depay_flush_tile() 321 if ((mheader = rtpj2kdepay->MH[mh_id]) == NULL) in gst_rtp_j2k_depay_flush_tile() 325 GST_DEBUG_OBJECT (rtpj2kdepay, "pushing header %u", mh_id); in gst_rtp_j2k_depay_flush_tile() 381 GST_DEBUG_OBJECT (rtpj2kdepay, "waiting for header %u", mh_id); in gst_rtp_j2k_depay_flush_tile() 464 guint MHF, mh_id, frag_offset, tile, payload_len, j2klen; in gst_rtp_j2k_depay_process() local [all …]
|
D | gstrtpj2kpay.c | 81 guint mh_id:3; member 362 state.header.mh_id = 0; /* always 0 for now */ in gst_rtp_j2k_pay_handle_buffer() 500 (state.header.mh_id << 1) | state.header.T; in gst_rtp_j2k_pay_handle_buffer()
|