Home
last modified time | relevance | path

Searched refs:hw_type (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavutil/
Dhwcontext.c128 if (ctx->internal->hw_type->device_uninit) in hwdevice_ctx_free()
129 ctx->internal->hw_type->device_uninit(ctx); in hwdevice_ctx_free()
146 const HWContextType *hw_type = NULL; in av_hwdevice_ctx_alloc() local
151 hw_type = hw_table[i]; in av_hwdevice_ctx_alloc()
155 if (!hw_type) in av_hwdevice_ctx_alloc()
166 if (hw_type->device_priv_size) { in av_hwdevice_ctx_alloc()
167 ctx->internal->priv = av_mallocz(hw_type->device_priv_size); in av_hwdevice_ctx_alloc()
172 if (hw_type->device_hwctx_size) { in av_hwdevice_ctx_alloc()
173 ctx->hwctx = av_mallocz(hw_type->device_hwctx_size); in av_hwdevice_ctx_alloc()
187 ctx->internal->hw_type = hw_type; in av_hwdevice_ctx_alloc()
[all …]
Dhwcontext_internal.h104 const HWContextType *hw_type; member
115 const HWContextType *hw_type; member
/third_party/uboot/u-boot-2020.01/board/esd/meesc/
Dmeesc.c160 u_char hw_type; /* hardware type */ in checkboard() local
163 hw_type = readb(CONFIG_ET1100_BASE); in checkboard()
165 switch (hw_type) { in checkboard()
182 printf("ERROR! Read invalid hw_type: %02X\n", hw_type); in checkboard()
/third_party/toybox/toys/pending/
Darp.c39 char *hw_type;
228 if ((type = get_index(hwtype, TT.hw_type)) != ARPHRD_ETHER) in arp_main()
259 if (((toys.optflags & FLAG_H) && (get_index(hwtype, TT.hw_type) != h_type)) in arp_main()
/third_party/toybox/generated/
Dglobals.h452 char *hw_type; member