Searched refs:function (Results 1 - 25 of 39) sorted by relevance

12

/hardware/ti/omap4xxx/domx/mm_osal/src/
H A Dtimm_osal_trace.c68 * 1 - function name
69 * 2 - function name, line number
113 loc->function);
123 loc->function);
/hardware/ti/omap4-aah/domx/mm_osal/src/
H A Dtimm_osal_trace.c69 * 1 - function name
70 * 2 - function name, line number
143 loc->function);
148 loc->function);
160 loc->function);
165 loc->function);
/hardware/ti/omap3/dspbridge/libbridge/
H A DAndroid.mk20 LOCAL_CFLAGS += -pipe -fomit-frame-pointer -Wall -Wno-trigraphs -Werror-implicit-function-declaration -fno-strict-aliasing -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -msoft-float -Uarm -DMODULE -D__LINUX_ARM_ARCH__=7 -fno-common -DLINUX -DOMAP_3430 -fpic
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
H A Dads2gas_apple.pl42 # Perl trim function to remove whitespace from the start and end of the string
141 # Make function visible to linker, and make additional symbol with
148 $function = trim($1);
149 push(@imported_functions, $function);
152 foreach $function (@imported_functions)
154 s/$function/_$function/;
H A Dads2gas.pl149 # Make function visible to linker, and make additional symbol with
151 s/EXPORT\s+\|([\$\w]*)\|/.global $1 \n\t.type $1, function/;
H A Drtcd.pl413 --sym=SYMBOL Unique symbol to use for RTCD initialization function
/hardware/ti/omap4-aah/libtiutils/
H A DDebugUtils.h110 FunctionLogger(const char * file, int line, const char * function);
146 #define DBGUTILS_LOGV_FULL(priority, file, line, function, format, ...) \
154 file, line, function, __VA_ARGS__); \
349 inline FunctionLogger::FunctionLogger(const char * const file, const int line, const char * const function) : argument
350 mFile(file), mLine(line), mFunction(function), mThreadId(androidGetThreadId()), mExitLine(-1)
380 TI_UTILS_DEBUG_TIMESTAMP_TOKEN "(%x) %s %s:%d %s - Double function exit trace detected. Previous: %d",
/hardware/intel/common/libva/va/vendor/intel/
H A Dva_intel_fei.h49 unsigned int function; /* one of the VAConfigAttribEncFunctionType values */ member in struct:_VAEncMiscParameterFEIFrameControlH264Intel
/hardware/ti/omap4xxx/domx/mm_osal/inc/
H A Dtimm_osal_trace.h87 * Level 5 - Trace ["ENTERING <function>" and "EXITING <function>" statements]
95 * internal trace function. Not part of the public API
100 const char *function; member in struct:__anon3542
107 * Trace implementation function. Not part of public API. Default
146 * TIMM_OSAL_Entering() -- "ENTERING <function>" statements
147 * TIMM_OSAL_Exiting() -- "EXITING <function>" statements
177 * TIMM_OSAL_EnteringExt() -- "ENTERING <function>" statements
178 * TIMM_OSAL_ExitingExt() -- "EXITING <function>" statements
/hardware/invensense/60xx/mlsdk/mllite/
H A Dmlcontrol.h193 inv_error_t inv_set_control_func(unsigned short function);
H A Dml.c99 // Array of function pointers, function being void function taking void
117 * called prior to any other function call.
149 * This function needs to be called explicitly to shut down
382 * @brief This registers a function to be called for each time the DMP
397 // Make sure we haven't registered this function already
414 * @brief This unregisters a function to be called for each DMP interrupt.
421 // Make sure we haven't registered this function already
1161 * @param function
1176 inv_set_bias_update(unsigned short function) argument
[all...]
H A Dmlcontrol.c196 * @param function Indicates what functions will be used.
201 inv_error_t inv_set_control_func(unsigned short function) argument
215 if ((function & INV_SMOOTH) == 0) {
225 cntrl_params.functions = function;
442 * @brief GridCallback function pointer type, to be passed as argument of
461 * @brief inv_set_grid_callback is used to register a callback function that
463 * inv_set_grid_callback allows a user to define a callback function that will
470 * @param func A user defined callback function
673 * @brief Update the ML Control engine. This function should be called
755 * @note This function replace
[all...]
/hardware/ti/omap4-aah/domx/mm_osal/inc/
H A Dtimm_osal_trace.h99 * Level 6 - Trace ["ENTERING <function>" and "EXITING <function>" statements]
107 * internal trace function. Not part of the public API
112 const char *function; member in struct:__anon3422
120 * Trace level update function. Updates trace level if env variable
126 * Trace implementation function. Not part of public API. Default
170 * TIMM_OSAL_Entering() -- "ENTERING <function>" statements
171 * TIMM_OSAL_Exiting() -- "EXITING <function>" statements
206 * TIMM_OSAL_EnteringExt() -- "ENTERING <function>" statements
207 * TIMM_OSAL_ExitingExt() -- "EXITING <function>" statement
[all...]
/hardware/samsung_slsi/exynos5/libswconverter/
H A Dcsc_interleave_memcpy_neon.s46 .type csc_interleave_memcpy_neon, %function
H A Dcsc_tiled_to_linear_uv_neon.s47 .type csc_tiled_to_linear_uv_neon, %function
H A Dcsc_tiled_to_linear_uv_deinterleave_neon.s50 .type csc_tiled_to_linear_uv_deinterleave_neon, %function
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/neon/
H A Dvp8_memcpy_neon.asm20 ;this is not a full memcpy function!!!
H A Dvp8_mse16x16_neon.asm26 ;note: in this function, sum is never used. So, we can remove this part of calculation
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/x86inc/
H A Dx86inc.asm208 ; declares a function (foo), taking two args (dst and src) and one local variable (tmp)
222 ; rN and rNq are the native-size register holding function argument N
267 ; t# defines for when per-arch register allocation is more complex than just function arguments
577 ; Begin a function.
579 ; subsequent uses of the function name automatically refer to the mangled version.
580 ; Appends cpuflags to the function name if cpuflags has been specified.
596 global %1:function hidden
598 global %1:function hidden
600 global %1:function hidden
668 %assign cpuflags_aligned (1<<21) ; not a cpu feature, but a function varian
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/
H A Dloopfilter_v6.asm86 ; vp8_filter_mask() function
157 ;vp8_hevmask() function
166 ;vp8_filter() function
294 ; vp8_filter_mask() function
365 ;vp8_hevmask() function
376 ;vp8_mbfilter() function
608 ; vp8_filter_mask() function
692 ;vp8_hevmask() function
705 ;vp8_filter() function
885 ; vp8_filter_mask() function
[all...]
H A Dsimpleloopfilter_v6.asm172 ; vp8_simple_filter_mask() function
197 ;vp8_simple_filter() function
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/
H A Dvp9_idct32x32_1_add_neon.asm18 ;file so other idct function could also use them.
H A Dvp9_loopfilter_neon.asm21 ; TODO(fgalligan): See about removing the count code as this function is only
84 ; TODO(fgalligan): See about removing the count code as this function is only
164 ; This is a helper function for the loopfilters. The invidual functions do the
165 ; necessary load, transpose (if necessary) and store. The function does not use
220 ; filter() function
426 ; This is a helper function for the loopfilters. The invidual functions do the
427 ; necessary load, transpose (if necessary) and store. The function does not use
527 ; mbfilter() function
528 ; filter() function
/hardware/ti/omap4-aah/camera/
H A DAndroid.mk23 # Enable CameraHAL function enter/exit logging
/hardware/intel/bootstub/
H A Dbootparam.h160 __u8 function; member in struct:edd_device_params::__anon155::__anon157

Completed in 575 milliseconds

12