Home
last modified time | relevance | path

Searched refs:m_outputFlagPresentFlag (Results 1 – 5 of 5) sorted by relevance

/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_slice.h327 RK_U32 m_outputFlagPresentFlag; // Indicates the presence of output_flag in slice header member
H A Dh265e_syntax.c100 (pps->m_outputFlagPresentFlag << 21) | in fill_picture_parameters()
H A Dh265e_ps.c423 pps->m_outputFlagPresentFlag = 0; in h265e_set_pps()
H A Dh265e_header_gen.c571 …h265e_stream_write1_with_log(s, pps->m_outputFlagPresentFlag ? 1 : 0, "output_flag_present_flag… in h265e_pps_write()
H A Dh265e_slice.c386 if (slice->m_pps->m_outputFlagPresentFlag) { in h265e_code_slice_header()