Home
last modified time | relevance | path

Searched refs:open (Results 1 – 25 of 26) sorted by relevance

12

/rockchip-linux_mpp/osal/
H A Dmpp_allocator_api.h17 MPP_RET (*open)(void **ctx, size_t alignment, MppAllocFlagType flags); member
H A Dmpp_trace.c66 rk_s32 fd = open(ftrace_paths[i], O_WRONLY | O_CLOEXEC); in mpp_trace_srv_init()
H A Dmpp_allocator.c175 if (p->os_api.open(&p->ctx, SZ_4K, flags)) in mpp_allocator_get()
H A Dmpp_soc.c1034 rk_s32 fd = open(path, O_RDONLY); in read_soc_name()
/rockchip-linux_mpp/mpp/legacy/
H A Dvpu.c160 fd = open(path, O_RDWR | O_CLOEXEC); in VPUClientInit()
337 fd = open("/dev/vpu_service", O_RDWR | O_CLOEXEC); in VPUCheckSupportWidth()
339 fd = open("/dev/vpu-service", O_RDWR | O_CLOEXEC); in VPUCheckSupportWidth()
/rockchip-linux_mpp/osal/driver/
H A Dmpp_vcodec_client.c38 fd = open("/dev/vcodec", O_RDWR | O_CLOEXEC); in mpp_vcodec_open()
H A Dmpp_service.c116 fd = open(mpp_get_mpp_service_name(), O_RDWR | O_CLOEXEC); in check_mpp_service_cap()
156 fd = open(mpp_get_mpp_service_name(), O_RDWR | O_CLOEXEC); in check_mpp_service_cap()
302 p->client = open(mpp_get_mpp_service_name(), O_RDWR | O_CLOEXEC); in mpp_service_init()
H A Dvcodec_service.c531 p->fd = open(name, O_RDWR | O_CLOEXEC); in vcodec_service_init()
H A Dmpp_server.c578 server->server_fd = open(srv->server_name, O_RDWR | O_CLOEXEC); in bat_server_get()
/rockchip-linux_mpp/osal/allocator/
H A Dallocator_std.c109 .open = allocator_std_open,
H A Dallocator_drm.c174 fd = open(dev_drm[i], O_RDWR | O_CLOEXEC); in os_allocator_drm_open()
368 .open = os_allocator_drm_open,
H A Dallocator_dma_heap.c83 fd = open(buf, O_RDONLY | O_CLOEXEC); // read permission is enough in try_open_path()
359 .open = os_allocator_dma_heap_open,
H A Dallocator_ext_dma.c143 .open = allocator_ext_dma_open,
H A Dallocator_ion.c285 fd = open(dev_ion, O_RDWR | O_CLOEXEC); in allocator_ion_open()
484 .open = allocator_ion_open,
/rockchip-linux_mpp/mpp/base/test/
H A Dmpp_cfg_test.c86 fd = open(path, O_RDWR); in main()
/rockchip-linux_mpp/
H A Dreadme.txt279 | open context | | | |
291 | | | | open |
/rockchip-linux_mpp/mpp/vproc/rga/
H A Drga.c109 impl->rga_fd = open(DEFAULT_RGA_DEV, O_RDWR | O_CLOEXEC, 0); in rga_init()
/rockchip-linux_mpp/utils/
H A Dcamera_source.c128 ctx->fd = open(device, O_RDWR | O_CLOEXEC, 0); in camera_source_init()
/rockchip-linux_mpp/debian/
H A Dchangelog50 * [vpu]: use the platform function to open device node
/rockchip-linux_mpp/mpp/vproc/iep2/
H A Diep2.c81 ctx->fd = open("/dev/mpp_service", O_RDWR | O_CLOEXEC); in iep2_init()
/rockchip-linux_mpp/mpp/vproc/vdpp/
H A Dvdpp.c184 ctx->fd = open("/dev/mpp_service", O_RDWR | O_CLOEXEC); in vdpp_init()
H A Dvdpp2.c1455 ctx->fd = open("/dev/mpp_service", O_RDWR | O_CLOEXEC); in vdpp2_init()
/rockchip-linux_mpp/mpp/vproc/iep/
H A Diep.c63 fd = open(iep_name, O_RDWR | O_CLOEXEC); in iep_init()
/rockchip-linux_mpp/kmpp/base/
H A Dkmpp_obj.c297 rk_s32 fd = open(path, O_RDWR); in kmpp_ktrie_get()
/rockchip-linux_mpp/tools/
H A Dmpp_doxyfile1374 # When the EXT_LINKS_IN_WINDOW option is set to YES doxygen will open links to
1490 # (doxysearch.cgi) which are based on the open source search engine library
1503 # (doxysearch.cgi) which are based on the open source search engine library

12