Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_parse.c1003 H264dNaluHead_t *p_head = NULL; in parse_loop() local
1018 p_head = (H264dNaluHead_t *)p_curdata; in parse_loop()
1019 if (p_head->is_frame_end) { in parse_loop()
1026 p_Dec->p_Cur->nalu.sodb_len = p_head->sodb_len; in parse_loop()
1027 p_curdata += p_head->sodb_len; in parse_loop()