OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:effectStartTimeMs
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/libvideoeditor/lvpp/
VideoEditorTools.h
116
M4OSA_UInt32 ctsMs, M4OSA_UInt32
effectStartTimeMs
,
120
M4OSA_UInt32 ctsMs, M4OSA_UInt32
effectStartTimeMs
,
VideoEditorTools.cpp
[
all
...]
/frameworks/base/media/java/android/media/videoeditor/
MediaImageItem.java
441
final long
effectStartTimeMs
;
443
effectStartTimeMs
= 0;
445
effectStartTimeMs
= effect.getStartTime();
452
if (
effectStartTimeMs
+ effect.getDuration() > getDuration()) {
453
effectDurationMs = getDuration() -
effectStartTimeMs
;
458
if (
effectStartTimeMs
!= effect.getStartTime() ||
460
effect.setStartTimeAndDuration(
effectStartTimeMs
, effectDurationMs);
[
all
...]
Completed in 30 milliseconds