/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/ |
D | vpx_decoder.c | 23 vpx_codec_iface_t *iface, in vpx_codec_dec_init_ver() argument 33 else if (!ctx || !iface) in vpx_codec_dec_init_ver() 35 else if (iface->abi_version != VPX_CODEC_INTERNAL_ABI_VERSION) { in vpx_codec_dec_init_ver() 38 else if ((flags & VPX_CODEC_USE_XMA) && !(iface->caps & VPX_CODEC_CAP_XMA)) in vpx_codec_dec_init_ver() 40 else if ((flags & VPX_CODEC_USE_POSTPROC) && !(iface->caps & VPX_CODEC_CAP_POSTPROC)) in vpx_codec_dec_init_ver() 43 !(iface->caps & VPX_CODEC_CAP_ERROR_CONCEALMENT)) in vpx_codec_dec_init_ver() 46 !(iface->caps & VPX_CODEC_CAP_INPUT_FRAGMENTS)) in vpx_codec_dec_init_ver() 48 else if (!(iface->caps & VPX_CODEC_CAP_DECODER)) in vpx_codec_dec_init_ver() 52 ctx->iface = iface; in vpx_codec_dec_init_ver() 53 ctx->name = iface->name; in vpx_codec_dec_init_ver() [all …]
|
D | vpx_encoder.c | 24 vpx_codec_iface_t *iface, in vpx_codec_enc_init_ver() argument 32 else if (!ctx || !iface || !cfg) in vpx_codec_enc_init_ver() 34 else if (iface->abi_version != VPX_CODEC_INTERNAL_ABI_VERSION) in vpx_codec_enc_init_ver() 36 else if (!(iface->caps & VPX_CODEC_CAP_ENCODER)) in vpx_codec_enc_init_ver() 38 else if ((flags & VPX_CODEC_USE_XMA) && !(iface->caps & VPX_CODEC_CAP_XMA)) in vpx_codec_enc_init_ver() 41 && !(iface->caps & VPX_CODEC_CAP_PSNR)) in vpx_codec_enc_init_ver() 44 && !(iface->caps & VPX_CODEC_CAP_OUTPUT_PARTITION)) in vpx_codec_enc_init_ver() 47 ctx->iface = iface; in vpx_codec_enc_init_ver() 48 ctx->name = iface->name; in vpx_codec_enc_init_ver() 52 res = ctx->iface->init(ctx, NULL); in vpx_codec_enc_init_ver() [all …]
|
D | vpx_codec.c | 39 const char *vpx_codec_iface_name(vpx_codec_iface_t *iface) { in vpx_codec_iface_name() argument 40 return iface ? iface->name : "<invalid interface>"; in vpx_codec_iface_name() 88 else if (!ctx->iface || !ctx->priv) in vpx_codec_destroy() 92 ctx->iface->destroy(ctx->priv->alg_priv); in vpx_codec_destroy() 94 ctx->iface = NULL; in vpx_codec_destroy() 104 vpx_codec_caps_t vpx_codec_get_caps(vpx_codec_iface_t *iface) { in vpx_codec_get_caps() argument 105 return (iface) ? iface->caps : 0; in vpx_codec_get_caps() 116 else if (!ctx->iface || !ctx->priv || !ctx->iface->ctrl_maps) in vpx_codec_control_() 123 for (entry = ctx->iface->ctrl_maps; entry && entry->fn; entry++) { in vpx_codec_control_()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/ |
D | example_xma.c | 30 vpx_codec_iface_t *iface; member 56 vpx_codec_iface_name(ifaces[i].iface)); in usage_exit() 78 vpx_codec_iface_t *iface = ifaces[0].iface; in main() local 101 iface = ifaces[k].iface; in main() 129 if (!(vpx_codec_get_caps(iface) & VPX_CODEC_CAP_XMA)) { in main() 130 printf("%s does not support XMA mode!\n", vpx_codec_iface_name(iface)); in main() 144 if (vpx_codec_dec_init(&decoder, iface, &cfg, VPX_CODEC_USE_XMA)) { in main()
|
/hardware/libhardware_legacy/include/hardware_legacy/ |
D | gscan.h | 123 wifi_error wifi_start_gscan(wifi_request_id id, wifi_interface_handle iface, 127 wifi_error wifi_stop_gscan(wifi_request_id id, wifi_interface_handle iface); 130 wifi_error wifi_get_cached_gscan_results(wifi_interface_handle iface, byte flush, 155 wifi_error wifi_set_bssid_hotlist(wifi_request_id id, wifi_interface_handle iface, 159 wifi_error wifi_reset_bssid_hotlist(wifi_request_id id, wifi_interface_handle iface); 183 wifi_error wifi_set_significant_change_handler(wifi_request_id id, wifi_interface_handle iface, 187 wifi_error wifi_reset_significant_change_handler(wifi_request_id id, wifi_interface_handle iface);
|
D | rtt.h | 70 wifi_error wifi_rtt_range_request(wifi_request_id id, wifi_interface_handle iface, 74 wifi_error wifi_rtt_range_cancel(wifi_request_id id, wifi_interface_handle iface, 90 wifi_interface_handle iface, wifi_channel_map *params, unsigned num_dw); 95 wifi_error wifi_rtt_channel_map_clear(wifi_request_id id, wifi_interface_handle iface); 105 wifi_error wifi_get_rtt_capabilities(wifi_interface_handle iface, wifi_rtt_capabilities *capabiliti…
|
D | tdls.h | 56 wifi_error wifi_enable_tdls(wifi_interface_handle iface, mac_addr addr, 67 wifi_error wifi_disable_tdls(wifi_interface_handle iface, mac_addr addr); 70 wifi_error wifi_get_tdls_status(wifi_interface_handle iface, mac_addr addr,
|
D | link_layer_stats.h | 179 wifi_interface_handle iface; // wifi interface member 204 wifi_error wifi_set_link_stats(wifi_interface_handle iface, wifi_link_layer_params params); 214 wifi_interface_handle iface, wifi_stats_result_handler handler); 230 wifi_error wifi_clear_link_stats(wifi_interface_handle iface,
|
D | wifi_hal.h | 106 wifi_error wifi_get_iface_name(wifi_interface_handle iface, char *name, size_t size); 116 wifi_error wifi_set_iface_event_handler(wifi_request_id id, wifi_interface_handle iface, wifi_event… 117 wifi_error wifi_reset_iface_event_handler(wifi_request_id id, wifi_interface_handle iface);
|
/hardware/broadcom/wlan/bcmdhd/wifi_hal/ |
D | gscan.cpp | 90 wifi_error wifi_enable_full_scan_results(wifi_request_id id, wifi_interface_handle iface, 92 wifi_error wifi_disable_full_scan_results(wifi_request_id id, wifi_interface_handle iface); 101 GetCapabilitiesCommand(wifi_interface_handle iface, wifi_gscan_capabilities *capabitlites) in GetCapabilitiesCommand() argument 102 : WifiCommand(iface, 0), mCapabilities(capabitlites) in GetCapabilitiesCommand() 158 GetChannelListCommand(wifi_interface_handle iface, wifi_channel *channel_buf, int *ch_num, in GetChannelListCommand() argument 160 … : WifiCommand(iface, 0), channels(channel_buf), max_channels(num_max_ch), num_channels(ch_num), in GetChannelListCommand() 301 FullScanResultsCommand(wifi_interface_handle iface, int id, int *params, in FullScanResultsCommand() argument 303 : WifiCommand(iface, id), mParams(params), mHandler(handler) in FullScanResultsCommand() 411 ScanCommand(wifi_interface_handle iface, int id, wifi_scan_cmd_params *params, in ScanCommand() argument 413 : WifiCommand(iface, id), mParams(params), mHandler(handler), in ScanCommand() [all …]
|
D | rtt.cpp | 55 GetRttCapabilitiesCommand(wifi_interface_handle iface, wifi_rtt_capabilities *capabitlites) in GetRttCapabilitiesCommand() argument 56 : WifiCommand(iface, 0), mCapabilities(capabitlites) in GetRttCapabilitiesCommand() 106 RttCommand(wifi_interface_handle iface, int id, unsigned num_rtt_config, in RttCommand() argument 108 : WifiCommand(iface, id), numRttParams(num_rtt_config), rttParams(rtt_config), in RttCommand() 287 wifi_error wifi_rtt_range_request(wifi_request_id id, wifi_interface_handle iface, in wifi_rtt_range_request() argument 290 wifi_handle handle = getWifiHandle(iface); in wifi_rtt_range_request() 292 RttCommand *cmd = new RttCommand(iface, id, num_rtt_config, rtt_config, handler); in wifi_rtt_range_request() 298 wifi_error wifi_rtt_range_cancel(wifi_request_id id, wifi_interface_handle iface, in wifi_rtt_range_cancel() argument 301 wifi_handle handle = getWifiHandle(iface); in wifi_rtt_range_cancel() 313 wifi_error wifi_get_rtt_capabilities(wifi_interface_handle iface, in wifi_get_rtt_capabilities() argument [all …]
|
D | link_layer_stats.cpp | 38 GetLinkStatsCommand(wifi_interface_handle iface, wifi_stats_result_handler handler) in GetLinkStatsCommand() argument 39 : WifiCommand(iface, 0), mHandler(handler) in GetLinkStatsCommand() 86 wifi_interface_handle iface, wifi_stats_result_handler handler) in wifi_get_link_stats() argument 88 GetLinkStatsCommand command(iface, handler); in wifi_get_link_stats()
|
D | cpp_bindings.h | 147 WifiRequest(int family, int iface) { in WifiRequest() argument 150 mIface = iface; in WifiRequest() 231 WifiCommand(wifi_interface_handle iface, wifi_request_id id) in WifiCommand() argument 232 : mMsg(getHalInfo(iface)->nl80211_family_id, getIfaceInfo(iface)->id), mId(id), mRefs(1) in WifiCommand() 234 mIfaceInfo = getIfaceInfo(iface); in WifiCommand() 235 mInfo = getHalInfo(iface); in WifiCommand()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/ |
D | vpx_encoder.h | 687 vpx_codec_iface_t *iface, 697 #define vpx_codec_enc_init(ctx, iface, cfg, flags) \ argument 698 vpx_codec_enc_init_ver(ctx, iface, cfg, flags, VPX_ENCODER_ABI_VERSION) 726 vpx_codec_iface_t *iface, 738 #define vpx_codec_enc_init_multi(ctx, iface, cfg, num_enc, flags, dsf) \ argument 739 vpx_codec_enc_init_multi_ver(ctx, iface, cfg, num_enc, flags, dsf, \ 762 vpx_codec_err_t vpx_codec_enc_config_default(vpx_codec_iface_t *iface,
|
D | vpx_decoder.h | 141 vpx_codec_iface_t *iface, 150 #define vpx_codec_dec_init(ctx, iface, cfg, flags) \ argument 151 vpx_codec_dec_init_ver(ctx, iface, cfg, flags, VPX_DECODER_ABI_VERSION) 171 vpx_codec_err_t vpx_codec_peek_stream_info(vpx_codec_iface_t *iface,
|
D | vpx_codec.h | 203 vpx_codec_iface_t *iface; /**< Interface pointers */ member 283 const char *vpx_codec_iface_name(vpx_codec_iface_t *iface); 352 vpx_codec_caps_t vpx_codec_get_caps(vpx_codec_iface_t *iface);
|
D | svc_context.h | 82 vpx_codec_iface_t *iface,
|
/hardware/qcom/wlan/qcwcn/wifi_hal/ |
D | rtt.cpp | 5 wifi_error wifi_rtt_range_request(wifi_request_id id, wifi_interface_handle iface, in wifi_rtt_range_request() argument 11 wifi_error wifi_rtt_range_cancel(wifi_request_id id, wifi_interface_handle iface, in wifi_rtt_range_cancel() argument
|
D | cpp_bindings.h | 164 WifiRequest(int family, int iface) { in WifiRequest() argument 167 mIface = iface; in WifiRequest() 256 WifiCommand(wifi_interface_handle iface, wifi_request_id id) in WifiCommand() argument 257 : mMsg(getHalInfo(iface)->nl80211_family_id, getIfaceInfo(iface)->id), mId(id) in WifiCommand() 259 mIfaceInfo = getIfaceInfo(iface); in WifiCommand() 260 mInfo = getHalInfo(iface); in WifiCommand()
|
D | gscan.cpp | 217 wifi_interface_handle iface, in wifi_start_gscan() argument 225 interface_info *ifaceInfo = getIfaceInfo(iface); in wifi_start_gscan() 226 wifi_handle wifiHandle = getWifiHandle(iface); in wifi_start_gscan() 419 wifi_interface_handle iface) in wifi_stop_gscan() argument 425 interface_info *ifaceInfo = getIfaceInfo(iface); in wifi_stop_gscan() 426 wifi_handle wifiHandle = getWifiHandle(iface); in wifi_stop_gscan() 524 wifi_interface_handle iface, in wifi_set_bssid_hotlist() argument 531 interface_info *ifaceInfo = getIfaceInfo(iface); in wifi_set_bssid_hotlist() 532 wifi_handle wifiHandle = getWifiHandle(iface); in wifi_set_bssid_hotlist() 689 wifi_interface_handle iface) in wifi_reset_bssid_hotlist() argument [all …]
|
D | llstats.cpp | 573 wifi_error wifi_set_link_stats(wifi_interface_handle iface, in wifi_set_link_stats() argument 579 interface_info *iinfo = getIfaceInfo(iface); in wifi_set_link_stats() 580 wifi_handle handle = getWifiHandle(iface); in wifi_set_link_stats() 625 wifi_interface_handle iface, in wifi_get_link_stats() argument 631 interface_info *iinfo = getIfaceInfo(iface); in wifi_get_link_stats() 632 wifi_handle handle = getWifiHandle(iface); in wifi_get_link_stats() 695 wifi_error wifi_clear_link_stats(wifi_interface_handle iface, in wifi_clear_link_stats() argument 703 interface_info *iinfo = getIfaceInfo(iface); in wifi_clear_link_stats() 704 wifi_handle handle = getWifiHandle(iface); in wifi_clear_link_stats()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/ |
D | vp9_dx_iface.c | 66 ctx->priv->iface = ctx->iface; in vp9_init() 180 res = ctx->base.iface->dec.peek_si(*data, data_sz, &ctx->si); in decode_one()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/internal/ |
D | vpx_codec_internal.h | 374 vpx_codec_iface_t *iface; member
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/ |
D | vp8_dx_iface.c | 94 ctx->priv->iface = ctx->iface; in vp8_init_ctx() 700 res = ctx->iface->init(ctx, NULL); in vp8_xma_set_mmap()
|
/hardware/qcom/msm8x84/original-kernel-headers/sound/ |
D | asound.h | 107 int iface; /* hwdep interface */ member 823 snd_ctl_elem_iface_t iface; /* interface identifier */ member
|