Searched refs:mpp_realloc (Results 1 – 14 of 14) sorted by relevance
| /OK3568_Linux_fs/external/mpp/osal/test/ |
| H A D | mpp_mem_test.c | 36 tmp = mpp_realloc(tmp, int, 200); in main()
|
| /OK3568_Linux_fs/external/mpp/osal/inc/ |
| H A D | mpp_mem.h | 40 #define mpp_realloc(ptr, type, count) \ macro
|
| /OK3568_Linux_fs/external/mpp/mpp/base/ |
| H A D | mpp_trie.cpp | 60 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 D | mpp_buf_slot.cpp | 763 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 D | mpp_packet.cpp | 521 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 D | mpp_service.c | 199 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 D | dummy_dec_api.c | 164 p->stream = mpp_realloc(p->stream, RK_U8, length); in dummy_dec_prepare()
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/avs2/ |
| H A D | avs2d_parse.c | 87 …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 D | mpp_time.cpp | 517 MppStopwatchNode *nodes = mpp_realloc(impl->nodes, MppStopwatchNode, in mpp_stopwatch_record()
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/h264/ |
| H A D | h264d_fill.c | 33 dxva_ctx->slice_long = mpp_realloc(dxva_ctx->slice_long, in realloc_slice_list()
|
| H A D | h264d_parse.c | 114 (*buf) = mpp_realloc((*buf), RK_U8, ((*max_size) + add_size)); in realloc_buffer()
|
| /OK3568_Linux_fs/external/mpp/utils/ |
| H A D | mpi_dec_utils.c | 101 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 D | h265d_parser.c | 120 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 D | av1d_parser.c | 1293 data = mpp_realloc(data, RK_U8, buff_size); in av1d_get_frame_stream()
|