Searched refs:priv (Results 1 - 25 of 71) sorted by path

123

/hardware/broadcom/wlan/bcmdhd/wpa_supplicant_8_lib/
H A Ddriver_cmd_nl80211.c64 int wpa_driver_nl80211_driver_cmd(void *priv, char *cmd, char *buf, argument
67 struct i802_bss *bss = priv;
136 int wpa_driver_set_p2p_noa(void *priv, u8 count, int start, int duration) argument
143 return wpa_driver_nl80211_driver_cmd(priv, buf, buf, strlen(buf)+1);
146 int wpa_driver_get_p2p_noa(void *priv __unused, u8 *buf __unused, size_t len __unused)
152 int wpa_driver_set_p2p_ps(void *priv, int legacy_ps, int opp_ps, int ctwindow) argument
159 return wpa_driver_nl80211_driver_cmd(priv, buf, buf, strlen(buf) + 1);
162 int wpa_driver_set_ap_wps_p2p_ie(void *priv, const struct wpabuf *beacon, argument
203 ret = wpa_driver_nl80211_driver_cmd(priv, buf, buf, buf_len);
H A Ddriver_cmd_wext.c42 * @priv: Pointer to private wext data from wpa_driver_wext_init()
47 static void wpa_driver_wext_set_scan_timeout(void *priv) argument
49 struct wpa_driver_wext_data *drv = priv;
71 * @priv: Pointer to private wext data from wpa_driver_wext_init()
75 int wpa_driver_wext_combo_scan(void *priv, struct wpa_driver_scan_params *params) argument
78 struct wpa_driver_wext_data *drv = priv;
202 static int wpa_driver_set_backgroundscan_params(void *priv) argument
204 struct wpa_driver_wext_data *drv = priv;
281 int wpa_driver_wext_driver_cmd( void *priv, char *cmd, char *buf, size_t buf_len ) argument
283 struct wpa_driver_wext_data *drv = priv;
372 wpa_driver_signal_poll(void *priv, struct wpa_signal_info *si) argument
[all...]
/hardware/intel/common/libmix/videoencoder/
H A DVideoEncoderBase.cpp376 task->priv = inBuffer->priv;
551 outBuffer->priv = mCurOutputTask->priv;
H A DVideoEncoderBase.h47 void *priv; //input buffer data member in struct:EncodeTask
H A DVideoEncoderDef.h158 void *priv; //indicate corresponding input data member in struct:__anon255
168 void *priv; //indicate corresponding input data member in struct:__anon256
/hardware/intel/common/libva/test/decode/
H A Dtinyjpeg-internal.h83 typedef void (*decode_MCU_fct) (struct jdec_private *priv);
84 typedef void (*convert_colorspace_fct) (struct jdec_private *priv);
H A Dtinyjpeg.c155 static int build_default_huffman_tables(struct jdec_private *priv) argument
158 if (priv->default_huffman_table_initialized)
162 priv->HTDC_valid[i] = 1;
163 memcpy(priv->HTDC[i].bits, default_huffman_table_param.huffman_table[i].num_dc_codes, 16);
164 memcpy(priv->HTDC[i].values, default_huffman_table_param.huffman_table[i].dc_values, 16);
165 priv->HTAC_valid[i] = 1;
166 memcpy(priv->HTAC[i].bits, default_huffman_table_param.huffman_table[i].num_ac_codes, 16);
167 memcpy(priv->HTAC[i].values, default_huffman_table_param.huffman_table[i].ac_values, 256);
169 priv->default_huffman_table_initialized = 1;
199 static int parse_DQT(struct jdec_private *priv, cons argument
225 parse_SOF(struct jdec_private *priv, const unsigned char *stream) argument
274 parse_SOS(struct jdec_private *priv, const unsigned char *stream) argument
306 tinyjpeg_parse_SOS(struct jdec_private *priv, const unsigned char *stream) argument
312 parse_DHT(struct jdec_private *priv, const unsigned char *stream) argument
365 parse_DRI(struct jdec_private *priv, const unsigned char *stream) argument
389 findEOI(struct jdec_private *priv,const unsigned char *stream) argument
400 findSOI(struct jdec_private *priv,const unsigned char *stream) argument
416 parse_JFIF(struct jdec_private *priv, const unsigned char *stream) argument
513 struct jdec_private *priv; local
526 tinyjpeg_free(struct jdec_private *priv) argument
537 tinyjpeg_parse_header(struct jdec_private *priv, const unsigned char *buf, unsigned int size) argument
555 tinyjpeg_decode(struct jdec_private *priv) argument
858 tinyjpeg_get_errorstring(struct jdec_private *priv) argument
864 tinyjpeg_get_size(struct jdec_private *priv, unsigned int *width, unsigned int *height) argument
[all...]
H A Dtinyjpeg.h57 void tinyjpeg_free(struct jdec_private *priv);
59 int tinyjpeg_parse_header(struct jdec_private *priv, const unsigned char *buf, unsigned int size);
60 int tinyjpeg_decode(struct jdec_private *priv);
61 const char *tinyjpeg_get_errorstring(struct jdec_private *priv);
62 void tinyjpeg_get_size(struct jdec_private *priv, unsigned int *width, unsigned int *height);
/hardware/intel/common/libwsbm/src/
H A Dwsbm_fencemgr.c362 struct _WsbmTTMFenceMgrPriv *priv = local
372 ret = drmCommandWriteRead(priv->fd, priv->devOffset + TTM_FENCE_SIGNALED,
385 struct _WsbmTTMFenceMgrPriv *priv = local
395 ret = drmCommandWriteRead(priv->fd, priv->devOffset + TTM_FENCE_FINISH,
405 struct _WsbmTTMFenceMgrPriv *priv = local
411 return drmCommandWrite(priv->fd, priv->devOffset + TTM_FENCE_UNREF,
420 struct _WsbmTTMFenceMgrPriv *priv local
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
H A Dexample_xma.c73 free(mmap->priv);
169 mmap.priv = calloc(1, mmap.sz + align);
171 mmap.priv = malloc(mmap.sz + align);
173 mmap.base = (void *)((((uintptr_t)mmap.priv) + align) &
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
H A Dencode_test_driver.cc43 if (!encoder_.priv) {
H A Dexternal_frame_buffer_test.cc101 reinterpret_cast<ExternalFrameBuffer*>(fb->priv);
141 fb->priv = &ext_fb_list_[idx];
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
H A Dvp8_cx_iface.c578 struct vpx_codec_alg_priv *priv; local
586 if (!ctx->priv)
588 priv = calloc(1, sizeof(struct vpx_codec_alg_priv));
590 if (!priv)
595 ctx->priv = &priv->base;
596 ctx->priv->sz = sizeof(*ctx->priv);
597 ctx->priv->iface = ctx->iface;
598 ctx->priv
[all...]
H A Dvp8_dx_iface.c92 ctx->priv = mmap->base;
93 ctx->priv->sz = sizeof(*ctx->priv);
94 ctx->priv->iface = ctx->iface;
95 ctx->priv->alg_priv = mmap->base;
97 for (i = 0; i < NELEMENTS(ctx->priv->alg_priv->mmaps); i++)
98 ctx->priv->alg_priv->mmaps[i].id = vp8_mem_req_segs[i].id;
100 ctx->priv->alg_priv->mmaps[0] = *mmap;
101 ctx->priv->alg_priv->si.sz = sizeof(ctx->priv
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_frame_buffers.c72 fb->priv = &int_fb_list->int_fb[i];
77 InternalFrameBuffer *const int_fb = (InternalFrameBuffer *)fb->priv;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
H A Dvp9_cx_iface.c510 if (ctx->priv == NULL) {
513 struct vpx_codec_alg_priv *priv = calloc(1, sizeof(*priv)); local
515 if (priv == NULL) return VPX_CODEC_MEM_ERROR;
517 ctx->priv = &priv->base;
518 ctx->priv->sz = sizeof(*ctx->priv);
519 ctx->priv->iface = ctx->iface;
520 ctx->priv
[all...]
H A Dvp9_dx_iface.c58 if (!ctx->priv) {
64 ctx->priv = (vpx_codec_priv_t *)base;
65 ctx->priv->sz = sizeof(*ctx->priv);
66 ctx->priv->iface = ctx->iface;
67 ctx->priv->alg_priv = (vpx_codec_alg_priv_t *)base;
68 ctx->priv->alg_priv->si.sz = sizeof(ctx->priv->alg_priv->si);
69 ctx->priv->init_flags = ctx->init_flags;
73 ctx->priv
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
H A Dvpx_codec.c77 return ctx->priv ? ctx->priv->err_detail : ctx->err_detail;
88 else if (!ctx->iface || !ctx->priv)
91 if (ctx->priv->alg_priv)
92 ctx->iface->destroy(ctx->priv->alg_priv);
96 ctx->priv = NULL;
116 else if (!ctx->iface || !ctx->priv || !ctx->iface->ctrl_maps)
128 res = entry->fn(ctx->priv->alg_priv, ctrl_id, ap);
145 mmap->priv = calloc(1, mmap->sz + align);
147 mmap->priv
[all...]
H A Dvpx_decoder.c54 ctx->priv = NULL;
63 ctx->err_detail = ctx->priv ? ctx->priv->err_detail : NULL;
67 if (ctx->priv)
68 ctx->priv->iface = ctx->iface;
103 else if (!ctx->iface || !ctx->priv)
110 res = ctx->iface->dec.get_si(ctx->priv->alg_priv, si);
128 else if (!ctx->iface || !ctx->priv)
131 res = ctx->iface->dec.decode(ctx->priv->alg_priv, data, data_sz,
142 if (!ctx || !iter || !ctx->iface || !ctx->priv)
[all...]
H A Dvpx_encoder.c49 ctx->priv = NULL;
55 ctx->err_detail = ctx->priv ? ctx->priv->err_detail : NULL;
59 if (ctx->priv)
60 ctx->priv->iface = ctx->iface;
121 ctx->priv = NULL;
128 ctx->priv ? ctx->priv->err_detail : NULL;
142 if (ctx->priv)
143 ctx->priv
277 vpx_codec_priv_t *const priv = ctx->priv; local
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
H A Dvpx_codec.h212 vpx_codec_priv_t *priv; /**< Algorithm private storage */ member in struct:vpx_codec_ctx
497 void *priv; /**< allocator private storage */ member in struct:vpx_codec_mmap
H A Dvpx_frame_buffer.h39 void *priv; /**< Frame's private data */ member in struct:vpx_codec_frame_buffer
55 * The application may set fb->priv to some data which will be passed
60 * \param[in] priv Callback's private data
65 void *priv, size_t min_size, vpx_codec_frame_buffer_t *fb);
74 * \param[in] priv Callback's private data
78 void *priv, vpx_codec_frame_buffer_t *fb);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
H A Dvpxdec.c357 fb->priv = &ext_fb_list->ext_fb[i];
367 (struct ExternalFrameBuffer *)fb->priv;
/hardware/intel/common/wrs_omxil_core/utils/inc/
H A Dmodule.h42 void *priv; member in struct:module
/hardware/intel/common/wrs_omxil_core/utils/src/
H A Dmodule.c147 new->priv = NULL;

Completed in 438 milliseconds

123