Searched refs:frames (Results 76 - 84 of 84) sorted by relevance

1234

/haiku-fatelf/src/add-ons/kernel/partitioning_systems/session/
H A DDisc.cpp220 TRACE((" frames = %d\n", entries[i].seconds));
221 TRACE((" seconds = %d\n", entries[i].frames));
/haiku-fatelf/src/apps/mediaplayer/
H A DMainWin.cpp851 int64 frames; local
853 || msg->FindInt64("frames", &frames) != B_OK) {
859 int64 newFrame = fController->CurrentFrame() + frames;
2117 windMessage.AddInt64("frames", 5);
2120 windMessage.AddInt64("frames", 1);
2133 windMessage.AddInt64("frames", -5);
2136 windMessage.AddInt64("frames", -1);
/haiku-fatelf/src/add-ons/media/media-add-ons/opensound/
H A DOpenSoundNode.cpp137 int32 frames = bytes / bytes_per_frame(fInput.format); local
138 for (int32 i = 0; i < frames; i ++) {
/haiku-fatelf/headers/private/media/
H A Dsoundcard.h922 unsigned char hours, minutes, seconds, frames, qframes; member in struct:__anon1145
1042 * S/PDIF raw format. In this format the S/PDIF frames (including all
/haiku-fatelf/docs/develop/storage/resources/
H A DResourcesFormat.tex46 In either case the format of the chunk of data that frames the resources
/haiku-fatelf/src/bin/network/wget/
H A Dmaint.mk741 --highlight --frames --legend \
/haiku-fatelf/src/bin/gdb/readline/doc/
H A Dtexi2html228 # -frames
229 # if set, output two additional files which use HTML 4.0 "frames".
231 $T2H_OPTIONS -> {frames} =
235 verbose => 'output files which use HTML 4.0 frames (experimental)',
/haiku-fatelf/src/bin/bash/support/
H A Dtexi2html227 # -frames
228 # if set, output two additional files which use HTML 4.0 "frames".
230 $T2H_OPTIONS -> {frames} =
234 verbose => 'output files which use HTML 4.0 frames (experimental)',
/haiku-fatelf/src/bin/gdb/gdb/
H A DChangeLog-3.x2627 anywhere; the actual previous frames address is printed.
2863 the necessary frames had been popped.
3503 number of frames for a backtrace to print by default.
3514 would show the last few frames on the stack instead of the first
4191 mechanisms to deal with possible specification of frames
4212 off of frames and not frame infos.
4420 sparc; you can always find the previous frames fp from the fp of
4471 * blockframe.c, infrun.c: Modified to cache stack frames requested

Completed in 147 milliseconds

1234