Home
last modified time | relevance | path

Searched refs:nr_frames (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/util/
Du_debug_stack.c91 unsigned nr_frames) in debug_backtrace_capture() argument
106 while ((i < nr_frames) && (unw_step(&cursor) > 0)) { in debug_backtrace_capture()
119 while (i < nr_frames) { in debug_backtrace_capture()
150 unsigned nr_frames) in debug_backtrace_dump() argument
155 for (i = 0; i < nr_frames; ++i) { in debug_backtrace_dump()
168 unsigned nr_frames) in debug_backtrace_print() argument
173 for (i = 0; i < nr_frames; ++i) { in debug_backtrace_print()
200 unsigned nr_frames) in debug_backtrace_capture() argument
204 if (!nr_frames) { in debug_backtrace_capture()
238 assert(start_frame + nr_frames < 63); in debug_backtrace_capture()
[all …]
Du_debug_stack_android.cpp52 unsigned nr_frames) in debug_backtrace_capture() argument
56 if (!nr_frames) in debug_backtrace_capture()
62 for (unsigned i = 0; i < nr_frames; i++) in debug_backtrace_capture()
72 for (unsigned i = 0; i < nr_frames; i++) { in debug_backtrace_capture()
92 unsigned nr_frames) in debug_backtrace_dump() argument
94 for (unsigned i = 0; i < nr_frames; i++) { in debug_backtrace_dump()
109 unsigned nr_frames) in debug_backtrace_print() argument
111 for (unsigned i = 0; i < nr_frames; i++) { in debug_backtrace_print()
Du_debug_stack.h77 unsigned nr_frames);
81 unsigned nr_frames);
86 unsigned nr_frames);
/third_party/ffmpeg/libavformat/
Drtpdec_ac3.c29 unsigned nr_frames; member
46 unsigned nr_frames; in ac3_handle_packet() local
55 nr_frames = buf[1]; in ac3_handle_packet()
61 if (!nr_frames) { in ac3_handle_packet()
79 data->nr_frames = nr_frames; in ac3_handle_packet()
94 if (nr_frames != data->nr_frames || in ac3_handle_packet()
108 if (data->last_frame != data->nr_frames) { in ac3_handle_packet()
111 data->nr_frames - data->last_frame); in ac3_handle_packet()