Home
last modified time | relevance | path

Searched refs:mpp_malloc (Results 1 – 25 of 48) sorted by relevance

12

/rockchip-linux_mpp/osal/
H A Dmpp_queue.c11 MppQueue *queue = mpp_malloc(MppQueue, 1); in mpp_queue_create()
H A Dmpp_allocator.c137 p = mpp_malloc(MppAllocatorImpl, 1); in mpp_allocator_get()
H A Dmpp_list.c390 MppList *list = mpp_malloc(MppList, 1); in mpp_list_create()
400 list->head = mpp_malloc(MppListNode, 1); in mpp_list_create()
H A Dmpp_mem_pool.c87 srv = mpp_malloc(MppMemPoolSrv, 1); in mem_pool_srv_init()
/rockchip-linux_mpp/osal/inc/
H A Dmpp_mem.h17 #define mpp_malloc(type, count) \ macro
/rockchip-linux_mpp/mpp/codec/rc/
H A Drc_api.c69 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 Dallocator_std.c31 p = mpp_malloc(allocator_ctx, 1); in allocator_std_open()
H A Dallocator_ext_dma.c30 p = mpp_malloc(allocator_ctx, 1); in allocator_ext_dma_open()
H A Dallocator_drm.c192 p = mpp_malloc(allocator_ctx_drm, 1); in os_allocator_drm_open()
H A Dallocator_dma_heap.c220 p = mpp_malloc(allocator_ctx_dmaheap, 1); in os_allocator_dma_heap_open()
H A Dallocator_ion.c293 p = mpp_malloc(allocator_ctx_ion, 1); in allocator_ion_open()
/rockchip-linux_mpp/utils/
H A Dutils.c103 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 Dmpp_impl.c231 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 Dh265d_parser2_syntax.c392 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 Dh265d_parser.c194 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 Dhal_h264e_stream_amend.c190 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 Dvp9d_api.c56 buf = mpp_malloc(RK_U8, size); in vp9d_init()
/rockchip-linux_mpp/test/
H A Dmpi_dec_nt_test.c281 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 Dmpi_dec_test.c372 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 Dhal_h264e_vepu580_tune.c87 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 Dav1d_api.c60 buf = mpp_malloc(RK_U8, size); in av1d_init()
/rockchip-linux_mpp/osal/driver/
H A Dmpp_service.c337 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 Davsd_api.c89 p_dec->streambuf = mpp_malloc(RK_U8, p_dec->stream_size); in avsd_init()
/rockchip-linux_mpp/mpp/base/
H A Dmpp_cluster.c666 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 Drga.c102 impl = mpp_malloc(RgaCtxImpl, 1); in rga_init()

12