/hardware/intel/common/libwsbm/src/ |
D | wsbm_atomic.h | 21 wsbmAtomicIncZero(struct _WsbmAtomic *v) in wsbmAtomicIncZero() 31 wsbmAtomicDecNegative(struct _WsbmAtomic *v) in wsbmAtomicDecNegative() 42 wsbmAtomicDecZero(struct _WsbmAtomic *v) in wsbmAtomicDecZero() 53 wsbmAtomicInc(struct _WsbmAtomic *v) in wsbmAtomicInc() 59 wsbmAtomicDec(struct _WsbmAtomic *v) in wsbmAtomicDec() 65 wsbmAtomicCmpXchg(volatile struct _WsbmAtomic *v, int32_t old, int32_t new) in wsbmAtomicCmpXchg()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/ |
D | vp9_dsubexp.c | 15 static int inv_recenter_nonneg(int v, int m) { in inv_recenter_nonneg() 25 const int v = vp9_read_literal(r, l - 1); in decode_uniform() local 30 static int merge_index(int v, int n, int modulus) { in merge_index() 45 static int inv_remap_prob(int v, int m) { in inv_remap_prob()
|
/hardware/akm/AK8975_FS/akmdfs/AKFS_APIs_8975/ |
D | AKFS_AOC.c | 120 const AKFVEC v[], /*!< (i) : input vectors */ in MeanVar() 150 const AKFVEC v[], /*!< (i) : input vectors */ in Get4points() 215 const AKFVEC *v /*!< [in] vector */ in CheckInitFvec()
|
D | AKFS_Device.h | 63 uint8 v[3]; member 72 AKFLOAT v[3]; member
|
D | AKFS_Device.c | 45 AKFVEC v[] /*!< buffer */ in AKFS_BufShift()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_subexp.c | 21 static int recenter_nonneg(int v, int m) { in recenter_nonneg() 30 static int remap_prob(int v, int m) { in remap_prob() 81 static void encode_uniform(vp9_writer *w, int v) { in encode_uniform()
|
D | vp9_treewriter.c | 14 int i, int v, int l) { in tree2tok()
|
D | vp9_resize.c | 534 const uint8_t *const u, const uint8_t *const v, in vp9_resize_frame420() 549 const uint8_t *const u, const uint8_t *const v, in vp9_resize_frame422() 564 const uint8_t *const u, const uint8_t *const v, in vp9_resize_frame444()
|
D | vp9_writer.h | 97 #define vp9_write_prob(w, v) vp9_write_literal((w), (v), 8) argument
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
D | args.h | 41 #define ARG_DEF(s,l,v,d) {s,l,v,d, NULL} argument 42 #define ARG_DEF_ENUM(s,l,v,d,e) {s,l,v,d,e} argument
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_postproc.c | 145 int v; in vp9_post_proc_down_and_across_c() local 157 int v = p_src[col]; in vp9_post_proc_down_and_across_c() local 455 void vp9_blend_mb_inner_c(uint8_t *y, uint8_t *u, uint8_t *v, in vp9_blend_mb_inner_c() 488 void vp9_blend_mb_outer_c(uint8_t *y, uint8_t *u, uint8_t *v, in vp9_blend_mb_outer_c() 543 void vp9_blend_b_c(uint8_t *y, uint8_t *u, uint8_t *v, in vp9_blend_b_c()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | treewriter.h | 65 int v, in vp8_treed_write() 90 static int vp8_treed_cost( in vp8_treed_cost()
|
D | encodemv.c | 25 const int v, in encode_mvcomponent() 100 static unsigned int cost_mvcomponent(const int v, const struct mv_context *mvc) in cost_mvcomponent()
|
D | tokenize.c | 118 int band, rc, v, token; in tokenize2nd_order_b() local 209 int band, rc, v; in tokenize1st_order_b() local
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/ |
D | detokenize.c | 63 int v; in GetSigned() local 106 int v, j; in GetCoeffs() local
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/ |
D | vpx_codec.h | 234 #define VPX_VERSION_MAJOR(v) ((v>>16)&0xff) /**< extract major from packed version */ argument 235 #define VPX_VERSION_MINOR(v) ((v>>8)&0xff) /**< extract minor from packed version */ argument 236 #define VPX_VERSION_PATCH(v) ((v>>0)&0xff) /**< extract patch from packed version */ argument
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/halloc/src/ |
D | align.h | 29 void * v; member
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
D | postproc.c | 140 unsigned char v; in vp8_post_proc_down_and_across_mb_row_c() local 454 const int v = (int)(.5 + 256 * vp8_gaussian(sigma, 0, i)); in fillrd() local 540 void vp8_blend_mb_inner_c (unsigned char *y, unsigned char *u, unsigned char *v, in vp8_blend_mb_inner_c() 578 void vp8_blend_mb_outer_c (unsigned char *y, unsigned char *u, unsigned char *v, in vp8_blend_mb_outer_c() 642 void vp8_blend_b_c (unsigned char *y, unsigned char *u, unsigned char *v, in vp8_blend_b_c()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/ |
D | resize_util.c | 27 static int parse_dim(char *v, int *width, int *height) { in parse_dim()
|
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/ |
D | OMX_VPP_ImgConv.c | 181 OMX_U8 *y, *u, *v, *w; /* Pointers on Y U V buffers and Weight buffer */ in ConvertChromReduction() local 461 OMX_U8 *y, *u, *v, *w; in ConvertNoChromReduction() local
|
/hardware/libhardware_legacy/audio/ |
D | A2dpAudioInterface.cpp | 207 status_t A2dpAudioInterface::setVoiceVolume(float v) in setVoiceVolume() 212 status_t A2dpAudioInterface::setMasterVolume(float v) in setMasterVolume()
|
D | AudioHardwareGeneric.cpp | 141 status_t AudioHardwareGeneric::setVoiceVolume(float v) in setVoiceVolume() 147 status_t AudioHardwareGeneric::setMasterVolume(float v) in setMasterVolume()
|
/hardware/qcom/gps/msm8974/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/ |
D | loc_api_rpc_glue.c | 98 #define RPC_CALLBACK_FUNC_VERSION_BASE(a,v,b) a ## v ## b argument 99 #define RPC_CALLBACK_FUNC_VERSION(a,v,b) RPC_CALLBACK_FUNC_VERSION_BASE(a,v,b) argument
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
D | bcmendian.h | 74 #define store32_ua(a, v) htol32_ua_store(v, a) argument 76 #define store16_ua(a, v) htol16_ua_store(v, a) argument
|
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/ |
D | loc_api_rpc_glue.c | 98 #define RPC_CALLBACK_FUNC_VERSION_BASE(a,v,b) a ## v ## b argument 99 #define RPC_CALLBACK_FUNC_VERSION(a,v,b) RPC_CALLBACK_FUNC_VERSION_BASE(a,v,b) argument
|