| /OK3568_Linux_fs/external/mpp/mpp/hal/vpu/jpege/ |
| H A D | hal_jpege_base.c | 98 hal_rc->qtable_y = mpp_malloc(RK_U8, QUANTIZE_TABLE_SIZE); in hal_jpege_vepu_init_rc() 99 hal_rc->qtable_c = mpp_malloc(RK_U8, QUANTIZE_TABLE_SIZE); in hal_jpege_vepu_init_rc()
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/enc/jpeg/ |
| H A D | jpege_api_v2.c | 220 cfg->qtable_y = mpp_malloc(RK_U8, QUANTIZE_TABLE_SIZE); in jpege_gen_qt_by_qfactor() 222 cfg->qtable_u = mpp_malloc(RK_U8, QUANTIZE_TABLE_SIZE); in jpege_gen_qt_by_qfactor() 291 dst->qtable_y = mpp_malloc(RK_U8, QUANTIZE_TABLE_SIZE); in jpege_proc_jpeg_cfg() 293 dst->qtable_u = mpp_malloc(RK_U8, QUANTIZE_TABLE_SIZE); in jpege_proc_jpeg_cfg()
|
| /OK3568_Linux_fs/external/mpp/osal/inc/ |
| H A D | mpp_mem.h | 28 #define mpp_malloc(type, count) \ macro
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/h265/ |
| H A D | h265d_parser2_syntax.c | 354 current = mpp_malloc(RK_U8, buff_size); in h265d_syntax_fill_slice() 363 … ctx_pic->slice_short = (DXVA_Slice_HEVC_Short *)mpp_malloc(DXVA_Slice_HEVC_Short, h->nb_nals); in h265d_syntax_fill_slice() 369 …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 | 188 s->buffer = mpp_malloc(RK_U8, MAX_FRAME_SIZE); in h265d_split_init() 1541 nal->rbsp_buffer = mpp_malloc(RK_U8, min_size); in mpp_hevc_extract_rbsp() 1622 HEVCNAL *tmp = mpp_malloc(HEVCNAL, new_size); in split_nal_units() 1629 HEVCNAL *tmp = mpp_malloc(HEVCNAL, new_size); in split_nal_units() 2158 … ctx_pic->slice_short = (DXVA_Slice_HEVC_Short *)mpp_malloc(DXVA_Slice_HEVC_Short, MAX_SLICES); in h265d_init() 2163 …ctx_pic->slice_cut_param = (DXVA_Slice_HEVC_Cut_Param *)mpp_malloc(DXVA_Slice_HEVC_Cut_Param, MAX_… in h265d_init() 2188 buf = mpp_malloc(RK_U8, size); in h265d_init()
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/common/h264/ |
| H A D | hal_h264e_stream_amend.c | 170 ctx->src_buf = mpp_malloc(RK_U8, ctx->buf_size); in h264e_vepu_stream_amend_proc() 171 ctx->dst_buf = mpp_malloc(RK_U8, ctx->buf_size); in h264e_vepu_stream_amend_proc()
|
| /OK3568_Linux_fs/external/mpp/osal/allocator/ |
| H A D | allocator_ext_dma.c | 39 p = mpp_malloc(allocator_ctx, 1); in allocator_ext_dma_open()
|
| H A D | allocator_dma_heap.c | 184 p = mpp_malloc(allocator_ctx_dmaheap, 1); in os_allocator_dma_heap_open()
|
| H A D | allocator_drm.c | 156 p = mpp_malloc(allocator_ctx_drm, 1); in os_allocator_drm_open()
|
| /OK3568_Linux_fs/external/mpp/osal/driver/ |
| H A D | mpp_service.c | 303 p->reqs = mpp_malloc(MppReqV1, p->req_max); in mpp_service_init() 310 p->reg_offset_info = mpp_malloc(RegOffsetInfo, p->reg_offset_max); in mpp_service_init() 319 p->rcb_info = mpp_malloc(RcbInfo, p->rcb_max); in mpp_service_init()
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/rc/ |
| H A D | rc_data.cpp | 40 DataGroupImpl *p = mpp_malloc(DataGroupImpl, 1); in rc_data_init()
|
| H A D | rc_impl.cpp | 104 node = mpp_malloc(RcImplApiNode, 1); in api_add()
|
| /OK3568_Linux_fs/external/mpp/utils/ |
| H A D | utils.c | 80 RK_U8 *tmp = mpp_malloc(RK_U8, h_stride * height * 2); in dump_mpp_frame_to_file() 131 RK_U8 *tmp_line = (RK_U8 *)mpp_malloc(RK_U16, width); in dump_mpp_frame_to_file() 179 RK_U8 *tmp = mpp_malloc(RK_U8, h_stride * height * 2); in dump_mpp_frame_to_file() 201 RK_U8 *tmp = mpp_malloc(RK_U8, h_stride * height); in dump_mpp_frame_to_file() 214 RK_U8 *tmp = mpp_malloc(RK_U8, width * height * 4); in dump_mpp_frame_to_file() 229 RK_U8 *tmp = mpp_malloc(RK_U8, width * height * 2); in dump_mpp_frame_to_file()
|
| /OK3568_Linux_fs/external/mpp/test/ |
| H A D | mpi_dec_nt_test.c | 336 data->checkcrc.luma.sum = mpp_malloc(RK_ULONG, 512); in thread_decode() 337 data->checkcrc.chroma.sum = mpp_malloc(RK_ULONG, 512); in thread_decode()
|
| H A D | mpi_dec_test.c | 489 data->checkcrc.luma.sum = mpp_malloc(RK_ULONG, 512); in thread_decode() 490 data->checkcrc.chroma.sum = mpp_malloc(RK_ULONG, 512); in thread_decode()
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/vp9/ |
| H A D | vp9d_api.c | 56 buf = mpp_malloc(RK_U8, size); in vp9d_init()
|
| /OK3568_Linux_fs/external/mpp/mpp/ |
| H A D | mpp_impl.cpp | 315 p->fp_buf = mpp_malloc(RK_U8, p->dump_size); in mpp_ops_init() 324 p->fp_buf = mpp_malloc(RK_U8, p->dump_size); in mpp_ops_init()
|
| /OK3568_Linux_fs/external/mpp/osal/ |
| H A D | mpp_allocator.cpp | 133 MppAllocatorImpl *p = mpp_malloc(MppAllocatorImpl, 1); in mpp_allocator_get()
|
| H A D | mpp_mem_pool.cpp | 102 MppMemPoolImpl *pool = mpp_malloc(MppMemPoolImpl, 1); in get_pool()
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/av1/ |
| H A D | av1d_api.c | 60 buf = mpp_malloc(RK_U8, size); in av1d_init()
|
| /OK3568_Linux_fs/external/mpp/mpp/base/ |
| H A D | mpp_cluster.cpp | 645 p = mpp_malloc(MppCluster, 1); in get() 660 p->worker = mpp_malloc(ClusterWorker, p->worker_count); in get()
|
| /OK3568_Linux_fs/external/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()
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/common/jpeg/ |
| H A D | hal_jpege_hdr.c | 575 JpegeBitsImpl *impl = mpp_malloc(JpegeBitsImpl, 1); in jpege_bits_init()
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/rkenc/h264e/ |
| H A D | hal_h264e_vepu580.c | 298 p->regs_sets = mpp_malloc(HalVepu580RegSet, p->task_cnt); in hal_h264e_vepu580_init() 304 p->amend_sets = mpp_malloc(HalH264eVepuStreamAmend, p->task_cnt); in hal_h264e_vepu580_init() 312 p->prefix_sets = mpp_malloc(H264ePrefixNal, p->task_cnt); in hal_h264e_vepu580_init() 319 p->slice_sets = mpp_malloc(H264eSlice, p->task_cnt); in hal_h264e_vepu580_init() 326 p->reorder = mpp_malloc(H264eReorderInfo, 1); in hal_h264e_vepu580_init() 333 p->marking = mpp_malloc(H264eMarkingInfo, 1); in hal_h264e_vepu580_init()
|
| /OK3568_Linux_fs/external/mpp/mpp/vproc/rga/ |
| H A D | rga.cpp | 114 impl = mpp_malloc(RgaCtxImpl, 1); in rga_init()
|