Home
last modified time | relevance | path

Searched refs:frame_nr (Results 1 – 7 of 7) sorted by relevance

/external/elfutils/src/
Dstack.c370 int frame_nr = 0; in print_frames() local
372 || frame_nr < maxframes); nr++) in print_frames()
418 print_inline_frames (&frame_nr, pc, isactivation, pc_adjusted, mod, in print_frames()
421 print_frame (frame_nr++, pc, isactivation, pc_adjusted, mod, symname, in print_frames()
425 if (frames->frames > 0 && frame_nr == maxframes) in print_frames()
DChangeLog2298 call print_frame. Keep track of and track frame_nr.
/external/libsrtp2/test/
Drtp_decoder.h67 int frame_nr; member
Drtp_decoder.c651 dcdr->frame_nr = -1; in rtp_decoder_init()
694 dcdr->frame_nr++; in rtp_decoder_handle_pkt()
/external/mesa3d/src/gallium/drivers/freedreno/
Dlog-parser.py175 frame_nr = int(match.group(1))
177 frame_nr,
Dfreedreno_log.c166 fprintf(ctx->log_out, "END OF FRAME %u\n", ctx->frame_nr++); in process_chunk()
Dfreedreno_context.h394 unsigned frame_nr; /* frame counter (for fd_log) */ member