Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h265/
H A Dh265e_slice.h151 …RK_U32 m_maxLatencyIncrease[MAX_SUB_LAYERS]; // Really max latency increase plus 1 (valu… member
273 …RK_U32 m_maxLatencyIncrease[MAX_SUB_LAYERS]; // Really max latency increase plus 1 (value… member
H A Dh265e_ps.c134 vps->m_maxLatencyIncrease[i] = 0; in h265e_set_vps()
367 sps->m_maxLatencyIncrease[i] = 0; in h265e_set_sps()
H A Dh265e_header_gen.c306 …h265e_stream_write_ue_with_log(s, vps->m_maxLatencyIncrease[i], "vps_max_latency_increase_plus1[i]… in h265e_vps_write()
472 …h265e_stream_write_ue_with_log(s, sps->m_maxLatencyIncrease[i], "sps_max_latency_increase_plus1[… in h265e_sps_write()