HomeSort by relevance Sort by last modified time
    Searched full:videoeditor (Results 51 - 75 of 121) sorted by null

1 23 4 5

  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
MediaNames.java 84 "/sdcard/media_api/videoeditor/H264_BP_800x480_15fps_512kbps_AACLC_24KHz_38Kbps_s_1_17.mp4",
85 "/sdcard/media_api/videoeditor/H264_MP_960x720_25fps_800kbps_AACLC_48Khz_192Kbps_s_1_17.mp4",
86 "/sdcard/media_api/videoeditor/MPEG4_SP_640x480_15fps_512kbps_AACLC_48khz_132kbps_s_0_26.mp4",
87 "/sdcard/media_api/videoeditor/MPEG4_SP_176x144_12fps_92kbps_AMRNB_8KHz_12.2kbps_m_0_27.3gp",
88 "/sdcard/media_api/videoeditor/MPEG4_SP_720x480_30fps_280kbps_AACLC_48kHz_161kbps_s_0_26.mp4"
  /packages/apps/VideoEditor/src/com/android/videoeditor/
ProjectsActivity.java 17 package com.android.videoeditor;
38 import com.android.videoeditor.service.ApiService;
39 import com.android.videoeditor.service.ApiServiceListener;
40 import com.android.videoeditor.service.VideoEditorProject;
41 import com.android.videoeditor.util.FileUtils;
VideoEditorActivity.java 17 package com.android.videoeditor;
39 import android.media.videoeditor.MediaItem;
40 import android.media.videoeditor.MediaProperties;
41 import android.media.videoeditor.VideoEditor;
69 import com.android.videoeditor.service.ApiService;
70 import com.android.videoeditor.service.MovieMediaItem;
71 import com.android.videoeditor.service.VideoEditorProject;
72 import com.android.videoeditor.util.FileUtils;
73 import com.android.videoeditor.util.MediaItemUtils
    [all...]
ProjectPickerAdapter.java 17 package com.android.videoeditor;
28 import android.media.videoeditor.VideoEditor;
42 import com.android.videoeditor.service.VideoEditorProject;
43 import com.android.videoeditor.util.ImageUtils;
267 final File thumbnail = new File(mProjectPath, VideoEditor.THUMBNAIL_FILENAME);
OverlaysAdapter.java 17 package com.android.videoeditor;
29 import com.android.videoeditor.util.ImageUtils;
OverlayTitleEditor.java 17 package com.android.videoeditor;
31 import com.android.videoeditor.service.MovieOverlay;
32 import com.android.videoeditor.util.ImageUtils;
  /packages/apps/VideoEditor/src/com/android/videoeditor/service/
