OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VideoEditorImpl
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/media/java/android/media/videoeditor/
VideoEditorFactory.java
65
return new
VideoEditorImpl
(projectPath);
89
final VideoEditor videoEditor = new
VideoEditorImpl
(projectPath);
MediaVideoItem.java
59
private
VideoEditorImpl
mVideoEditor;
112
if (editor instanceof
VideoEditorImpl
) {
113
mMANativeHelper = ((
VideoEditorImpl
)editor).getNativeContext();
114
mVideoEditor = ((
VideoEditorImpl
)editor);
AudioTrack.java
88
*
VideoEditorImpl
.
121
*
VideoEditorImpl
.
140
if (editor instanceof
VideoEditorImpl
) {
141
mMANativeHelper = ((
VideoEditorImpl
)editor).getNativeContext();
143
throw new IllegalArgumentException("editor is not of type
VideoEditorImpl
");
MediaImageItem.java
70
private final
VideoEditorImpl
mVideoEditor;
102
mMANativeHelper = ((
VideoEditorImpl
)editor).getNativeContext();
103
mVideoEditor = ((
VideoEditorImpl
)editor);
[
all
...]
MediaItem.java
150
mMANativeHelper = ((
VideoEditorImpl
)editor).getNativeContext();
VideoEditorImpl.java
53
public class
VideoEditorImpl
implements VideoEditor {
57
private static final String TAG = "
VideoEditorImpl
";
148
public
VideoEditorImpl
(String projectPath) throws IOException {
[
all
...]
Completed in 75 milliseconds