Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_parse.c410 memcpy(p_des + sizeof(H264dNaluHead_t), p_strm->nalu_buf, head_size); in store_cur_nalu()
442 memcpy(p_des + sizeof(g_start_precode), p_strm->nalu_buf, p_strm->nalu_len); in store_cur_nalu()
448 mpp_h264d_fill_dynamic_meta(p_Cur, p_strm->nalu_buf + 2, p_strm->nalu_len - 2, DLBY); in store_cur_nalu()
457 memcpy(p_des + sizeof(g_start_precode), p_strm->nalu_buf, p_strm->nalu_len); in store_cur_nalu()
483 mpp_set_bitread_ctx(p_bitctx, p_strm->nalu_buf, 4); in judge_is_new_frame()
519 mpp_set_bitread_ctx(p_bitctx, (p_strm->nalu_buf + nalu_header_bytes), 4); // reset in judge_is_new_frame()
679 … FUN_CHECK(ret = realloc_buffer(&p_strm->nalu_buf, &p_strm->nalu_max_size, NALU_BUF_ADD_SIZE)); in parse_prepare()
681 p_strm->nalu_buf[p_strm->nalu_len++] = *p_strm->curdata; in parse_prepare()
706 (p_strm->nalu_buf[p_strm->nalu_len - 1] == 0x00)) { in parse_prepare()
761 … FUN_CHECK(ret = realloc_buffer(&p_strm->nalu_buf, &p_strm->nalu_max_size, NALU_BUF_ADD_SIZE)); in parse_prepare_fast()
[all …]
H A Dh264d_api.c89 MPP_FREE(p_Cur->strm.nalu_buf); in free_cur_ctx()
114 p_strm->nalu_buf = mpp_malloc_size(RK_U8, p_strm->nalu_max_size); in init_cur_ctx()
119 MEM_CHECK(ret, p_strm->nalu_buf && p_strm->head_buf); in init_cur_ctx()
H A Dh264d_global.h926 RK_U8 *nalu_buf; //!< store read nalu data member