Searched defs:target (Results 1 - 10 of 10) sorted by relevance

/hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
H A Dperf_config.c343 char **target)
346 return (value ? (assign_string(target, value), 1) : 0);
373 unsigned long *target)
376 return (value ? (assign_long(target, value), 1) : 0);
342 assign_string_if_matches(char const *line, char const *argument, char **target) argument
372 assign_long_if_matches(char const *line, char const *argument, unsigned long *target) argument
/hardware/samsung_slsi/exynos5/libv4l2/
H A Dexynos_mc.c170 char target[1024]; local
177 ret = readlink(sysname, target, sizeof(target));
181 target[ret] = '\0';
182 p = strrchr(target, '/');
446 * @param sink - sink pad at the link target.
/hardware/msm7k/librpc/
H A Dxdr.c345 caddr_t target = *addrp; local
362 if (target == NULL)
367 *addrp = target = mem_alloc (nodesize);
369 memset (target, 0, nodesize);
381 stat = (*elproc) (xdrs, target, LASTUNSIGNED);
382 target += elsize;
/hardware/qcom/audio/legacy/alsa_sound/
H A DAudioUsbALSA.cpp170 char *target = strchr(ratesStrStart, '\n'); local
171 if (target == NULL) {
177 size = target - ratesStrStart;
/hardware/libhardware_legacy/audio/
H A DAudioPolicyManagerBase.cpp1472 String8 target; local
1473 if (param.get(String8("target"), target) != NO_ERROR) {
1474 target = "Manager";
1504 if (target == "Manager") {
1523 if (target == "Manager") {
1536 if (target == "Manager") {
/hardware/qcom/display/libcopybit/
H A Dcopybit_c2d.cpp155 unsigned int trg_transform; /* target transform */
281 // We do not swap the RB when the target is YUV
285 // The U and V need to be interchanged when the target is YUV
596 static int msm_copybit(struct copybit_context_t *ctx, unsigned int target) argument
613 if(LINK_c2dDraw(target, target_transform, 0x0, 0, 0, ctx->blit_list,
713 // Set the target rect.
716 /* target rotation is 270 */
827 // target transform. Draw all previous surfaces. This will be
829 // target rotations to c2d.
1134 // changed the target
[all...]
/hardware/qcom/msm8960/kernel-headers/linux/
H A Dmsm_kgsl.h397 enum kgsl_cmdwindow_type target; member in struct:kgsl_cmdwindow_write
/hardware/qcom/msm8960/original-kernel-headers/linux/
H A Dmsm_kgsl.h508 enum kgsl_cmdwindow_type target; member in struct:kgsl_cmdwindow_write
/hardware/samsung_slsi/exynos5/include/
H A Dvideodev2.h794 * @target: selection target, used to choose one of possible rectangles
805 __u32 target; member in struct:v4l2_selection
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dwlioctl.h2287 uint8 txpwr_band_max[NUM_PWRCTRL_RATES]; /* User set target */
2292 uint8 txpwr_target[2][NUM_PWRCTRL_RATES]; /* Latest target for 2.4 and 5 Ghz */
2323 uint8 target[WL_TX_POWER_RATES_LEGACY]; /* Latest target power */ member in struct:__anon83
2700 uint8 pprbuf[1]; /* Latest target power buffer */
2733 uint8 tx_power_max[4]; /* Maximum target power among all rates */
2734 uint tx_power_max_rate_ind[4]; /* Index of the rate with the max target power */
2737 int8 target[WL_TX_POWER_RATES]; /* Latest target power */ member in struct:__anon85
2769 uint8 tx_power_max[4]; /* Maximum target powe
2774 txppr_t target; /* Latest target power */ member in struct:__anon86
[all...]

Completed in 755 milliseconds