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.15/src/cdrom/macosx/
SDL_syscdrom.c
121
int startFrame,
stopFrame
;
128
nextTrackFramesRemaining, &startFrame, &
stopFrame
);
136
LoadFile (file, startFrame,
stopFrame
);
350
int startFrame,
stopFrame
;
369
ref = GetFileForOffset (cdrom, start, length, &startFrame, &
stopFrame
);
375
if (LoadFile (ref, startFrame,
stopFrame
) < 0)
/frameworks/av/media/libstagefright/
AudioSource.cpp
185
int32_t
stopFrame
= startFrame + bytes / sizeof(int16_t);
187
if (
stopFrame
> rampDurationFrames) {
188
stopFrame
= rampDurationFrames;
191
while (startFrame <
stopFrame
) {
Completed in 52 milliseconds