OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:stopFrame
(Results
1 - 2
of
2
) sorted by null
/external/qemu/distrib/sdl-1.2.12/src/cdrom/macosx/
SDL_syscdrom.c
121
int startFrame,
stopFrame
;
128
nextTrackFramesRemaining, &startFrame, &
stopFrame
);
136
LoadFile (file, startFrame,
stopFrame
);
341
int startFrame,
stopFrame
;
360
ref = GetFileForOffset (cdrom, start, length, &startFrame, &
stopFrame
);
366
if (LoadFile (ref, startFrame,
stopFrame
) < 0)
/frameworks/base/media/libstagefright/
AudioSource.cpp
173
int32_t
stopFrame
= startFrame + bytes / sizeof(int16_t);
175
if (
stopFrame
> rampDurationFrames) {
176
stopFrame
= rampDurationFrames;
179
while (startFrame <
stopFrame
) {
Completed in 457 milliseconds