OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:endMs
(Results
1 - 13
of
13
) sorted by null
/frameworks/base/media/java/android/media/videoeditor/
AudioTrack.java
106
* @param
endMs
end time in the audio track in milliseconds (relative to the
124
long startTimeMs,long beginMs, long
endMs
, boolean loop,
172
if (
endMs
== MediaItem.END_OF_FILE) {
173
endMs
= properties.audioDuration;
184
mTimelineDurationMs =
endMs
- beginMs;
188
mEndBoundaryTimeMs =
endMs
;
358
* @param
endMs
end time in the audio track in milliseconds (relative to the
361
public void setExtractBoundaries(long beginMs, long
endMs
) {
365
if (
endMs
> mDurationMs) {
371
if (
endMs
< 0)
[
all
...]