Home
last modified time | relevance | path

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

12345

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dargs.c40 struct arg arg; in arg_match() local
86 const char *arg_next(struct arg *arg) { in arg_next()
139 unsigned int arg_parse_uint(const struct arg *arg) { in arg_parse_uint()
158 int arg_parse_int(const struct arg *arg) { in arg_parse_int()
181 struct vpx_rational arg_parse_rational(const struct arg *arg) { in arg_parse_rational()
210 int arg_parse_enum(const struct arg *arg) { in arg_parse_enum()
234 int arg_parse_enum_or_int(const struct arg *arg) { in arg_parse_enum_or_int()
Dargs.h20 struct arg { struct
21 char **argv; argument
24 unsigned int argv_step; argument
25 const struct arg_def *def; argument
45 struct arg arg_init(char **argv); argument
/hardware/broadcom/wlan/bcmdhd/dhdutil/
Ddhdu_nl80211.c38 static int dhd_nl_error_handler(struct sockaddr_nl *nla, struct nlmsgerr *err, void *arg) in dhd_nl_error_handler()
45 static int dhd_nl_finish_handler(struct nl_msg *msg, void *arg) in dhd_nl_finish_handler()
52 static int dhd_nl_ack_handler(struct nl_msg *msg, void *arg) in dhd_nl_ack_handler()
59 static int dhd_nl_valid_handler(struct nl_msg *msg, void *arg) in dhd_nl_valid_handler()
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dcpp_bindings.cpp575 static int no_seq_check(struct nl_msg *msg, void *arg) in no_seq_check()
673 int WifiCommand::response_handler(struct nl_msg *msg, void *arg) { in response_handler()
687 int WifiCommand::event_handler(struct nl_msg *msg, void *arg) { in event_handler()
703 int WifiCommand::valid_handler(struct nl_msg *msg, void *arg) { in valid_handler()
710 int WifiCommand::ack_handler(struct nl_msg *msg, void *arg) { in ack_handler()
717 int WifiCommand::finish_handler(struct nl_msg *msg, void *arg) { in finish_handler()
724 int WifiCommand::error_handler(struct sockaddr_nl *nla, struct nlmsgerr *err, void *arg) { in error_handler()
Dcommon.cpp40 wifi_error wifi_register_handler(wifi_handle handle, int cmd, nl_recvmsg_msg_cb_t func, void *arg) in wifi_register_handler()
66 uint32_t id, int subcmd, nl_recvmsg_msg_cb_t func, void *arg) in wifi_register_vendor_handler()
/hardware/qcom/wlan/qcwcn/wifi_hal/
Dcpp_bindings.cpp592 static int no_seq_check(struct nl_msg *msg, void *arg) in no_seq_check()
690 int WifiCommand::response_handler(struct nl_msg *msg, void *arg) { in response_handler()
704 int WifiCommand::event_handler(struct nl_msg *msg, void *arg) { in event_handler()
720 int WifiCommand::valid_handler(struct nl_msg *msg, void *arg) { in valid_handler()
727 int WifiCommand::ack_handler(struct nl_msg *msg, void *arg) { in ack_handler()
734 int WifiCommand::finish_handler(struct nl_msg *msg, void *arg) { in finish_handler()
741 int WifiCommand::error_handler(struct sockaddr_nl *nla, struct nlmsgerr *err, void *arg) { in error_handler()
Dwifi_hal.cpp110 int ack_handler(struct nl_msg *msg, void *arg) in ack_handler()
118 int finish_handler(struct nl_msg *msg, void *arg) in finish_handler()
127 struct nlmsgerr *err, void *arg) in error_handler()
135 static int no_seq_check(struct nl_msg *msg, void *arg) in no_seq_check()
329 static int internal_valid_message_handler(nl_msg *msg, void *arg) in internal_valid_message_handler()
Dcommon.cpp56 wifi_error wifi_register_handler(wifi_handle handle, int cmd, nl_recvmsg_msg_cb_t func, void *arg) in wifi_register_handler()
77 uint32_t id, int subcmd, nl_recvmsg_msg_cb_t func, void *arg) in wifi_register_vendor_handler()
/hardware/intel/img/hwcomposer/ips/common/
DVsyncControl.cpp50 struct drm_psb_vsync_set_arg arg; in control() local
69 struct drm_psb_vsync_set_arg arg; in wait() local
DWsbmWrapper.c31 struct psb_validate_arg arg; member
34 static inline uint32_t align_to(uint32_t arg, uint32_t align) in align_to()
108 union drm_psb_extension_arg arg; in psbWsbmInitialize() local
/hardware/intel/common/libwsbm/src/
Dwsbm_ttmpool.c118 union ttm_pl_create_arg arg; in pool_create() local
167 union ttm_pl_reference_arg arg; in pool_reference() local
212 struct ttm_pl_reference_req arg; in pool_destroy() local
252 struct ttm_pl_synccpu_arg arg; in syncforcpu_locked() local
304 struct ttm_pl_synccpu_arg arg; in releasefromcpu_locked() local
466 union ttm_pl_setstatus_arg arg; in pool_setStatus() local
539 union ttm_pl_create_ub_arg arg; in ttm_pool_ub_create() local
Dwsbm_slabpool.c223 wsbmTimeAdd(struct timeval *arg, struct timeval *add) in wsbmTimeAdd()
237 struct ttm_pl_reference_req arg; in wsbmFreeKernelBO() local
367 union ttm_pl_setstatus_arg arg; in wsbmAllocKernelBO() local
397 union ttm_pl_create_arg arg; in wsbmAllocKernelBO() local
435 struct ttm_pl_reference_req arg = {.handle = kbo->kBuf.handle }; in wsbmAllocKernelBO() local
746 union ttm_pl_create_arg arg; in pool_create() local
776 struct ttm_pl_reference_req arg; in pool_create() local
804 struct ttm_pl_reference_req arg; in pool_destroy() local
/hardware/libhardware/tests/camera2/
DTestSettings.cpp87 const char *arg = argv[optind-1]; in ParseArgs() local
100 const char *arg = optarg ?: "1"; in ParseArgs() local
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Dencode_test_driver.h119 void Control(int ctrl_id, int arg) { in Control()
124 void Control(int ctrl_id, struct vpx_scaling_mode *arg) { in Control()
129 void Control(int ctrl_id, struct vpx_svc_layer_id *arg) { in Control()
135 void Control(int ctrl_id, vpx_active_map_t *arg) { in Control()
Ddecode_test_driver.h62 void Control(int ctrl_id, int arg) { in Control()
68 void Control(int ctrl_id, const void *arg) { in Control()
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
DOMX_Debug.h69 #define OMX_INFOPRINT(handle, str,arg...) (OMX_LOG_PRINT(OMX_MASK_INFO | (handle), "(INFO) "str, #… argument
70 #define OMX_WARNPRINT(handle, str,arg...) (OMX_LOG_PRINT(OMX_MASK_WARN | (handle), "(WARN) "str, #… argument
71 #define OMX_ERRPRINT(handle, str,arg...) (OMX_LOG_PRINT(OMX_MASK_ERROR | (handle), "(ERROR) "str,… argument
72 #define OMX_FATALPRINT(handle, str,arg...) (OMX_LOG_PRINT(OMX_MASK_FATAL | (handle), "(FATAL) "st… argument
/hardware/ti/omap4xxx/domx/omx_core/inc/
DOMX_Debug.h94 #define OMX_INFOPRINT(handle, str,arg...) (OMX_LOG_PRINT(OMX_MASK_INFO | (handle), "(INFO) "str, #… argument
95 #define OMX_WARNPRINT(handle, str,arg...) (OMX_LOG_PRINT(OMX_MASK_WARN | (handle), "(WARN) "str, #… argument
96 #define OMX_ERRPRINT(handle, str,arg...) (OMX_LOG_PRINT(OMX_MASK_ERROR | (handle), "(ERROR) "str,… argument
97 #define OMX_FATALPRINT(handle, str,arg...) (OMX_LOG_PRINT(OMX_MASK_FATAL | (handle), "(FATAL) "st… argument
/hardware/ti/omap4-aah/domx/omx_core/inc/
DOMX_Debug.h94 #define OMX_INFOPRINT(handle, str,arg...) (OMX_LOG_PRINT(OMX_MASK_INFO | (handle), "(INFO) "str, #… argument
95 #define OMX_WARNPRINT(handle, str,arg...) (OMX_LOG_PRINT(OMX_MASK_WARN | (handle), "(WARN) "str, #… argument
96 #define OMX_ERRPRINT(handle, str,arg...) (OMX_LOG_PRINT(OMX_MASK_ERROR | (handle), "(ERROR) "str,… argument
97 #define OMX_FATALPRINT(handle, str,arg...) (OMX_LOG_PRINT(OMX_MASK_FATAL | (handle), "(FATAL) "st… argument
/hardware/intel/img/hwcomposer/ips/tangier/
DTngGrallocBufferMapper.cpp62 struct psb_gtt_mapping_arg arg; in gttMap() local
91 struct psb_gtt_mapping_arg arg; in gttUnmap() local
/hardware/intel/img/psb_video/src/mrst/
Dlnc_cmdbuf.c359 struct psb_validate_arg *arg = &(arg_list[i]); in lncDRMCmdBuf() local
402 struct psb_validate_arg *arg = &(arg_list[i]); in lncDRMCmdBuf() local
490 struct drm_lnc_video_getparam_arg arg; in lnc_surface_get_frameskip() local
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_encodemb.c368 TX_SIZE tx_size, void *arg) { in encode_block()
429 TX_SIZE tx_size, void *arg) { in encode_block_pass1()
456 struct encode_b_args arg = {x, &ctx, &mbmi->skip}; in vp9_encode_sb() local
476 TX_SIZE tx_size, void *arg) { in encode_block_intra()
604 struct encode_b_args arg = {x, NULL, skip}; in vp9_encode_block_intra() local
611 struct encode_b_args arg = {x, NULL, &xd->mi[0]->mbmi.skip}; in vp9_encode_intra_block_plane() local
/hardware/intel/img/hwcomposer/ips/anniedale/
DAnnCursorPlane.cpp195 struct drm_psb_register_rw_arg arg; in enablePlane() local
222 struct drm_psb_register_rw_arg arg; in isDisabled() local
DAnnRGBPlane.cpp259 struct drm_psb_register_rw_arg arg; in enablePlane() local
290 struct drm_psb_register_rw_arg arg; in isDisabled() local
/hardware/intel/img/psb_video/src/
Dpsb_buffer_dm.c66 struct drm_lnc_video_getparam_arg arg; in psb_buffer_info_ci() local
225 struct drm_lnc_video_getparam_arg arg; in psb_buffer_info_rar() local
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_blockd.c41 foreach_transformed_block_visitor visit, void *arg) { in vp9_foreach_transformed_block_in_plane()
92 void *arg) { in vp9_foreach_transformed_block()

12345