Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/hal/common/h264/
H A Dhal_h264e_stream_amend.c44 RK_U8 *tmp_buf = buf; in get_next_nal() local
48 if (tmp_buf[2] == 0) { in get_next_nal()
50 tmp_buf++; in get_next_nal()
54 if (tmp_buf[0] != 0 || tmp_buf[1] != 0 || tmp_buf[2] != 1) { in get_next_nal()
59 state = (state << 8) | tmp_buf[i]; in get_next_nal()
69 tmp_buf += i; in get_next_nal()
77 tmp_buf += 3; in get_next_nal()
/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_parse.c396 memcpy(p_strm->head_buf, p_strm->tmp_buf, p_strm->tmp_offset); in store_cur_nalu()
421 FUN_CHECK(ret = realloc_buffer(&p_strm->tmp_buf, &p_strm->tmp_max_size, add_size)); in store_cur_nalu()
424 p_tmp = &p_strm->tmp_buf[p_strm->tmp_offset]; in store_cur_nalu()
H A Dh264d_api.c91 MPP_FREE(p_Cur->strm.tmp_buf); in free_cur_ctx()
118 p_strm->tmp_buf = mpp_malloc_size(RK_U8, p_strm->head_max_size); in init_cur_ctx()
H A Dh264d_global.h935 RK_U8 *tmp_buf; //!< store temporary header data member