Home
last modified time | relevance | path

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

12

/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
Dvp9_firstpass.c2213 int target; in vp9_rc_get_second_pass_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/qcom/gps/msm8960/utils/
Dloc_target.h37 #define getTargetGnssType(target) (target>>1) argument
Dloc_target.cpp86 unsigned int target = TARGET_DEFAULT; in get_target() local
Dloc_log.cpp134 const char *loc_get_target_name(unsigned int target) in loc_get_target_name()
/hardware/qcom/gps/utils/
Dloc_target.h39 #define getTargetGnssType(target) (target>>1) argument
Dloc_log.cpp134 const char *loc_get_target_name(unsigned int target) in loc_get_target_name()
/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()
Dva_glx.c118 GLenum target, in vaCreateSurfaceGLX()
/hardware/intel/common/libva/va/x11/
Dva_dri2.c329 load_swap_req(xDRI2SwapBuffersReq *req, CARD64 target, CARD64 divisor, in load_swap_req()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dratectrl.c345 uint64_t target; in calc_iframe_target_size() local
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
Dloc.cpp190 unsigned int target = TARGET_DEFAULT; in get_gps_interface() local
/hardware/samsung_slsi/exynos5/libv4l2/
Dexynos_mc.c170 char target[1024]; in __media_get_devname_sysfs() local
/hardware/qcom/audio/legacy/alsa_sound/
DAudioUsbALSA.cpp170 char *target = strchr(ratesStrStart, '\n'); in getCap() local
/hardware/qcom/gps/loc_api/libloc_api_50001/
Dloc.cpp217 unsigned int target = TARGET_DEFAULT; in get_gps_interface() local
/hardware/intel/img/hwcomposer/common/base/
DHwcLayerList.cpp665 bool HwcLayerList::useAsFrameBufferTarget(HwcLayer *target) in useAsFrameBufferTarget()
/hardware/intel/common/libwsbm/src/
Dwsbm_manager.c1009 wsbmBOCreateList(int target, int hasKernelBuffers) in wsbmBOCreateList()
/hardware/qcom/display/msm8226/libcopybit/
Dcopybit_c2d.cpp601 static int msm_copybit(struct copybit_context_t *ctx, unsigned int target) in msm_copybit()
/hardware/qcom/display/msm8084/libcopybit/
Dcopybit_c2d.cpp602 static int msm_copybit(struct copybit_context_t *ctx, unsigned int target) in msm_copybit()
/hardware/qcom/display/msm8960/libcopybit/
Dcopybit_c2d.cpp592 static int msm_copybit(struct copybit_context_t *ctx, unsigned int target) in msm_copybit()
/hardware/qcom/display/msm8974/libcopybit/
Dcopybit_c2d.cpp603 static int msm_copybit(struct copybit_context_t *ctx, unsigned int target) in msm_copybit()
/hardware/qcom/msm8x27/original-kernel-headers/linux/
Dmsm_kgsl.h444 enum kgsl_cmdwindow_type target; member
/hardware/qcom/msm8x27/kernel-headers/linux/
Dmsm_kgsl.h356 enum kgsl_cmdwindow_type target; member

12