Searched refs:MHF (Results 1 – 4 of 4) sorted by relevance
/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | gstrtpj2kpay.c | 80 guint MHF:2; member 251 state->header.MHF = 3; in find_pu_end() 261 if (state->header.MHF) { in find_pu_end() 361 state.header.MHF = 0; /* no header */ in gst_rtp_j2k_pay_handle_buffer() 465 if (state.header.MHF) { in gst_rtp_j2k_pay_handle_buffer() 466 switch (state.header.MHF) { in gst_rtp_j2k_pay_handle_buffer() 469 state.header.MHF = 1; in gst_rtp_j2k_pay_handle_buffer() 473 state.header.MHF = 2; in gst_rtp_j2k_pay_handle_buffer() 499 header[0] = (state.header.tp << 6) | (state.header.MHF << 4) | in gst_rtp_j2k_pay_handle_buffer() 524 if (state.header.MHF & 2) in gst_rtp_j2k_pay_handle_buffer() [all …]
|
D | gstrtpj2kdepay.c | 249 guint avail, MHF, mh_id; in gst_rtp_j2k_depay_flush_pu() local 258 MHF = rtpj2kdepay->pu_MHF; in gst_rtp_j2k_depay_flush_pu() 263 if (MHF == 0) { in gst_rtp_j2k_depay_flush_pu() 464 guint MHF, mh_id, frag_offset, tile, payload_len, j2klen; in gst_rtp_j2k_depay_process() local 495 MHF = (payload[0] & 0x30) >> 4; in gst_rtp_j2k_depay_process() 507 GST_DEBUG_OBJECT (rtpj2kdepay, "MHF %u, tile %u, frag %u, expected %u", MHF, in gst_rtp_j2k_depay_process() 570 rtpj2kdepay->pu_MHF = MHF; in gst_rtp_j2k_depay_process() 577 if (MHF & 2) { in gst_rtp_j2k_depay_process()
|
/third_party/ffmpeg/libavcodec/ |
D | aptx.c | 326 [MHF] = { quantize_intervals_MHF, 352 [MHF] = { hd_quantize_intervals_MHF,
|
D | aptx.h | 42 MHF, // Medium-High Frequency (11-16.5kHz) enumerator
|