Searched refs:MHF (Results 1 – 4 of 4) sorted by relevance
/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | gstrtpj2kpay.c | 79 guint MHF:2; member 248 state->header.MHF = 3; in find_pu_end() 258 if (state->header.MHF) { in find_pu_end() 358 state.header.MHF = 0; /* no header */ in gst_rtp_j2k_pay_handle_buffer() 460 if (state.header.MHF) { in gst_rtp_j2k_pay_handle_buffer() 461 switch (state.header.MHF) { in gst_rtp_j2k_pay_handle_buffer() 464 state.header.MHF = 1; in gst_rtp_j2k_pay_handle_buffer() 468 state.header.MHF = 2; in gst_rtp_j2k_pay_handle_buffer() 494 header[0] = (state.header.tp << 6) | (state.header.MHF << 4) | in gst_rtp_j2k_pay_handle_buffer() 519 if (state.header.MHF & 2) in gst_rtp_j2k_pay_handle_buffer() [all …]
|
D | gstrtpj2kdepay.c | 245 guint avail, MHF, mh_id; in gst_rtp_j2k_depay_flush_pu() local 254 MHF = rtpj2kdepay->pu_MHF; in gst_rtp_j2k_depay_flush_pu() 259 if (MHF == 0) { in gst_rtp_j2k_depay_flush_pu() 460 guint MHF, mh_id, frag_offset, tile, payload_len, j2klen; in gst_rtp_j2k_depay_process() local 491 MHF = (payload[0] & 0x30) >> 4; in gst_rtp_j2k_depay_process() 503 GST_DEBUG_OBJECT (rtpj2kdepay, "MHF %u, tile %u, frag %u, expected %u", MHF, in gst_rtp_j2k_depay_process() 566 rtpj2kdepay->pu_MHF = MHF; in gst_rtp_j2k_depay_process() 573 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
|