Home
last modified time | relevance | path

Searched refs:detailed (Results 1 – 5 of 5) sorted by relevance

/hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
Dperf_rt.h107 int detailed; member
/hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
Dperf_rt.c134 me->detailed = (config->rt_detailed > 2) ? 2 : (int) config->rt_detailed; in PERF_RT_create()
144 if (succeed && !me->detailed) in PERF_RT_create()
465 if (me->detailed < 2 && module == PERF_ModuleHLMM) in __rt_Buffer()
470 int rate = (me->detailed == 2) || in __rt_Buffer()
471 (me->detailed == 0 && in __rt_Buffer()
473 (me->detailed == 1 && in __rt_Buffer()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dusage.dox104 Finally, more detailed error information may be able to be obtained by using
105 the vpx_codec_error_detail() method. Not all errors produce detailed error
Dlibs.doxy_template77 # the brief description of a member or function before the detailed description.
96 # Doxygen will generate a detailed section even if there is only a brief
157 # The new default is to treat a multi-line C++ comment block as a detailed
313 # function's detailed documentation block.
350 # will sort the (detailed) documentation of file and class members
/hardware/intel/common/libva/doc/
DDoxyfile84 # the brief description of a member or function before the detailed description.
103 # Doxygen will generate a detailed section even if there is only a brief
164 # The new default is to treat a multi-line C++ comment block as a detailed
370 # function's detailed documentation block.
413 # will sort the (detailed) documentation of file and class members
427 # will sort the (brief and detailed) documentation of class members so that
432 # and ignored for detailed docs if SORT_MEMBER_DOCS is set to NO.