Searched defs:target (Results 1 - 17 of 17) 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/qcom/audio/legacy/alsa_sound/
H A DAudioUsbALSA.cpp170 char *target = strchr(ratesStrStart, '\n'); local
171 if (target == NULL) {
177 size = target - ratesStrStart;
/hardware/qcom/display/msm8960/libcopybit/
H A Dcopybit_c2d.cpp155 unsigned int trg_transform; /* target transform */
279 // We do not swap the RB when the target is YUV
283 // The U and V need to be interchanged when the target is YUV
592 static int msm_copybit(struct copybit_context_t *ctx, unsigned int target) argument
609 if(LINK_c2dDraw(target, target_transform, 0x0, 0, 0, ctx->blit_list,
709 // Set the target rect.
712 /* target rotation is 270 */
823 // target transform. Draw all previous surfaces. This will be
825 // target rotations to c2d.
1130 // changed the target
[all...]
/hardware/qcom/display/msm8974/libcopybit/
H A Dcopybit_c2d.cpp155 unsigned int trg_transform; /* target transform */
283 // We do not swap the RB when the target is YUV
287 // The U and V need to be interchanged when the target is YUV
603 static int msm_copybit(struct copybit_context_t *ctx, unsigned int target) argument
620 if(LINK_c2dDraw(target, target_transform, 0x0, 0, 0, ctx->blit_list,
728 // Set the target rect.
731 /* target rotation is 270 */
842 // target transform. Draw all previous surfaces. This will be
844 // target rotations to c2d.
1149 // changed the target
[all...]
/hardware/qcom/display/msm8x26/libcopybit/
H A Dcopybit_c2d.cpp155 unsigned int trg_transform; /* target transform */
279 // We do not swap the RB when the target is YUV
283 // The U and V need to be interchanged when the target is YUV
592 static int msm_copybit(struct copybit_context_t *ctx, unsigned int target) argument
609 if(LINK_c2dDraw(target, target_transform, 0x0, 0, 0, ctx->blit_list,
709 // Set the target rect.
712 /* target rotation is 270 */
823 // target transform. Draw all previous surfaces. This will be
825 // target rotations to c2d.
1130 // changed the target
[all...]
/hardware/libhardware_legacy/audio/
H A DAudioPolicyManagerBase.cpp1679 String8 target; local
1680 if (param.get(String8("target"), target) != NO_ERROR) {
1681 target = "Manager";
1711 if (target == "Manager") {
1730 if (target == "Manager") {
1743 if (target == "Manager") {
/hardware/qcom/msm8960/kernel-headers/linux/
H A Dmsm_kgsl.h399 enum kgsl_cmdwindow_type target; member in struct:kgsl_cmdwindow_write
/hardware/qcom/msm8960/original-kernel-headers/linux/
H A Dmsm_kgsl.h509 enum kgsl_cmdwindow_type target; member in struct:kgsl_cmdwindow_write
/hardware/qcom/msm8x74/kernel-headers/linux/
H A Dmsm_kgsl.h399 enum kgsl_cmdwindow_type target; member in struct:kgsl_cmdwindow_write
H A Dvideodev2.h605 __u32 target; member in struct:v4l2_selection
/hardware/qcom/msm8x74/original-kernel-headers/linux/
H A Dmsm_kgsl.h509 enum kgsl_cmdwindow_type target; member in struct:kgsl_cmdwindow_write
H A Dvideodev2.h823 * @target: selection target, used to choose one of possible rectangles
834 __u32 target; member in struct:v4l2_selection
/hardware/qcom/msm8x74/kernel-headers/media/
H A Dmsm_cam_sensor.h290 int16_t target[2]; member in struct:msm_sensor_ois_info_t
/hardware/qcom/msm8x74/original-kernel-headers/media/
H A Dmsm_cam_sensor.h258 int16_t target[2]; member in struct:msm_sensor_ois_info_t
/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:__anon87
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:__anon89
2769 uint8 tx_power_max[4]; /* Maximum target powe
2774 txppr_t target; /* Latest target power */ member in struct:__anon90
[all...]

Completed in 785 milliseconds