Searched refs:orig_dst (Results 1 – 1 of 1) sorted by relevance
60 RK_U8 *orig_dst = dst; in h265e_nal_encode() local79 size = (RK_S32)((dst - orig_dst) - 4); in h265e_nal_encode()84 orig_dst[0] = size >> 24; in h265e_nal_encode()85 orig_dst[1] = size >> 16; in h265e_nal_encode()86 orig_dst[2] = size >> 8; in h265e_nal_encode()87 orig_dst[3] = size >> 0; in h265e_nal_encode()91 nal->p_payload = orig_dst; in h265e_nal_encode()