Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/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()
262h265e_stream_write1_with_log(s, ptl->m_subLayerProfilePresentFlag[i], "sub_layer_profile_present_f… in codePTL()
265h265e_stream_write1_with_log(s, ptl->m_subLayerLevelPresentFlag[i], "sub_layer_level_present_flag[… in codePTL()
[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