Searched refs:nalu_buf (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/h264/ |
| H A D | h264d_parse.c | 361 memcpy(p_des + sizeof(H264dNaluHead_t), p_strm->nalu_buf, head_size); in store_cur_nalu() 375 memcpy(p_des + sizeof(g_start_precode), p_strm->nalu_buf, p_strm->nalu_len); in store_cur_nalu() 385 memcpy(p_des + sizeof(g_start_precode), p_strm->nalu_buf, p_strm->nalu_len); in store_cur_nalu() 411 mpp_set_bitread_ctx(p_bitctx, p_strm->nalu_buf, 4); in judge_is_new_frame() 443 mpp_set_bitread_ctx(p_bitctx, (p_strm->nalu_buf + nalu_header_bytes), 4); // reset in judge_is_new_frame() 573 … FUN_CHECK(ret = realloc_buffer(&p_strm->nalu_buf, &p_strm->nalu_max_size, NALU_BUF_ADD_SIZE)); in parse_prepare() 575 p_strm->nalu_buf[p_strm->nalu_len++] = *p_strm->curdata; in parse_prepare() 595 (p_strm->nalu_buf[p_strm->nalu_len - 1] == 0x00)) { in parse_prepare() 649 … FUN_CHECK(ret = realloc_buffer(&p_strm->nalu_buf, &p_strm->nalu_max_size, NALU_BUF_ADD_SIZE)); in parse_prepare_fast() 651 p_strm->nalu_buf[p_strm->nalu_len++] = *p_strm->curdata; in parse_prepare_fast() [all …]
|
| H A D | h264d_api.c | 83 MPP_FREE(p_Cur->strm.nalu_buf); in free_cur_ctx() 106 p_strm->nalu_buf = mpp_malloc_size(RK_U8, p_strm->nalu_max_size); in init_cur_ctx() 109 MEM_CHECK(ret, p_strm->nalu_buf && p_strm->head_buf); in init_cur_ctx()
|
| H A D | h264d_global.h | 926 RK_U8 *nalu_buf; //!< store read nalu data member
|