Home
last modified time | relevance | path

Searched defs:target (Results 1 – 25 of 94) sorted by relevance

1234

/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
82 #define PID_GET(target) target = getpid() argument
/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()
184 int vp9_rc_clamp_iframe_target_size(const VP9_COMP *const cpi, int target) { in vp9_rc_clamp_iframe_target_size()
1025 void vp9_rc_set_frame_target(VP9_COMP *cpi, int target) { in vp9_rc_set_frame_target()
1177 int target; in calc_pframe_target_size_one_pass_vbr() local
1194 int target = rc->av_per_frame_bandwidth * kf_ratio; in calc_iframe_target_size_one_pass_vbr() local
1201 int target; in vp9_rc_get_one_pass_vbr_params() local
1240 int target = rc->av_per_frame_bandwidth; in calc_pframe_target_size_one_pass_cbr() local
1265 int target; in calc_iframe_target_size_one_pass_cbr() local
1285 int target = rc->av_per_frame_bandwidth; in vp9_rc_get_svc_params() local
1309 int target; in vp9_rc_get_one_pass_cbr_params() local
/hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
Dperf_config.c343 char **target) in assign_string_if_matches()
373 unsigned long *target) in assign_long_if_matches()
/hardware/bsp/intel/peripheral/libupm/src/lcd/
Dlcd_private.h31 #define UPM_GOTO_ON_MRAA_FAIL(ret, target) \ argument
/hardware/intel/common/libmix/mix_common/src/
Dmixparams.c83 gboolean mix_params_copy (MixParams *target, const MixParams *src) in mix_params_copy()
105 static gboolean mix_params_copy_default (MixParams *target, const MixParams *src) in mix_params_copy_default()
Dmixdrmparams.c112 gboolean mix_drmparams_copy(MixParams* target, const MixParams *src) in mix_drmparams_copy()
/hardware/qcom/display/msm8996/sdm/libs/hwc/
Dhwc_display.cpp889 void HWCDisplay::SetRect(const hwc_rect_t &source, LayerRect *target) { in SetRect()
896 void HWCDisplay::SetRect(const hwc_frect_t &source, LayerRect *target) { in SetRect()
903 void HWCDisplay::SetComposition(const int32_t &source, LayerComposition *target) { in SetComposition()
910 void HWCDisplay::SetComposition(const LayerComposition &source, int32_t *target) { in SetComposition()
919 void HWCDisplay::SetBlending(const int32_t &source, LayerBlending *target) { in SetBlending()
1336 DisplayError HWCDisplay::SetCSC(ColorSpace_t source, LayerCSC *target) { in SetCSC()
1349 DisplayError HWCDisplay::SetIGC(IGC_t source, LayerIGC *target) { in SetIGC()
Dhwc_buffer_allocator.cpp189 int HWCBufferAllocator::SetBufferInfo(LayerBufferFormat format, int *target, int *flags) { in SetBufferInfo()
/hardware/qcom/gps/msm8960/utils/
Dloc_target.h37 #define getTargetGnssType(target) (target>>1) argument
Dloc_target.cpp87 unsigned int target = TARGET_DEFAULT; in get_target() local
/hardware/qcom/gps/msm8084/utils/
Dloc_target.h39 #define getTargetGnssType(target) (target>>1) argument
/hardware/google/apf/
Dapf_disassembler.c55 static void print_jump_target(uint32_t target, uint32_t program_len) { in print_jump_target()
/hardware/intel/common/libmix/mix_audio/src/
Dmixaip.c118 gboolean mix_aip_copy(MixParams* target, const MixParams *src) in mix_aip_copy()
Dmixacpmp3.c111 gboolean mix_acp_mp3_copy(MixParams* target, const MixParams *src) in mix_acp_mp3_copy()
/hardware/intel/common/libmix/mix_video/src/
Dmixvideoconfigparams.c111 gboolean mix_videoconfigparams_copy(MixParams * target, const MixParams * src) { in mix_videoconfigparams_copy()
Dmixvideoconfigparamsdec_vc1.c127 gboolean mix_videoconfigparamsdec_vc1_copy(MixParams * target, in mix_videoconfigparamsdec_vc1_copy()
Dmixdrmparams.c117 mix_drmparams_copy (MixParams * target, const MixParams * src) in mix_drmparams_copy()
Dmixvideoconfigparamsdec_h264.c143 mix_videoconfigparamsdec_h264_copy (MixParams * target, const MixParams * src) in mix_videoconfigparamsdec_h264_copy()
Dmixvideoconfigparamsenc_preview.c148 mix_videoconfigparamsenc_preview_copy (MixParams * target, const MixParams * src) in mix_videoconfigparamsenc_preview_copy()
/hardware/qcom/gps/msm8994/utils/
Dloc_target.h40 #define getTargetGnssType(target) (target>>1) argument
/hardware/qcom/gps/msm8909/utils/
Dloc_target.h40 #define getTargetGnssType(target) (target>>1) argument
/hardware/qcom/gps/msm8996/utils/
Dloc_target.h40 #define getTargetGnssType(target) (target>>1) argument
/hardware/qcom/gps/utils/
Dloc_target.h40 #define getTargetGnssType(target) (target>>1) argument
/hardware/qcom/display/msm8996/sdm/libs/core/fb/
Dhw_device.cpp493 DisplayError HWDevice::SetFormat(const LayerBufferFormat &source, uint32_t *target) { in SetFormat()
542 uint32_t width, uint32_t *target) { in SetStride()
607 void HWDevice::SetBlending(const LayerBlending &source, mdss_mdp_blend_op *target) { in SetBlending()
616 void HWDevice::SetRect(const LayerRect &source, mdp_rect *target) { in SetRect()
/hardware/intel/common/libva/va/glx/
Dva_glx_impl.c446 GLenum target; ///< GL target to which the texture is bound member
739 create_surface(VADriverContextP ctx, GLenum target, GLuint texture) in create_surface()
818 GLenum target, in vaCreateSurfaceGLX_impl_driver()
868 GLenum target, in vaCreateSurfaceGLX_impl_libva()

1234