| /rockchip-linux_mpp/osal/ |
| H A D | mpp_queue.c | 11 MppQueue *queue = mpp_malloc(MppQueue, 1); in mpp_queue_create()
|
| H A D | mpp_allocator.c | 137 p = mpp_malloc(MppAllocatorImpl, 1); in mpp_allocator_get()
|
| H A D | mpp_list.c | 390 MppList *list = mpp_malloc(MppList, 1); in mpp_list_create() 400 list->head = mpp_malloc(MppListNode, 1); in mpp_list_create()
|
| H A D | mpp_mem_pool.c | 87 srv = mpp_malloc(MppMemPoolSrv, 1); in mem_pool_srv_init()
|
| /rockchip-linux_mpp/osal/inc/ |
| H A D | mpp_mem.h | 17 #define mpp_malloc(type, count) \ macro
|
| /rockchip-linux_mpp/mpp/codec/rc/ |
| H A D | rc_api.c | 69 srv = mpp_malloc(MppRcApiSrv, 1); in rc_api_srv_init() 175 node = mpp_malloc(RcImplApiNode, 1); in rc_api_add()
|
| /rockchip-linux_mpp/osal/allocator/ |
| H A D | allocator_std.c | 31 p = mpp_malloc(allocator_ctx, 1); in allocator_std_open()
|
| H A D | allocator_ext_dma.c | 30 p = mpp_malloc(allocator_ctx, 1); in allocator_ext_dma_open()
|
| H A D | allocator_drm.c | 192 p = mpp_malloc(allocator_ctx_drm, 1); in os_allocator_drm_open()
|
| H A D | allocator_dma_heap.c | 220 p = mpp_malloc(allocator_ctx_dmaheap, 1); in os_allocator_dma_heap_open()
|
| H A D | allocator_ion.c | 293 p = mpp_malloc(allocator_ctx_ion, 1); in allocator_ion_open()
|
| /rockchip-linux_mpp/utils/ |
| H A D | utils.c | 103 RK_U8 *tmp = mpp_malloc(RK_U8, h_stride * height * 2); in dump_mpp_frame_to_file() 154 RK_U8 *tmp_line = (RK_U8 *)mpp_malloc(RK_U16, width); in dump_mpp_frame_to_file() 180 RK_U8 *tmp = mpp_malloc(RK_U8, h_stride * height * 2); in dump_mpp_frame_to_file() 203 RK_U8 *tmp_line = (RK_U8 *)mpp_malloc(RK_U16, width); in dump_mpp_frame_to_file() 227 RK_U8 *tmp = mpp_malloc(RK_U8, h_stride * height); in dump_mpp_frame_to_file() 240 RK_U8 *tmp = mpp_malloc(RK_U8, width * height * 4); in dump_mpp_frame_to_file() 259 RK_U8 *tmp = mpp_malloc(RK_U8, width * height * 2); in dump_mpp_frame_to_file() 269 RK_U8 *tmp = mpp_malloc(RK_U8, width * height * 3); in dump_mpp_frame_to_file()
|
| /rockchip-linux_mpp/mpp/ |
| H A D | mpp_impl.c | 231 RK_U8 *tmp_line = (RK_U8 *)mpp_malloc(RK_U16, width); in dump_frame() 341 p->fp_buf = mpp_malloc(RK_U8, p->dump_size); in mpp_ops_init() 350 p->fp_buf = mpp_malloc(RK_U8, p->dump_size); in mpp_ops_init()
|
| /rockchip-linux_mpp/mpp/codec/dec/h265/ |
| H A D | h265d_parser2_syntax.c | 392 current = mpp_malloc(RK_U8, buff_size); in h265d_syntax_fill_slice() 401 … ctx_pic->slice_short = (DXVA_Slice_HEVC_Short *)mpp_malloc(DXVA_Slice_HEVC_Short, h->nb_nals); in h265d_syntax_fill_slice() 407 …ctx_pic->slice_cut_param = (DXVA_Slice_HEVC_Cut_Param *)mpp_malloc(DXVA_Slice_HEVC_Cut_Param, h->n… in h265d_syntax_fill_slice()
|
| H A D | h265d_parser.c | 194 s->buffer = mpp_malloc(RK_U8, MAX_FRAME_SIZE); in h265d_split_init() 1600 nal->rbsp_buffer = mpp_malloc(RK_U8, min_size); in mpp_hevc_extract_rbsp() 1681 HEVCNAL *tmp = mpp_malloc(HEVCNAL, new_size); in split_nal_units() 1688 HEVCNAL *tmp = mpp_malloc(HEVCNAL, new_size); in split_nal_units() 2232 … ctx_pic->slice_short = (DXVA_Slice_HEVC_Short *)mpp_malloc(DXVA_Slice_HEVC_Short, MAX_SLICES); in h265d_init() 2237 …ctx_pic->slice_cut_param = (DXVA_Slice_HEVC_Cut_Param *)mpp_malloc(DXVA_Slice_HEVC_Cut_Param, MAX_… in h265d_init() 2262 buf = mpp_malloc(RK_U8, size); in h265d_init()
|
| /rockchip-linux_mpp/mpp/hal/common/h264/ |
| H A D | hal_h264e_stream_amend.c | 190 ctx->src_buf = mpp_malloc(RK_U8, ctx->buf_size); in h264e_vepu_stream_amend_proc() 191 ctx->dst_buf = mpp_malloc(RK_U8, ctx->buf_size); in h264e_vepu_stream_amend_proc()
|
| /rockchip-linux_mpp/mpp/codec/dec/vp9/ |
| H A D | vp9d_api.c | 56 buf = mpp_malloc(RK_U8, size); in vp9d_init()
|
| /rockchip-linux_mpp/test/ |
| H A D | mpi_dec_nt_test.c | 281 data->checkcrc.luma.sum = mpp_malloc(RK_ULONG, 512); in thread_decode() 282 data->checkcrc.chroma.sum = mpp_malloc(RK_ULONG, 512); in thread_decode()
|
| H A D | mpi_dec_test.c | 372 data->checkcrc.luma.sum = mpp_malloc(RK_ULONG, 512); in thread_decode() 373 data->checkcrc.chroma.sum = mpp_malloc(RK_ULONG, 512); in thread_decode()
|
| /rockchip-linux_mpp/mpp/hal/rkenc/h264e/ |
| H A D | hal_h264e_vepu580_tune.c | 87 HalH264eVepu580Tune *tune = mpp_malloc(HalH264eVepu580Tune, 1); in vepu580_h264e_tune_init() 375 ctx->md_flag_buf = mpp_malloc(RK_U8, md_flag_size); in setup_vepu580_qpmap_buf()
|
| /rockchip-linux_mpp/mpp/codec/dec/av1/ |
| H A D | av1d_api.c | 60 buf = mpp_malloc(RK_U8, size); in av1d_init()
|
| /rockchip-linux_mpp/osal/driver/ |
| H A D | mpp_service.c | 337 p->reqs = mpp_malloc(MppReqV1, p->req_max); in mpp_service_init() 344 p->reg_offset_info = mpp_malloc(RegOffsetInfo, p->reg_offset_max); in mpp_service_init() 353 p->rcb_info = mpp_malloc(RcbInfo, p->rcb_max); in mpp_service_init()
|
| /rockchip-linux_mpp/mpp/codec/dec/avs/ |
| H A D | avsd_api.c | 89 p_dec->streambuf = mpp_malloc(RK_U8, p_dec->stream_size); in avsd_init()
|
| /rockchip-linux_mpp/mpp/base/ |
| H A D | mpp_cluster.c | 666 p = mpp_malloc(MppCluster, 1); in MPP_SINGLETON() 681 p->worker = mpp_malloc(ClusterWorker, p->worker_count); in MPP_SINGLETON()
|
| /rockchip-linux_mpp/mpp/vproc/rga/ |
| H A D | rga.c | 102 impl = mpp_malloc(RgaCtxImpl, 1); in rga_init()
|