Lines Matching refs:end
42 static RK_U8 *h265e_nal_escape_c(RK_U8 *dst, RK_U8 *src, RK_U8 *end) in h265e_nal_escape_c() argument
44 if (src < end) *dst++ = *src++; in h265e_nal_escape_c()
45 if (src < end) *dst++ = *src++; in h265e_nal_escape_c()
46 while (src < end) { in h265e_nal_escape_c()
59 RK_U8 *end = nal->p_payload + nal->i_payload; in h265e_nal_encode() local
78 dst = h265e_nal_escape_c(dst, src, end); in h265e_nal_encode()
206 RK_U8 *end = 0; in h265e_sei_recovery_point() local
219 end = &stream.buf[stream.enc_stream.byte_cnt]; in h265e_sei_recovery_point()
220 sei_nal.i_payload = (RK_S32) (end - sei_nal.p_payload); in h265e_sei_recovery_point()
662 RK_U8 *end = &s->buf[s->enc_stream.byte_cnt]; in h265e_nal_end() local
663 nal->i_payload = (RK_S32)(end - nal->p_payload); in h265e_nal_end()
669 memset(end, 0xff, 64); in h265e_nal_end()
754 RK_U8 *end = &stream.buf[stream.enc_stream.byte_cnt]; in h265e_data_to_sei() local
755 sei_nal.i_payload = (RK_S32)(end - sei_nal.p_payload); in h265e_data_to_sei()