Searched refs:tmp_buf (Results 1 – 4 of 4) sorted by relevance
44 RK_U8 *tmp_buf = buf; in get_next_nal() local48 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()
396 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()
91 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()
935 RK_U8 *tmp_buf; //!< store temporary header data member