Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h265/
H A Dh265e_slice.h308 RK_U32 m_outputFlagPresentFlag; // Indicates the presence of output_flag in slice header member
H A Dh265e_syntax.c85 (pps->m_outputFlagPresentFlag << 21) | in fill_picture_parameters()
H A Dh265e_ps.c399 pps->m_outputFlagPresentFlag = 0; in h265e_set_pps()
H A Dh265e_header_gen.c557 …h265e_stream_write1_with_log(s, pps->m_outputFlagPresentFlag ? 1 : 0, "output_flag_present_flag… in h265e_pps_write()
H A Dh265e_slice.c365 if (slice->m_pps->m_outputFlagPresentFlag) { in h265e_code_slice_header()