Searched refs:target (Results 1 - 25 of 85) sorted by relevance

1234

/hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
H A Dperf_common.h43 #define TIME_GET(target) time(&target)
44 #define TIME_COPY(target, source) target = source
49 #define PID_GET(target) target = 0
71 #define TIME_GET(target) gettimeofday(&target, NULL)
72 #define TIME_COPY(target, source) \
73 ((target)
[all...]
/hardware/qcom/gps/msm8960/utils/
H A Dloc_target.h37 #define getTargetGnssType(target) (target>>1)
H A Dloc_target.cpp86 unsigned int target = TARGET_DEFAULT;
104 target = TARGET_MPQ;
106 target = TARGET_APQ_SA;
117 target = TARGET_MDM;
123 target = TARGET_MSM_NO_SSC;
125 return target;
H A Dloc_log.h58 const char* loc_get_target_name(unsigned int target);
H A Dloc_log.cpp126 Returns pointer to a string that contains name of the target
131 The target name string
134 const char *loc_get_target_name(unsigned int target) argument
139 index = getTargetGnssType(target);
143 if( (target & HAS_SSC) == HAS_SSC ) {
/hardware/qcom/gps/utils/
H A Dloc_target.h39 #define getTargetGnssType(target) (target>>1)
H A Dloc_log.h58 const char* loc_get_target_name(unsigned int target);
H A Dloc_log.cpp126 Returns pointer to a string that contains name of the target
131 The target name string
134 const char *loc_get_target_name(unsigned int target) argument
139 index = getTargetGnssType(target);
143 if( (target & HAS_SSC) == HAS_SSC ) {
/hardware/intel/common/libva/va/glx/
H A Dva_glx.h53 * @param[in] target the GL target to which the texture needs to be bound
60 GLenum target,
H A Dva_glx.c118 GLenum target,
132 INVOKE(ctx, CreateSurface, (ctx, target, texture, gl_surface));
116 vaCreateSurfaceGLX( VADisplay dpy, GLenum target, GLuint texture, void **gl_surface ) argument
/hardware/ti/omap4-aah/domx/test/
H A DMakefile43 # Define this macro if target runs in kernel mode
64 # Folders in which gmake will run before building current target
87 # Current folder and target folder are included by default.
89 LIBINCLUDES = $(PROJROOT)/target/lib
/hardware/ti/omap4xxx/domx/test/
H A DMakefile43 # Define this macro if target runs in kernel mode
64 # Folders in which gmake will run before building current target
87 # Current folder and target folder are included by default.
89 LIBINCLUDES = $(PROJROOT)/target/lib
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_ratectrl.h54 int av_per_frame_bandwidth; // Average frame size target for clip
144 // Picks q and q bounds given the target for bits
149 // Estimates q to achieve a target bits per frame
159 int target);
161 int target);
164 void vp9_rc_set_frame_target(struct VP9_COMP *cpi, int target);
H A Dvp9_ratectrl.c165 int vp9_rc_clamp_pframe_target_size(const VP9_COMP *const cpi, int target) { argument
169 if (target < min_frame_target)
170 target = min_frame_target;
176 target = min_frame_target;
178 // Clip the frame target to the maximum allowed value.
179 if (target > rc->max_frame_bandwidth)
180 target = rc->max_frame_bandwidth;
181 return target;
184 int vp9_rc_clamp_iframe_target_size(const VP9_COMP *const cpi, int target) { argument
190 target
1025 vp9_rc_set_frame_target(VP9_COMP *cpi, int target) argument
1177 int target; local
1194 int target = rc->av_per_frame_bandwidth * kf_ratio; local
1201 int target; local
1240 int target = rc->av_per_frame_bandwidth; local
1265 int target; local
1285 int target = rc->av_per_frame_bandwidth; local
1309 int target; local
[all...]
/hardware/invensense/60xx/libsensors_iio/software/build/android/
H A Dcommon.mk38 ANDROID_LINK += -L$(ANDROID_ROOT)/out/target/product/$(PRODUCT)/obj/lib
39 ANDROID_LINK += -L$(ANDROID_ROOT)/out/target/product/$(PRODUCT)/system/lib
46 ANDROID_LINK_EXECUTABLE += $(ANDROID_ROOT)/out/target/product/$(PRODUCT)/obj/lib/crtbegin_dynamic.o
47 ANDROID_LINK_EXECUTABLE += $(ANDROID_ROOT)/out/target/product/$(PRODUCT)/obj/lib/crtend_android.o
56 ANDROID_INCLUDES += -I$(ANDROID_ROOT)/out/target/product/generic/obj/include
67 ANDROID_INCLUDES += -I$(ANDROID_ROOT)/out/target/product/generic/obj/SHARED_LIBRARIES/libm_intermediates
/hardware/invensense/6515/libsensors_iio/software/build/android/
H A Dcommon.mk38 ANDROID_LINK += -L$(ANDROID_ROOT)/out/target/product/$(PRODUCT)/obj/lib
39 ANDROID_LINK += -L$(ANDROID_ROOT)/out/target/product/$(PRODUCT)/system/lib
46 ANDROID_LINK_EXECUTABLE += $(ANDROID_ROOT)/out/target/product/$(PRODUCT)/obj/lib/crtbegin_dynamic.o
47 ANDROID_LINK_EXECUTABLE += $(ANDROID_ROOT)/out/target/product/$(PRODUCT)/obj/lib/crtend_android.o
56 ANDROID_INCLUDES += -I$(ANDROID_ROOT)/out/target/product/generic/obj/include
67 ANDROID_INCLUDES += -I$(ANDROID_ROOT)/out/target/product/generic/obj/SHARED_LIBRARIES/libm_intermediates
/hardware/invensense/65xx/libsensors_iio/software/build/android/
H A Dcommon.mk38 ANDROID_LINK += -L$(ANDROID_ROOT)/out/target/product/$(PRODUCT)/obj/lib
39 ANDROID_LINK += -L$(ANDROID_ROOT)/out/target/product/$(PRODUCT)/system/lib
46 ANDROID_LINK_EXECUTABLE += $(ANDROID_ROOT)/out/target/product/$(PRODUCT)/obj/lib/crtbegin_dynamic.o
47 ANDROID_LINK_EXECUTABLE += $(ANDROID_ROOT)/out/target/product/$(PRODUCT)/obj/lib/crtend_android.o
56 ANDROID_INCLUDES += -I$(ANDROID_ROOT)/out/target/product/generic/obj/include
67 ANDROID_INCLUDES += -I$(ANDROID_ROOT)/out/target/product/generic/obj/SHARED_LIBRARIES/libm_intermediates
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
H A Dgen_msvs_proj.sh31 --target=isa-os-cc Target specifier (required)
192 unset target
198 --target=*) target="${optval}"
277 [ -n "$target" ] || die "Target (--target) must be specified!"
300 # List Keyword for this target
301 case "$target" in
304 *) die "Unsupported target $target!"
[all...]
/hardware/ti/omap4-aah/domx/make/
H A Dstart.mk46 TARGETDIR=$(PROJROOT)/target
51 #default (first) target should be "all"
52 #make sure the target directories are created
72 ERR = $(error Makefile generated fatal error while building target "$@")
/hardware/ti/omap4xxx/domx/make/
H A Dstart.mk46 TARGETDIR=$(PROJROOT)/target
51 #default (first) target should be "all"
52 #make sure the target directories are created
72 ERR = $(error Makefile generated fatal error while building target "$@")
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
H A Dsolution.mk32 INSTALL-SRCS-yes += $(target).mk
/hardware/ti/omap4-aah/domx/test/sample_proxy/
H A DMakefile43 # Define this macro if target runs in kernel mode
64 # Folders in which gmake will run before building current target
90 # Current folder and target folder are included by default.
92 LIBINCLUDES = $(PROJROOT)/target/lib
/hardware/ti/omap4xxx/domx/test/sample_proxy/
H A DMakefile43 # Define this macro if target runs in kernel mode
64 # Folders in which gmake will run before building current target
90 # Current folder and target folder are included by default.
92 LIBINCLUDES = $(PROJROOT)/target/lib
/hardware/invensense/60xx/libsensors_iio/software/core/mllite/build/android/
H A Dshared.mk50 LFLAGS += -Wl,-rpath,$(ANDROID_ROOT)/out/target/product/$(PRODUCT)/obj/lib:$(ANDROID_ROOT)/out/target/product/$(PRODUCT)/system/lib
/hardware/invensense/60xx/libsensors_iio/software/core/mpl/build/android/
H A Dshared.mk49 LFLAGS += -Wl,-rpath,$(ANDROID_ROOT)/out/target/product/$(PRODUCT)/obj/lib:$(ANDROID_ROOT)/out/target/product/$(PRODUCT)/system/lib

Completed in 6348 milliseconds

1234