/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/ |
D | mem.h | 19 #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/ |
D | alsa_mixer.c | 99 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 …]
|
D | alsa_pcm.c | 199 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/ |
D | Exynos_OSAL_Memory.c | 58 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/ |
D | vp9_systemdependent.h | 48 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()
|
D | vp9_common.h | 30 #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
|
D | vp9_scan.c | 300 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/ |
D | tng_hostbias.c | 210 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/ |
D | nouveau_private.h | 59 #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
|
D | nouveau_drmif.h | 39 #define nouveau_device(n) ((struct nouveau_device_priv *)(n)) argument
|
/hardware/invensense/60xx/mlsdk/mllite/ |
D | mlMathFunc.c | 280 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/ |
D | treecoder.c | 57 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/ |
D | surfacetexture_test.cpp | 96 #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/ |
D | treewriter.h | 66 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/ |
D | ril_event.cpp | 145 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/ |
D | halloc.c | 149 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/ |
D | AKFS_AOC.c | 121 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/ |
D | perf_rt.h | 39 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/ |
D | EbmlWriter.c | 16 #define LITERALU64(n) n argument 18 #define LITERALU64(n) n##LLU argument
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
D | idct8x8_test.cc | 40 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/ |
D | dboolhuff.c | 50 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/ |
D | ml_math_func.c | 440 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/ |
D | nusensors.cpp | 123 int n = device->poll(device, buffer, numEvents); in main() local
|
/hardware/ti/omap4xxx/domx/omx_core/inc/ |
D | OMX_DebugMem.h | 59 #define calloc(n,s) OMX_DebugMem_calloc(n,s,__FILE__,__FUNCTION__,__LINE__) argument
|
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/ |
D | OMX_DebugMem.h | 35 #define calloc(n,s) OMX_DebugMem_calloc(n,s,__FILE__,__FUNCTION__,__LINE__) argument
|