Home
last modified time | relevance | path

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

123

/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/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/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/msm8974/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.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
Dusage_cx.dox3 The vpx_codec_encode() function is at the core of the encode loop. It
/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
Dvp9_loopfilter_16_neon.asm82 ; This is a helper function for the loopfilters. The invidual functions do the
83 ; necessary load, transpose (if necessary) and store. This function uses
84 ; registers d8-d15, so the calling function must save those registers.
/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/msm8084/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/msm8974/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
/hardware/ti/omap4-aah/domx/mm_osal/inc/
Dtimm_osal_trace.h112 const char *function; member
/hardware/libhardware/tests/input/evdev/
DInputHub_test.cpp44 using InputCbFunc = std::function<void(std::shared_ptr<InputDeviceNode>, InputEvent&, nsecs_t)>;
45 using DeviceCbFunc = std::function<void(std::shared_ptr<InputDeviceNode>)>;
/hardware/qcom/gps/msm8974/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/xdr/
Dloc_api_cb.xdr72 * These are struct declarations for the function arguments
87 * These are struct declaratios for the function results
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/xdr/
Dloc_api_cb.xdr72 * These are struct declarations for the function arguments
87 * These are struct declaratios for the function results

123