Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/osal/test/
H A Dmpp_mem_test.c36 tmp = mpp_realloc(tmp, int, 200); in main()
/OK3568_Linux_fs/external/mpp/osal/inc/
H A Dmpp_mem.h40 #define mpp_realloc(ptr, type, count) \ macro
/OK3568_Linux_fs/external/mpp/mpp/base/
H A Dmpp_trie.cpp60 MppTrieNode *new_nodes = mpp_realloc(trie->nodes, MppTrieNode, new_count); in trie_get_node()
163 const char ***ptr = mpp_realloc(p->info, const char **, new_count); in mpp_trie_add_info()
H A Dmpp_buf_slot.cpp763 impl->slots = mpp_realloc(impl->slots, MppBufSlotEntry, count); in mpp_buf_slot_setup()
802 impl->slots = mpp_realloc(impl->slots, MppBufSlotEntry, impl->new_count); in mpp_buf_slot_ready()
H A Dmpp_packet.cpp521 seg_buf = mpp_realloc(p->segments_ext, MppPktSeg, old_buf_cnt); in mpp_packet_add_segment_info()
/OK3568_Linux_fs/external/mpp/osal/driver/
H A Dmpp_service.c199 p->reqs = mpp_realloc(p->reqs, MppReqV1, p->req_max * 2); in mpp_service_next_req()
222 p->reg_offset_info = mpp_realloc(p->reg_offset_info, RegOffsetInfo, p->reg_offset_max * 2); in mpp_service_next_reg_offset()
248 p->rcb_info = mpp_realloc(p->rcb_info, RcbInfo, p->rcb_max * 2); in mpp_service_next_rcb_info()
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/dummy/
H A Ddummy_dec_api.c164 p->stream = mpp_realloc(p->stream, RK_U8, length); in dummy_dec_prepare()
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/avs2/
H A Davs2d_parse.c87 …Avs2dNalu_t *new_buffer = mpp_realloc(p_dec->p_nals, Avs2dNalu_t, p_dec->nal_allocated + MAX_NALU_… in avs2_add_nalu_header()
141 RK_U8 * new_buffer = mpp_realloc(p_header->pbuf, RK_U8, new_size); in store_nalu()
/OK3568_Linux_fs/external/mpp/osal/
H A Dmpp_time.cpp517 MppStopwatchNode *nodes = mpp_realloc(impl->nodes, MppStopwatchNode, in mpp_stopwatch_record()
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h264/
H A Dh264d_fill.c33 dxva_ctx->slice_long = mpp_realloc(dxva_ctx->slice_long, in realloc_slice_list()
H A Dh264d_parse.c114 (*buf) = mpp_realloc((*buf), RK_U8, ((*max_size) + add_size)); in realloc_buffer()
/OK3568_Linux_fs/external/mpp/utils/
H A Dmpi_dec_utils.c101 impl->slots = mpp_realloc(impl->slots, FileBufSlot*, impl->slot_max * 2); in add_new_slot()
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h265/
H A Dh265d_parser.c120 new_buffer = mpp_realloc(sc->buffer, RK_U8, min_size); in mpp_combine_frame()
144 new_buffer = mpp_realloc(sc->buffer, RK_U8, min_size); in mpp_combine_frame()
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/av1/
H A Dav1d_parser.c1293 data = mpp_realloc(data, RK_U8, buff_size); in av1d_get_frame_stream()