![]() |
libxcoder
5.2.0
|
▼ source | |
▼ common | |
ISharedBuffer.cpp | Public definitions related to resource management of NETINT video processing devices on Android |
ISharedBuffer.h | Public definitions related to resource management of NETINT video processing devices on Android |
▼ examples | |
▼ common | |
ni_decode_utils.c | |
ni_decode_utils.h | |
ni_encode_utils.c | |
ni_encode_utils.h | |
ni_filter_utils.c | |
ni_filter_utils.h | |
ni_generic_utils.c | |
ni_generic_utils.h | |
ni_xcoder_decode.c | Video decoding demo application directly using Netint Libxcoder API |
ni_xcoder_encode.c | Video encoding demo application directly using Netint Libxcoder API |
ni_xcoder_multithread_transcode.c | Multi-threaded video transcoding and filtering demo application directly using Netint Libxcoder API |
ni_xcoder_transcode_filter.c | Video transcoding and filtering demo application directly using Netint Libxcoder API |
▼ test | |
client.cpp | Client test for NETINT video processing Android service |
init_rsrc.c | Application for registering Netint transcoding devices on system for use by libxcoder |
ni_av_codec.c | Audio/video related utility definitions |
ni_av_codec.h | Audio/video related utility definitions |
ni_bitstream.c | Utility definitions to operate on bits in a bitstream |
ni_bitstream.h | Utility definitions to operate on bits in a bitstream |
ni_defs.h | Common NETINT definitions used by all modules |
ni_device_api.c | Public definitions for operating NETINT video processing devices for video processing |
ni_device_api.h | Public definitions for operating NETINT video processing devices for video processing |
ni_device_api_priv.c | Private definitions used by ni_device_api.c for video processing tasks |
ni_device_api_priv.h | Private definitions used by ni_device_api.c for video processing tasks |
ni_getopt.c | Implementation of getopt() and getopt_long() for Windows environment |
ni_getopt.h | Implementation of getopt() and getopt_long() for Windows environment |
ni_lat_meas.c | Utility definitions for measuring frame/packet processing time in NETINT video processing devices |
ni_lat_meas.h | Utility definitions for measuring frame/packet processing time in NETINT video processing devices |
ni_libxcoder_dynamic_loading.h | Libxcoder API dynamic loading support for Linux |
ni_libxcoder_dynamic_loading_test.cpp | Application to test that ni_libxcoder_dynamic_loading.h successfully loads all its exported functions |
ni_log.c | Logging definitions |
ni_log.h | Logging definitions |
ni_nvme.c | Private definitions for interfacing with NETINT video processing devices over NVMe |
ni_nvme.h | Private definitions for interfacing with NETINT video processing devices over NVMe |
ni_p2p_ioctl.h | Definitions related to NETINT P2P kernel driver interface |
ni_p2p_read_test.c | Application for performing video processing using libxcoder API and P2P DMA. Its code provides examples on how to programatically use libxcoder API in conjunction with P2P DMA |
ni_p2p_test.c | Application for performing video processing using libxcoder API and P2P DMA. Its code provides examples on how to programatically use libxcoder API in conjunction with P2P DMA |
ni_release_info.h | Release identification data generated at release time |
ni_rsrc_api.cpp | Public definitions for managing NETINT video processing devices |
ni_rsrc_api.h | Public definitions for managing NETINT video processing devices |
ni_rsrc_api_android.h | Public definitions for managing NETINT video processing devices on Android |
ni_rsrc_list.c | Application to query and print info about NETINT video processing devices on system |
ni_rsrc_mon.c | Application to query and print live performance/load info of registered NETINT video processing devices on system |
ni_rsrc_namespace.c | This utility aims to set the NVMe namespace number for a Quadra NVMe block device. It can operate on physical devices (PCIe physical function) or virtual devices (PCIe virtual function). Before setting namespace number, use SR-IOV to create the PCIe virtual function. Note that only block device name is accepted for this utility |
ni_rsrc_priv.cpp | Private definitions used by ni_rsrc_api.cpp for management of NETINT video processing devices |
ni_rsrc_priv.h | Private definitions used by ni_rsrc_api.cpp for management of NETINT video processing devices |
ni_rsrc_update.c | Application for managing registration/deregistration of individual NETINT video processing devices on system |
ni_util.c | Utility definitions |
ni_util.h | Utility definitions |
test_rsrc_api.c | Application for manually managing NETINT video processing devices on system. Its code provides examples on how to programatically use ni_rsrc_api.h for NETINT resource management |