Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_header_gen.c133 h265e_stream_write1_with_log(s, 1, NULL); in h265e_write_recovery_point()
134 h265e_stream_write1_with_log(s, 0, NULL); in h265e_write_recovery_point()
236 h265e_stream_write1_with_log(s, ptl->m_tierFlag, "tier_flag[]"); in codeProfileTier()
239h265e_stream_write1_with_log(s, ptl->m_profileCompatibilityFlag[j], "profile_compatibility_flag[][… in codeProfileTier()
242h265e_stream_write1_with_log(s, ptl->m_progressiveSourceFlag, "general_progressive_source_flag"); in codeProfileTier()
243h265e_stream_write1_with_log(s, ptl->m_interlacedSourceFlag, "general_interlaced_source_flag"); in codeProfileTier()
244h265e_stream_write1_with_log(s, ptl->m_nonPackedConstraintFlag, "general_non_packed_constraint_fla… in codeProfileTier()
245h265e_stream_write1_with_log(s, ptl->m_frameOnlyConstraintFlag, "general_frame_only_constraint_fla… in codeProfileTier()
248h265e_stream_write1_with_log(s, ptl->m_max12bitConstraintFlag , "general_max_12_bit_constraint_fla… in codeProfileTier()
249h265e_stream_write1_with_log(s, ptl->m_max10bitConstraintFlag, "general_max_10_bit_constraint_flag… in codeProfileTier()
[all …]
H A Dh265e_stream.h38 MPP_RET h265e_stream_write1_with_log(H265eStream *s,
H A Dh265e_stream.c83 MPP_RET h265e_stream_write1_with_log(H265eStream *s, in h265e_stream_write1_with_log() function