Searched refs:trace (Results 1 - 6 of 6) sorted by relevance

/hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/inc/
H A Dmm_jpeg_dbg.h43 #include <cutils/trace.h>
/hardware/intel/common/libva/test/decode/
H A Dtinyjpeg.c72 #define trace(fmt, args...) do { \ macro
77 #define trace(fmt, args...) do { } while (0) macro
192 trace("> SOF marker\n");
193 trace("Size:%dx%d nr_components:%d (%s) precision:%d\n",
204 trace("> DQT marker\n");
221 trace("< DQT marker\n");
231 trace("> SOF marker\n");
262 trace("Component:%d factor:%dx%d Quantization table:%d\n",
269 trace("< SOF marker\n");
279 trace("> SO
[all...]
/hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
H A Dperf321 rm $my_perf_pattern*.trace
339 $DBG echo /omx/PERF_reader $my_perf*$2.trace "|" awk -f /omx/`echo $3 | sed "s/\+/ /g"`
340 /omx/PERF_reader $my_perf*$2.trace | awk -f /omx/`echo $3 | sed "s/\+/ /g"`
/hardware/libhardware/modules/camera/
H A DCameraHAL.cpp28 #include <cutils/trace.h>
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc817 // The role interface for getting the OS stack trace as a string.
823 // Returns the current OS stack trace as an std::string. Parameters:
826 // in the trace.
866 // Information about a Google Test trace point.
1009 // Sets the OS stack trace getter.
1011 // Does nothing if the input and the current OS stack trace getter
1016 // Returns the current OS stack trace getter if it is not NULL;
1021 // Returns the current OS stack trace as an std::string.
1030 // trace but Bar() and CurrentOsStackTraceExceptTop() won't.
1151 // Getters for the per-thread Google Test trace stac
4972 TraceInfo trace; variable
4977 UnitTest::GetInstance()->PushGTestTrace(trace); variable
5276 const internal::TraceInfo& trace = impl_->gtest_trace_stack()[i - 1]; local
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h7055 struct TraceInfo; // Information about a trace point.
7056 class ScopedTrace; // Implements scoped trace.
7064 // stack trace.
7119 // a trace stack maintained by Google Test.
7600 // Returns the current OS stack trace as an std::string.
7609 // the trace but Bar() and GetCurrentOsStackTraceExceptTop() won't.
17149 // trace in it.
17559 // The upper limit for valid stack trace depths.
18690 // Pushes a trace defined by SCOPED_TRACE() on to the per-thread
18691 // Google Test trace stac
[all...]

Completed in 677 milliseconds