Home
last modified time | relevance | path

Searched refs:depth (Results 1 – 2 of 2) sorted by relevance

/hardware/ti/omap4xxx/
Dheaptracker.c99 void print_backtrace(const intptr_t *bt, int depth) in print_backtrace() argument
106 depth = heaptracker_stacktrace(self_bt, MAX_BACKTRACE_DEPTH); in print_backtrace()
111 for (cnt = 0; cnt < depth && cnt < MAX_BACKTRACE_DEPTH; cnt++) { in print_backtrace()
371 int depth; in __wrap_free() local
372 depth = heaptracker_stacktrace(bt, MAX_BACKTRACE_DEPTH); in __wrap_free()
385 print_backtrace(bt, depth); in __wrap_free()
390 print_backtrace(bt, depth); in __wrap_free()
419 int depth; in __wrap_realloc() local
420 depth = heaptracker_stacktrace(bt, MAX_BACKTRACE_DEPTH); in __wrap_realloc()
433 print_backtrace(bt, depth); in __wrap_realloc()
[all …]
/hardware/samsung_slsi/exynos5/libcamera2/
DExynosCameraHWInterface2.cpp73 int depth = 0; in get_pixel_depth() local
77 depth = 8; in get_pixel_depth()
86 depth = 12; in get_pixel_depth()
100 depth = 16; in get_pixel_depth()
104 depth = 32; in get_pixel_depth()
111 return depth; in get_pixel_depth()