VideoEditorProject.java 17 package com.android.videoeditor.service;
32 import android.media.videoeditor.MediaProperties;
33 import android.media.videoeditor.MediaVideoItem;
34 import android.media.videoeditor.VideoEditor;
35 import android.media.videoeditor.VideoEditor.PreviewProgressListener;
66 private final VideoEditor mVideoEditor;
137 * @param videoEditor The video editor. Note that this can be null when
149 VideoEditorProject(VideoEditor videoEditor, String projectPath, String projectName
    [all...]
ApiServiceListener.java 17 package com.android.videoeditor.service;
20 import android.media.videoeditor.AudioTrack;
21 import android.media.videoeditor.MediaItem;
54 * @param project The VideoEditor project
66 * @param project The VideoEditor project
133 * The VideoEditor state was saved
141 * The VideoEditor stated was released
149 * The VideoEditor stated was deleted.
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
AudioTrackLinearLayout.java 17 package com.android.videoeditor.widgets;
39 import com.android.videoeditor.AlertDialogs;
40 import com.android.videoeditor.VideoEditorActivity;
41 import com.android.videoeditor.service.ApiService;
42 import com.android.videoeditor.service.MovieAudioTrack;
43 import com.android.videoeditor.service.VideoEditorProject;
44 import com.android.videoeditor.util.FileUtils;
45 import com.android.videoeditor.R;
AudioTrackView.java 17 package com.android.videoeditor.widgets;
24 import android.media.videoeditor.WaveformData;
33 import com.android.videoeditor.service.MovieAudioTrack;
34 import com.android.videoeditor.R;
ItemSimpleGestureListener.java 17 package com.android.videoeditor.widgets;
ScrollViewListener.java 17 package com.android.videoeditor.widgets;
TimelineRelativeLayout.java 17 package com.android.videoeditor.widgets;
TransitionView.java 17 package com.android.videoeditor.widgets;
19 import com.android.videoeditor.service.ApiService;
20 import com.android.videoeditor.service.MovieTransition;
21 import com.android.videoeditor.R;
OverlayLinearLayout.java 17 package com.android.videoeditor.widgets;
39 import com.android.videoeditor.AlertDialogs;
40 import com.android.videoeditor.OverlayTitleEditor;
41 import com.android.videoeditor.VideoEditorActivity;
42 import com.android.videoeditor.service.ApiService;
43 import com.android.videoeditor.service.MovieMediaItem;
44 import com.android.videoeditor.service.MovieOverlay;
45 import com.android.videoeditor.service.VideoEditorProject;
46 import com.android.videoeditor.util.FileUtils;
47 import com.android.videoeditor.util.MediaItemUtils
    [all...]
  /build/target/product/
full_base.mk 29 VideoEditor \
  /packages/apps/VideoEditor/res/layout/
ken_burns_layout.xml 12 <com.android.videoeditor.widgets.ImageViewTouchBase android:id="@+id/ken_burns_image"
  /frameworks/base/media/java/android/media/videoeditor/
MediaVideoItem.java 18 package android.media.videoeditor;
24 import android.media.videoeditor.MediaArtistNativeHelper.ClipSettings;
25 import android.media.videoeditor.MediaArtistNativeHelper.Properties;
26 import android.media.videoeditor.VideoEditorProfile;
84 public MediaVideoItem(VideoEditor editor, String mediaItemId, String filename,
107 MediaVideoItem(VideoEditor editor, String mediaItemId, String filename,
745 * {@link android.media.videoeditor.MediaArtistNativeHelper.ClipSettings}
AudioTrack.java 18 package android.media.videoeditor;
24 import android.media.videoeditor.MediaArtistNativeHelper.Properties;
90 public AudioTrack(VideoEditor editor, String audioTrackId, String filename) throws IOException {
123 AudioTrack(VideoEditor editor, String audioTrackId, String filename,
136 if (VideoEditor.MAX_SUPPORTED_FILE_SIZE <= file.length()) {
236 * {@link android.media.videoeditor.MediaProperties}
EffectKenBurns.java 18 package android.media.videoeditor;
MediaItem.java 18 package android.media.videoeditor;
32 import android.media.videoeditor.MediaArtistNativeHelper.ClipSettings;
33 import android.media.videoeditor.MediaArtistNativeHelper.FileType;
34 import android.media.videoeditor.MediaArtistNativeHelper.MediaRendering;
129 protected MediaItem(VideoEditor editor, String mediaItemId, String filename,
140 if (VideoEditor.MAX_SUPPORTED_FILE_SIZE <= file.length()) {
696 *{@link android.media.videoeditor.MediaArtistNativeHelper.ClipSettings}
721 *{@link android.media.videoeditor.MediaArtistNativeHelper.ClipSettings}
751 *{@link android.media.videoeditor.MediaArtistNativeHelper.ClipSettings}
TransitionSliding.java 17 package android.media.videoeditor;
  /frameworks/av/include/media/
MediaProfiles.h 143 * videoeditor.input.width.max - max input video frame width
144 * videoeditor.input.height.max - max input video frame height
145 * videoeditor.output.width.max - max output video frame width
146 * videoeditor.output.height.max - max output video frame height
156 * videoeditor.export.profile - export video profile
157 * videoeditor.export.level - export video level
  /packages/apps/VideoEditor/src/com/android/videoeditor/util/
FileUtils.java 17 package com.android.videoeditor.util;
25 import com.android.videoeditor.R;
31 import android.media.videoeditor.MediaProperties;
  /frameworks/av/libvideoeditor/vss/stagefrightshells/inc/
VideoEditorBuffer.h 33 /*--- Core id for VIDEOEDITOR Buffer allocations ---*/

Completed in 988 milliseconds

1 23 4 5