Home
last modified time | relevance | path

Searched refs:m_maxLatencyIncrease (Results 1 – 3 of 3) sorted by relevance

/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_slice.h170 …RK_U32 m_maxLatencyIncrease[MAX_SUB_LAYERS]; // Really max latency increase plus 1 (valu… member
292 …RK_U32 m_maxLatencyIncrease[MAX_SUB_LAYERS]; // Really max latency increase plus 1 (value… member
H A Dh265e_ps.c137 vps->m_maxLatencyIncrease[i] = 0; in h265e_set_vps()
394 sps->m_maxLatencyIncrease[i] = 0; in h265e_set_sps()
H A Dh265e_header_gen.c321 …h265e_stream_write_ue_with_log(s, vps->m_maxLatencyIncrease[i], "vps_max_latency_increase_plus1[i]… in h265e_vps_write()
487 …h265e_stream_write_ue_with_log(s, sps->m_maxLatencyIncrease[i], "sps_max_latency_increase_plus1[… in h265e_sps_write()