Home
last modified time | relevance | path

Searched refs:function (Results 1 – 25 of 90) sorted by relevance

1234

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
Dads2gas_apple.pl148 $function = trim($1);
149 push(@imported_functions, $function);
152 foreach $function (@imported_functions)
154 s/$function/_$function/;
/hardware/bsp/intel/peripheral/libmraa/docs/
Dplatform-hooks.md11 Defining a replace function will entirely replace the associate function. This
12 should only be done if your new function can handle everything the mraa
13 function would normally.
16 Any functionality defined here will be performed when the main function is
20 Any functionality perfomed here is done just before the normal function
Dchangelog.md92 * Add Get Platform Name function
97 * new spi transfer function
128 * SPI Mode function now functional, API Change in SPI
149 * get_platform_type function added.
179 * I2C internal function, completed.
/hardware/ti/omap4-aah/domx/mm_osal/src/
Dtimm_osal_trace.c143 loc->function); in __TIMM_OSAL_TraceFunction()
148 loc->function); in __TIMM_OSAL_TraceFunction()
160 loc->function); in __TIMM_OSAL_TraceFunction()
165 loc->function); in __TIMM_OSAL_TraceFunction()
/hardware/ti/omap4xxx/domx/mm_osal/src/
Dtimm_osal_trace.c113 loc->function); in __TIMM_OSAL_TraceFunction()
123 loc->function); in __TIMM_OSAL_TraceFunction()
/hardware/bsp/intel/peripheral/libmraa/cmake/modules/
DGetGitRevisionDescription.cmake21 # Requires CMake 2.6 or newer (uses the 'function' command)
38 # We must run the following at "include" time, not at function call time,
42 function(get_git_head_revision _refspecvar _hashvar)
83 function(git_describe _var)
127 function(git_get_exact_tag _var)
DGetGitRevisionDescription.cmake.in4 # Requires CMake 2.6 or newer (uses the 'function' command)
/hardware/bsp/intel/peripheral/libupm/cmake/modules/
DGetGitRevisionDescription.cmake21 # Requires CMake 2.6 or newer (uses the 'function' command)
38 # We must run the following at "include" time, not at function call time,
42 function(get_git_head_revision _refspecvar _hashvar)
83 function(git_describe _var)
127 function(git_get_exact_tag _var)
DGetGitRevisionDescription.cmake.in4 # Requires CMake 2.6 or newer (uses the 'function' command)
/hardware/ti/omap4-aah/libtiutils/
DDebugUtils.h110 FunctionLogger(const char * file, int line, const char * function);
146 #define DBGUTILS_LOGV_FULL(priority, file, line, function, format, ...) \ argument
154 file, line, function, __VA_ARGS__); \
349 …ctionLogger::FunctionLogger(const char * const file, const int line, const char * const function) : in FunctionLogger() argument
350 mFile(file), mLine(line), mFunction(function), mThreadId(androidGetThreadId()), mExitLine(-1) in FunctionLogger()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/
DREADME.webm16 nestegg.c|975 col 6| warning: ‘r’ may be used uninitialized in this function [-Wuninitialized]
17 - add ne_get_uint32 convenience function
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/x86inc/
Dx86inc.asm208 ; declares a function (foo), taking two args (dst and src) and one local variable (tmp)
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 variant
845 ; If SAVE_MM_PERMUTATION is placed at the end of a function, then any later
846 ; calls to that function will automatically load the permutation, so values can
/hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc/gen-1240/
Dloc_api_cb.xdr43 * These are struct declarations for the function arguments
58 * These are struct declaratios for the function results
Dloc_api.xdr50 * These are struct declarations for the function arguments
83 * These are struct declarations for the function results
/hardware/qcom/gps/loc_api/libloc_api-rpc/gen-1240/
Dloc_api_cb.xdr43 * These are struct declarations for the function arguments
58 * These are struct declaratios for the function results
Dloc_api.xdr50 * These are struct declarations for the function arguments
83 * These are struct declarations for the function results
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc/gen-1240/
Dloc_api_cb.xdr43 * These are struct declarations for the function arguments
58 * These are struct declaratios for the function results
Dloc_api.xdr50 * These are struct declarations for the function arguments
83 * These are struct declarations for the function results
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dusage_cx.dox3 The vpx_codec_encode() function is at the core of the encode loop. It
Dusage.dox41 A codec interface is an opaque structure that controls how function calls
71 and interface structures are passed to an initialization function. Depending
82 #VPX_DECODER_ABI_VERSION. For convenience, each initialization function has
124 function are preserved. If, for the same frame, an application instead sets
147 vpx_codec_xma_init_ver() function. The amount of memory a decoder needs to
151 function, which does not require a constructed decoder context. If the exact
159 element, and the function will return #VPX_CODEC_LIST_END to signal the end of
163 vpx_codec_set_mem_map() function. Segments \ref MUST be passed in the same
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/
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/omap4xxx/domx/mm_osal/inc/
Dtimm_osal_trace.h100 const char *function; member
/hardware/intel/common/libva/va/vendor/intel/
Dva_intel_fei.h49 unsigned int function; /* one of the VAConfigAttribEncFunctionType values */ member
/hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc/gen-3200/
Dloc_api_cb.xdr52 * These are struct declarations for the function arguments
67 * These are struct declaratios for the function results
/hardware/qcom/gps/loc_api/libloc_api-rpc/gen-3200/
Dloc_api_cb.xdr52 * These are struct declarations for the function arguments
67 * These are struct declaratios for the function results

1234