Home
last modified time | relevance | path

Searched defs:n (Results 1 – 25 of 131) sorted by relevance

123456

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/
Dmem.h19 #define DECLARE_ALIGNED(n,typ,val) typ val __attribute__ ((aligned (n))) argument
21 #define DECLARE_ALIGNED(n,typ,val) __declspec(align(n)) typ val argument
24 #define DECLARE_ALIGNED(n,typ,val) typ val argument
34 #define DECLARE_ALIGNED_ARRAY(a,typ,val,n)\ argument
/hardware/qcom/audio/legacy/libalsa-intf/
Dalsa_mixer.c99 static const char *elem_iface_name(snd_ctl_elem_iface_t n) in elem_iface_name()
113 static const char *elem_type_name(snd_ctl_elem_type_t n) in elem_type_name()
129 unsigned n,m; in mixer_close() local
158 unsigned n, m; in mixer_open() local
233 unsigned n, m; in mixer_dump() local
287 unsigned n; in mixer_get_control() local
299 struct mixer_ctl *mixer_get_nth_control(struct mixer *mixer, unsigned n) in mixer_get_nth_control()
397 unsigned int n; in mixer_ctl_get() local
482 unsigned n; in mixer_ctl_mulvalues() local
525 unsigned n; in mixer_ctl_set() local
[all …]
Dalsa_pcm.c199 static inline struct snd_interval *param_to_interval(struct snd_pcm_hw_params *p, int n) in param_to_interval()
204 static inline struct snd_mask *param_to_mask(struct snd_pcm_hw_params *p, int n) in param_to_mask()
209 void param_set_mask(struct snd_pcm_hw_params *p, int n, unsigned bit) in param_set_mask()
221 void param_set_min(struct snd_pcm_hw_params *p, int n, unsigned val) in param_set_min()
229 void param_set_max(struct snd_pcm_hw_params *p, int n, unsigned val) in param_set_max()
237 void param_set_int(struct snd_pcm_hw_params *p, int n, unsigned val) in param_set_int()
249 int n; in param_init() local
289 int n; in param_dump() local
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
DExynos_OSAL_Memory.c58 OMX_PTR Exynos_OSAL_Memset(OMX_PTR dest, OMX_S32 c, OMX_S32 n) in Exynos_OSAL_Memset()
63 OMX_PTR Exynos_OSAL_Memcpy(OMX_PTR dest, OMX_PTR src, OMX_S32 n) in Exynos_OSAL_Memcpy()
68 OMX_PTR Exynos_OSAL_Memmove(OMX_PTR dest, OMX_PTR src, OMX_S32 n) in Exynos_OSAL_Memmove()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_systemdependent.h48 static INLINE int get_msb(unsigned int n) { in get_msb()
54 static INLINE int get_msb(unsigned int n) { in get_msb()
62 static INLINE int get_msb(unsigned int n) { in get_msb()
Dvp9_common.h30 #define ROUND_POWER_OF_TWO(value, n) \ argument
33 #define ALIGN_POWER_OF_TWO(value, n) \ argument
43 #define vp9_copy_array(dest, src, n) { \ argument
49 #define vp9_zero_array(dest, n) vpx_memset(dest, 0, n * sizeof(*dest)) argument
Dvp9_scan.c300 int n, l2 = l * l; in find_in_scan() local
313 int n, i, j; in init_scan_neighbors() local
/hardware/intel/img/psb_video/src/
Dtng_hostbias.c210 IMG_INT16 n; in tng__MPEG4ES_generate_bias_tables() local
277 IMG_INT16 n; in tng__H263ES_generate_bias_tables() local
342 IMG_INT32 n; in tng__H264ES_generate_bias_tables() local
507 IMG_INT32 n; in tng__H263ES_load_bias_tables() local
563 IMG_INT32 n; in tng__MPEG4_load_bias_tables() local
625 IMG_INT32 n; in tng__H264ES_load_bias_tables() local
/hardware/intel/img/libdrm/libdrm/nouveau/
Dnouveau_private.h59 #define nouveau_pushbuf(n) ((struct nouveau_pushbuf_priv *)(n)) argument
73 #define nouveau_channel(n) ((struct nouveau_channel_priv *)(n)) argument
78 #define nouveau_grobj(n) ((struct nouveau_grobj_priv *)(n)) argument
86 #define nouveau_notifier(n) ((struct nouveau_notifier_priv *)(n)) argument
117 #define nouveau_bo(n) ((struct nouveau_bo_priv *)(n)) argument
Dnouveau_drmif.h39 #define nouveau_device(n) ((struct nouveau_device_priv *)(n)) argument
/hardware/invensense/60xx/mlsdk/mllite/
DmlMathFunc.c280 void inv_matrix_det_inc(float *a, float *b, int *n, int x, int y) in inv_matrix_det_inc()
295 void inv_matrix_det_incd(double *a, double *b, int *n, int x, int y) in inv_matrix_det_incd()
310 float inv_matrix_det(float *p, int *n) in inv_matrix_det()
328 double inv_matrix_detd(double *p, int *n) in inv_matrix_detd()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Dtreecoder.c57 int n, /* n = size of alphabet */ in branch_counts()
110 int n, /* n = size of alphabet */ in vp8_tree_probs_from_distribution()
/hardware/ti/omap4-aah/test/CameraHal/
Dsurfacetexture_test.cpp96 #define ALIGN_DOWN(x, n) ((x) & (~((n) - 1))) argument
97 #define ALIGN_UP(x, n) ((((x) + (n) - 1)) & (~((n) - 1))) argument
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dtreewriter.h66 int n /* number of bits in v, assumed nonzero */ in vp8_treed_write()
94 int n /* number of bits in v, assumed nonzero */ in vp8_treed_cost()
/hardware/ril/libril/
Dril_event.cpp145 int n = 0; in removeWatch() local
183 static void processReadReadies(fd_set * rfds, int n) in processReadReadies()
348 int n; in ril_event_loop() local
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/halloc/src/
Dhalloc.c149 void * h_calloc(size_t n, size_t len) in h_calloc()
203 static void * _realloc(void * ptr, size_t n) in _realloc()
/hardware/akm/AK8975_FS/akmdfs/AKFS_APIs_8975/
DAKFS_AOC.c121 const int16 n, /*!< (i) : number of vectors */ in MeanVar()
151 const int16 n, /*!< (i) : number of vectors */ in Get4points()
/hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
Dperf_rt.h39 long n; member
63 long n, tn, tn0, an; member
82 long n; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libmkv/
DEbmlWriter.c16 #define LITERALU64(n) n argument
18 #define LITERALU64(n) n##LLU argument
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Didct8x8_test.cc40 for (int n = 0; n < 8; n++) in reference_dct_1d() local
76 for (int n = 0; n < 8; n++) { in reference_idct_1d() local
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
Ddboolhuff.c50 size_t n = bytes_left > sizeof(decrypted) ? sizeof(decrypted) : bytes_left; in vp8dx_bool_decoder_fill() local
/hardware/invensense/60xx/libsensors_iio/software/core/mllite/
Dml_math_func.c440 void inv_matrix_det_inc(float *a, float *b, int *n, int x, int y) in inv_matrix_det_inc()
455 void inv_matrix_det_incd(double *a, double *b, int *n, int x, int y) in inv_matrix_det_incd()
470 float inv_matrix_det(float *p, int *n) in inv_matrix_det()
489 double inv_matrix_detd(double *p, int *n) in inv_matrix_detd()
/hardware/libhardware/tests/nusensors/
Dnusensors.cpp123 int n = device->poll(device, buffer, numEvents); in main() local
/hardware/ti/omap4xxx/domx/omx_core/inc/
DOMX_DebugMem.h59 #define calloc(n,s) OMX_DebugMem_calloc(n,s,__FILE__,__FUNCTION__,__LINE__) argument
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
DOMX_DebugMem.h35 #define calloc(n,s) OMX_DebugMem_calloc(n,s,__FILE__,__FUNCTION__,__LINE__) argument

123456