/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
D | args.c | 40 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()
|
D | args.h | 20 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/ |
D | dhdu_nl80211.c | 38 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/ |
D | cpp_bindings.cpp | 575 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()
|
D | common.cpp | 40 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/ |
D | cpp_bindings.cpp | 592 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()
|
D | wifi_hal.cpp | 110 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()
|
D | common.cpp | 56 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/ |
D | VsyncControl.cpp | 50 struct drm_psb_vsync_set_arg arg; in control() local 69 struct drm_psb_vsync_set_arg arg; in wait() local
|
D | WsbmWrapper.c | 31 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/ |
D | wsbm_ttmpool.c | 118 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
|
D | wsbm_slabpool.c | 223 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/ |
D | TestSettings.cpp | 87 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/ |
D | encode_test_driver.h | 119 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()
|
D | decode_test_driver.h | 62 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/ |
D | OMX_Debug.h | 69 #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/ |
D | OMX_Debug.h | 94 #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/ |
D | OMX_Debug.h | 94 #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/ |
D | TngGrallocBufferMapper.cpp | 62 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/ |
D | lnc_cmdbuf.c | 359 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/ |
D | vp9_encodemb.c | 368 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/ |
D | AnnCursorPlane.cpp | 195 struct drm_psb_register_rw_arg arg; in enablePlane() local 222 struct drm_psb_register_rw_arg arg; in isDisabled() local
|
D | AnnRGBPlane.cpp | 259 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/ |
D | psb_buffer_dm.c | 66 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/ |
D | vp9_blockd.c | 41 foreach_transformed_block_visitor visit, void *arg) { in vp9_foreach_transformed_block_in_plane() 92 void *arg) { in vp9_foreach_transformed_block()
|