OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:frameDuration
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/cmds/bootanimation/
BootAnimation.cpp
459
nsecs_t
frameDuration
= s2ns(1) / animation.fps;
503
nsecs_t delay =
frameDuration
- (now - lastFrame);
505
long wait = ns2us(
frameDuration
);
509
usleep(part.pause * ns2us(
frameDuration
));
/frameworks/base/media/java/android/media/videoeditor/
AudioTrack.java
538
final int
frameDuration
;
543
frameDuration
= (MediaProperties.SAMPLES_PER_FRAME_AMRNB * 1000)
550
frameDuration
= (MediaProperties.SAMPLES_PER_FRAME_AMRWB * 1000)
557
frameDuration
= (MediaProperties.SAMPLES_PER_FRAME_AAC * 1000)
564
frameDuration
= (MediaProperties.SAMPLES_PER_FRAME_MP3 * 1000)
579
frameDuration
,
MediaVideoItem.java
533
int
frameDuration
= 0;
553
frameDuration
= (MediaProperties.SAMPLES_PER_FRAME_AMRNB*1000)/
558
frameDuration
= (MediaProperties.SAMPLES_PER_FRAME_AMRWB * 1000)/
563
frameDuration
= (MediaProperties.SAMPLES_PER_FRAME_AAC * 1000)/
571
frameDuration
,
Completed in 3172 milliseconds