Home
last modified time | relevance | path

Searched defs:arg (Results 1 – 22 of 22) sorted by relevance

/rockchip-linux_mpp/mpp/base/test/
H A Dmpp_task_test.c13 void *task_input(void *arg) in task_input()
41 void *task_output(void *arg) in task_output()
69 void *task_in_and_out(void *arg) in task_in_and_out()
104 void *task_worker(void *arg) in task_worker()
/rockchip-linux_mpp/osal/test/
H A Dmpp_thread_test.c42 void* mutex_performance_test_loop_0(void *arg) in mutex_performance_test_loop_0()
69 void *mutex_performance_test_loop_1(void *arg) in mutex_performance_test_loop_1()
H A Dmpp_eventfd_test.c42 void *thread_read(void *arg) in thread_read()
/rockchip-linux_mpp/test/
H A Dmpi_dec_mt_test.c50 void *thread_input(void *arg) in thread_input()
107 void *thread_output(void *arg) in thread_output()
H A Dmpi_dec_nt_test.c275 void *thread_decode(void *arg) in thread_decode()
H A Dmpi_enc_mt_test.c659 void *enc_test_input(void *arg) in enc_test_input()
878 void *enc_test_output(void *arg) in enc_test_output()
H A Dmpi_dec_test.c363 void *thread_decode(void *arg) in thread_decode()
H A Dmpi_enc_test.c1131 void *enc_test(void *arg) in enc_test()
/rockchip-linux_mpp/mpp/
H A Dmpp.c33 static void mpp_notify_by_buffer_group(void *arg, void *group) in mpp_notify_by_buffer_group()
39 static void *list_wraper_packet(void *arg) in list_wraper_packet()
57 static void *list_wraper_frame(void *arg) in list_wraper_frame()
/rockchip-linux_mpp/kmpp/base/inc/
H A Dkmpp_obj.h76 #define kmpp_obj_preset_f(obj, arg) kmpp_obj_preset(obj, arg, __FUNCTION__) argument
/rockchip-linux_mpp/kmpp/
H A Dkmpp.c67 static void kmpp_release_venc_packet(void *ctx, void *arg) in kmpp_release_venc_packet()
487 void *arg = param; in control() local
/rockchip-linux_mpp/utils/
H A Dcamera_source.c91 static RK_S32 camera_source_ioctl(RK_S32 fd, RK_S32 req, void* arg) in camera_source_ioctl()
/rockchip-linux_mpp/mpp/codec/
H A Dmpp_rc.c180 RC_PARAM_OPS ops, void *arg) in mpp_rc_param_ops()
H A Dmpp_dec.c874 MPP_RET mpp_dec_callback(MppDec ctx, MppDecEvent event, void *arg) in mpp_dec_callback()
/rockchip-linux_mpp/osal/allocator/
H A Dallocator_drm.c83 static int drm_ioctl(int fd, int req, void *arg) in drm_ioctl()
H A Dallocator_ion.c46 static int ion_ioctl(int fd, int req, void *arg) in ion_ioctl()
H A Dion.h302 unsigned long arg; member
/rockchip-linux_mpp/mpp/base/
H A Dmpp_packet.c654 void mpp_packet_set_release(MppPacket packet, ReleaseCb release, void *ctx, void *arg) in mpp_packet_set_release()
H A Dmpp_buffer_impl.c871 MppBufCallback callback, void *arg) in mpp_buffer_group_set_callback()
H A Dmpp_buf_slot.c604 …c void slot_ops_with_log(MppBufSlotsImpl *impl, MppBufSlotEntry *slot, MppBufSlotOps op, void *arg) in slot_ops_with_log()
/rockchip-linux_mpp/mpp/base/inc/
H A Dmpp_buffer_impl.h144 void *arg; member
/rockchip-linux_mpp/kmpp/base/
H A Dkmpp_obj.c1169 rk_s32 kmpp_obj_preset(KmppObj obj, const char *arg, const char *caller) in kmpp_obj_preset()