Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_parse.c391 RK_U32 head_size = MPP_MIN(HEAD_SYNTAX_MAX_SIZE, p_strm->nalu_len); in store_cur_nalu() local
392 RK_U32 add_size = head_size + sizeof(H264dNaluHead_t); in store_cur_nalu()
409 ((H264dNaluHead_t *)p_des)->sodb_len = head_size; in store_cur_nalu()
410 memcpy(p_des + sizeof(H264dNaluHead_t), p_strm->nalu_buf, head_size); in store_cur_nalu()