Home
last modified time | relevance | path

Searched refs:target (Results 1 – 25 of 165) sorted by relevance

1234567

/hardware/qcom/display/msm8996/sdm/libs/hwc/
Dhwc_buffer_allocator.cpp189 int HWCBufferAllocator::SetBufferInfo(LayerBufferFormat format, int *target, int *flags) { in SetBufferInfo() argument
191 case kFormatRGBA8888: *target = HAL_PIXEL_FORMAT_RGBA_8888; break; in SetBufferInfo()
192 case kFormatRGBX8888: *target = HAL_PIXEL_FORMAT_RGBX_8888; break; in SetBufferInfo()
193 case kFormatRGB888: *target = HAL_PIXEL_FORMAT_RGB_888; break; in SetBufferInfo()
194 case kFormatRGB565: *target = HAL_PIXEL_FORMAT_RGB_565; break; in SetBufferInfo()
195 case kFormatBGR565: *target = HAL_PIXEL_FORMAT_BGR_565; break; in SetBufferInfo()
196 case kFormatBGRA8888: *target = HAL_PIXEL_FORMAT_BGRA_8888; break; in SetBufferInfo()
197 case kFormatYCrCb420PlanarStride16: *target = HAL_PIXEL_FORMAT_YV12; break; in SetBufferInfo()
198 case kFormatYCrCb420SemiPlanar: *target = HAL_PIXEL_FORMAT_YCrCb_420_SP; break; in SetBufferInfo()
199 case kFormatYCbCr420SemiPlanar: *target = HAL_PIXEL_FORMAT_YCbCr_420_SP; break; in SetBufferInfo()
[all …]
Dhwc_display.h134 inline void SetRect(const hwc_rect_t &source, LayerRect *target);
135 inline void SetRect(const hwc_frect_t &source, LayerRect *target);
136 inline void SetComposition(const int32_t &source, LayerComposition *target);
137 inline void SetComposition(const LayerComposition &source, int32_t *target);
138 inline void SetBlending(const int32_t &source, LayerBlending *target);
139 int SetFormat(const int32_t &source, const int flags, LayerBufferFormat *target);
147 DisplayError SetCSC(ColorSpace_t source, LayerCSC *target);
148 DisplayError SetIGC(IGC_t source, LayerIGC *target);
/hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
Dperf_common.h43 #define TIME_GET(target) time(&target) argument
44 #define TIME_COPY(target, source) target = source argument
49 #define PID_GET(target) target = 0 argument
71 #define TIME_GET(target) gettimeofday(&target, NULL) argument
72 #define TIME_COPY(target, source) \ argument
73 ((target).tv_sec = (source).tv_sec), ((target).tv_usec = (source).tv_usec)
82 #define PID_GET(target) target = getpid() argument
/hardware/qcom/display/msm8996/sdm/libs/core/fb/
Dhw_device.cpp493 DisplayError HWDevice::SetFormat(const LayerBufferFormat &source, uint32_t *target) { in SetFormat() argument
495 case kFormatARGB8888: *target = MDP_ARGB_8888; break; in SetFormat()
496 case kFormatRGBA8888: *target = MDP_RGBA_8888; break; in SetFormat()
497 case kFormatBGRA8888: *target = MDP_BGRA_8888; break; in SetFormat()
498 case kFormatRGBX8888: *target = MDP_RGBX_8888; break; in SetFormat()
499 case kFormatBGRX8888: *target = MDP_BGRX_8888; break; in SetFormat()
500 case kFormatRGBA5551: *target = MDP_RGBA_5551; break; in SetFormat()
501 case kFormatRGBA4444: *target = MDP_RGBA_4444; break; in SetFormat()
502 case kFormatRGB888: *target = MDP_RGB_888; break; in SetFormat()
503 case kFormatBGR888: *target = MDP_BGR_888; break; in SetFormat()
[all …]
/hardware/qcom/gps/msm8960/utils/
Dloc_target.cpp87 unsigned int target = TARGET_DEFAULT; in get_target() local
105 target = TARGET_MPQ; in get_target()
107 target = TARGET_APQ_SA; in get_target()
118 target = TARGET_MDM; in get_target()
124 target = TARGET_MSM_NO_SSC; in get_target()
126 return target; in get_target()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_ratectrl.c165 int vp9_rc_clamp_pframe_target_size(const VP9_COMP *const cpi, int target) { in vp9_rc_clamp_pframe_target_size() argument
169 if (target < min_frame_target) in vp9_rc_clamp_pframe_target_size()
170 target = min_frame_target; in vp9_rc_clamp_pframe_target_size()
176 target = min_frame_target; in vp9_rc_clamp_pframe_target_size()
179 if (target > rc->max_frame_bandwidth) in vp9_rc_clamp_pframe_target_size()
180 target = rc->max_frame_bandwidth; in vp9_rc_clamp_pframe_target_size()
181 return target; in vp9_rc_clamp_pframe_target_size()
184 int vp9_rc_clamp_iframe_target_size(const VP9_COMP *const cpi, int target) { in vp9_rc_clamp_iframe_target_size() argument
190 target = MIN(target, max_rate); in vp9_rc_clamp_iframe_target_size()
192 if (target > rc->max_frame_bandwidth) in vp9_rc_clamp_iframe_target_size()
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
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!"
301 case "$target" in
304 *) die "Unsupported target $target!"
308 case "$target" in
319 *) die "Unsupported target $target!"
358 case "$target" in
410 case "$target" in
[all …]
/hardware/invensense/65xx/libsensors_iio/software/build/android/
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_intermed…
/hardware/intel/common/libmix/mix_common/src/
Dmixparams.c28 static gboolean mix_params_copy_default (MixParams *target, const MixParams *src);
83 gboolean mix_params_copy (MixParams *target, const MixParams *src) in mix_params_copy() argument
86 MixParamsClass *klass = MIX_PARAMS_GET_CLASS(target); in mix_params_copy()
89 return klass->copy(target, src); in mix_params_copy()
93 return mix_params_copy_default(target, src); in mix_params_copy()
105 static gboolean mix_params_copy_default (MixParams *target, const MixParams *src) in mix_params_copy_default() argument
107 if (MIX_IS_PARAMS(target) && MIX_IS_PARAMS(src)) in mix_params_copy_default()
Dmixdrmparams.c23 gboolean mix_drmparams_copy(MixParams* target, const MixParams *src);
112 gboolean mix_drmparams_copy(MixParams* target, const MixParams *src) in mix_drmparams_copy() argument
114 if (MIX_IS_DRMPARAMS(target) && MIX_IS_DRMPARAMS(src)) in mix_drmparams_copy()
125 return parent_class->copy(MIX_PARAMS_CAST(target), MIX_PARAMS_CAST(src)); in mix_drmparams_copy()
/hardware/libhardware/tests/vehicle/
DREADME7 This code also provides a simple command line utility for the target to test the
25 These are native tests that can be run on the target to validate basic
52 i) out/target/product/XXX/system/lib/hw/vehicle.default.so
53 ii) out/target/product/XXX/data/nativetest/vehicle_tests
54 iii) out/target/product/XXX/system/bin/vehicle-hal-tool
57 $ adb push out/target/product/XXX/system/lib/hw/vehicle.default.so
63 target device. You can load it anywhere in your /data directory and run it as:
64 $ adb push out/target/product/XXX/data/nativetest/vehicle_tests
71 The last binary is the command line tool, to push the binary on your target do:
72 $ adb push out/target/product/XXX/system/bin/vehicle-hal-tool
/hardware/intel/common/libmix/mix_video/src/
Dmixdrmparams.c23 gboolean mix_drmparams_copy (MixParams * target, const MixParams * src);
117 mix_drmparams_copy (MixParams * target, const MixParams * src) in mix_drmparams_copy() argument
121 if (MIX_IS_DRMPARAMS (target) && MIX_IS_DRMPARAMS (src)) in mix_drmparams_copy()
124 this_target = MIX_DRMPARAMS (target); in mix_drmparams_copy()
132 return parent_class->copy (MIX_PARAMS_CAST (target), in mix_drmparams_copy()
Dmixvideoconfigparamsdec_vc1.c23 gboolean mix_videoconfigparamsdec_vc1_copy(MixParams * target,
127 gboolean mix_videoconfigparamsdec_vc1_copy(MixParams * target, in mix_videoconfigparamsdec_vc1_copy() argument
132 if (MIX_IS_VIDEOCONFIGPARAMSDEC_VC1(target) && MIX_IS_VIDEOCONFIGPARAMSDEC_VC1( in mix_videoconfigparamsdec_vc1_copy()
135 this_target = MIX_VIDEOCONFIGPARAMSDEC_VC1(target); in mix_videoconfigparamsdec_vc1_copy()
144 return root_class->copy(MIX_PARAMS_CAST(target), MIX_PARAMS_CAST( in mix_videoconfigparamsdec_vc1_copy()
Dmixvideoconfigparamsdec_h264.c23 gboolean mix_videoconfigparamsdec_h264_copy (MixParams * target,
143 mix_videoconfigparamsdec_h264_copy (MixParams * target, const MixParams * src) in mix_videoconfigparamsdec_h264_copy() argument
148 if (MIX_IS_VIDEOCONFIGPARAMSDEC_H264 (target) in mix_videoconfigparamsdec_h264_copy()
152 this_target = MIX_VIDEOCONFIGPARAMSDEC_H264 (target); in mix_videoconfigparamsdec_h264_copy()
162 return root_class->copy (MIX_PARAMS_CAST (target), in mix_videoconfigparamsdec_h264_copy()
Dmixvideoconfigparamsenc_preview.c27 gboolean mix_videoconfigparamsenc_preview_copy (MixParams * target,
148 mix_videoconfigparamsenc_preview_copy (MixParams * target, const MixParams * src) in mix_videoconfigparamsenc_preview_copy() argument
155 if (MIX_IS_VIDEOCONFIGPARAMSENC_PREVIEW (target) in mix_videoconfigparamsenc_preview_copy()
159 this_target = MIX_VIDEOCONFIGPARAMSENC_PREVIEW (target); in mix_videoconfigparamsenc_preview_copy()
167 return root_class->copy (MIX_PARAMS_CAST (target), in mix_videoconfigparamsenc_preview_copy()
Dmixvideoconfigparams.c25 gboolean mix_videoconfigparams_copy(MixParams * target, const MixParams * src);
111 gboolean mix_videoconfigparams_copy(MixParams * target, const MixParams * src) { in mix_videoconfigparams_copy() argument
115 if (MIX_IS_VIDEOCONFIGPARAMS(target) && MIX_IS_VIDEOCONFIGPARAMS(src)) { in mix_videoconfigparams_copy()
122 return parent_class->copy(MIX_PARAMS_CAST(target), MIX_PARAMS_CAST( in mix_videoconfigparams_copy()
Dmixvideoencodeparams.c23 gboolean mix_videoencodeparams_copy(MixParams * target, const MixParams * src);
111 gboolean mix_videoencodeparams_copy(MixParams * target, const MixParams * src) { in mix_videoencodeparams_copy() argument
114 if (MIX_IS_VIDEOENCODEPARAMS(target) && MIX_IS_VIDEOENCODEPARAMS(src)) { in mix_videoencodeparams_copy()
116 this_target = MIX_VIDEOENCODEPARAMS(target); in mix_videoencodeparams_copy()
123 return parent_class->copy(MIX_PARAMS_CAST(target), MIX_PARAMS_CAST( in mix_videoencodeparams_copy()
Dmixvideodecodeparams.c23 gboolean mix_videodecodeparams_copy(MixParams * target, const MixParams * src);
111 gboolean mix_videodecodeparams_copy(MixParams * target, const MixParams * src) { in mix_videodecodeparams_copy() argument
114 if (MIX_IS_VIDEODECODEPARAMS(target) && MIX_IS_VIDEODECODEPARAMS(src)) { in mix_videodecodeparams_copy()
116 this_target = MIX_VIDEODECODEPARAMS(target); in mix_videodecodeparams_copy()
123 return parent_class->copy(MIX_PARAMS_CAST(target), MIX_PARAMS_CAST( in mix_videodecodeparams_copy()
Dmixdisplayx11.c25 gboolean mix_displayx11_copy(MixDisplay * target, const MixDisplay * src);
107 gboolean mix_displayx11_copy(MixDisplay * target, const MixDisplay * src) { in mix_displayx11_copy() argument
110 if (MIX_IS_DISPLAYX11(target) && MIX_IS_DISPLAYX11(src)) { in mix_displayx11_copy()
112 this_target = MIX_DISPLAYX11(target); in mix_displayx11_copy()
122 return parent_class->copy(MIX_DISPLAY_CAST(target), in mix_displayx11_copy()
Dmixvideoconfigparamsdec_mp42.c24 gboolean mix_videoconfigparamsdec_mp42_copy(MixParams * target,
136 gboolean mix_videoconfigparamsdec_mp42_copy(MixParams * target, in mix_videoconfigparamsdec_mp42_copy() argument
142 if (MIX_IS_VIDEOCONFIGPARAMSDEC_MP42(target) && MIX_IS_VIDEOCONFIGPARAMSDEC_MP42( in mix_videoconfigparamsdec_mp42_copy()
145 this_target = MIX_VIDEOCONFIGPARAMSDEC_MP42(target); in mix_videoconfigparamsdec_mp42_copy()
157 return root_class->copy(MIX_PARAMS_CAST(target), MIX_PARAMS_CAST( in mix_videoconfigparamsdec_mp42_copy()
/hardware/invensense/6515/libsensors_iio/software/build/android/
Dcommon.mk47 ANDROID_LINK += -L$(ANDROID_ROOT)/out/target/product/$(PRODUCT)/obj/lib
49 ANDROID_LINK += -L$(ANDROID_ROOT)/out/target/product/$(PRODUCT)/system/lib
65 ANDROID_LINK_EXECUTABLE += $(ANDROID_ROOT)/out/target/product/$(PRODUCT)/obj/lib/crtbegin_dynamic.o
66 ANDROID_LINK_EXECUTABLE += $(ANDROID_ROOT)/out/target/product/$(PRODUCT)/obj/lib/crtend_android.o
75 ANDROID_INCLUDES += -I$(ANDROID_ROOT)/out/target/product/generic/obj/include
104 ANDROID_INCLUDES += -I$(ANDROID_ROOT)/out/target/product/generic/obj/SHARED_LIBRARIES/libm_intermed…
/hardware/intel/common/libmix/mix_audio/src/
Dmixacpmp3.c26 gboolean mix_acp_mp3_copy(MixParams* target, const MixParams *src);
111 gboolean mix_acp_mp3_copy(MixParams* target, const MixParams *src) in mix_acp_mp3_copy() argument
113 if (MIX_IS_AUDIOCONFIGPARAMSMP3(target) && MIX_IS_AUDIOCONFIGPARAMSMP3(src)) in mix_acp_mp3_copy()
115 MixAudioConfigParamsMP3 *t = MIX_AUDIOCONFIGPARAMSMP3(target); in mix_acp_mp3_copy()
126 return klass->copy(MIX_PARAMS_CAST(target), MIX_PARAMS_CAST(src)); in mix_acp_mp3_copy()
Dmixaip.c27 gboolean mix_aip_copy(MixParams* target, const MixParams *src);
118 gboolean mix_aip_copy(MixParams* target, const MixParams *src) in mix_aip_copy() argument
120 if (MIX_IS_AUDIOINITPARAMS(target) && MIX_IS_AUDIOINITPARAMS(src)) in mix_aip_copy()
131 return parent_class->copy(MIX_PARAMS_CAST(target), MIX_PARAMS_CAST(src)); in mix_aip_copy()
Dmixacpwma.c28 gboolean mix_acp_wma_copy(MixParams* target, const MixParams *src);
115 gboolean mix_acp_wma_copy(MixParams* target, const MixParams *src) in mix_acp_wma_copy() argument
117 if (MIX_IS_AUDIOCONFIGPARAMSWMA(target) && MIX_IS_AUDIOCONFIGPARAMSWMA(src)) in mix_acp_wma_copy()
119 MixAudioConfigParamsWMA *t = MIX_AUDIOCONFIGPARAMSWMA(target); in mix_acp_wma_copy()
133 return klass->copy(MIX_PARAMS_CAST(target), MIX_PARAMS_CAST(src)); in mix_acp_wma_copy()
/hardware/bsp/intel/peripheral/libupm/src/lcd/
Dlcd_private.h31 #define UPM_GOTO_ON_MRAA_FAIL(ret, target) \ argument
33 goto target; \

1234567