Home
last modified time | relevance | path

Searched refs:ve (Results 1 – 25 of 143) sorted by relevance

123456

/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/videoeditor/
DVideoEditorExportTest.java153 public void onProgress(VideoEditor ve, String outFileName, in testExportMergeTrim()
278 public void onProgress(VideoEditor ve, String outFileName, in testExportEffectOverlay()
341 public void onProgress(VideoEditor ve, String outFileName, in testExportEffectKenBurn()
399 public void onProgress(VideoEditor ve, String outFileName, in testExportAudio()
512 public void onProgress(VideoEditor ve, String outFileName, in testExportTransition()
546 public void onProgress(VideoEditor ve, String outFileName, in testExportWithoutMediaItems()
600 public void onProgress(VideoEditor ve, String outFileName, in testExportWithoutMediaItemsAddRemove()
673 public void onProgress(VideoEditor ve, String outFileName, in testExportMMS()
714 public void onProgress(VideoEditor ve, String outFileName, in testExportDuration1Hour()
750 public void onProgress(VideoEditor ve, String outFileName, in testExportWithStorageFull()
[all …]
/frameworks/base/media/jni/
Dandroid_media_MediaRecorder.cpp203 android_media_MediaRecorder_setVideoEncoder(JNIEnv *env, jobject thiz, jint ve) in android_media_MediaRecorder_setVideoEncoder() argument
205 ALOGV("setVideoEncoder(%d)", ve); in android_media_MediaRecorder_setVideoEncoder()
206 if (ve < VIDEO_ENCODER_DEFAULT || ve >= VIDEO_ENCODER_LIST_END) { in android_media_MediaRecorder_setVideoEncoder()
211 …process_media_recorder_call(env, mr->setVideoEncoder(ve), "java/lang/RuntimeException", "setVideoE… in android_media_MediaRecorder_setVideoEncoder()
/frameworks/av/media/libmediaplayerservice/
DMediaRecorderClient.cpp134 status_t MediaRecorderClient::setVideoEncoder(int ve) in setVideoEncoder() argument
136 ALOGV("setVideoEncoder(%d)", ve); in setVideoEncoder()
142 return mRecorder->setVideoEncoder((video_encoder)ve); in setVideoEncoder()
DMediaRecorderClient.h39 virtual status_t setVideoEncoder(int ve);
DStagefrightRecorder.cpp165 status_t StagefrightRecorder::setVideoEncoder(video_encoder ve) { in setVideoEncoder() argument
166 ALOGV("setVideoEncoder: %d", ve); in setVideoEncoder()
167 if (ve < VIDEO_ENCODER_DEFAULT || in setVideoEncoder()
168 ve >= VIDEO_ENCODER_LIST_END) { in setVideoEncoder()
169 ALOGE("Invalid video encoder: %d", ve); in setVideoEncoder()
173 if (ve == VIDEO_ENCODER_DEFAULT) { in setVideoEncoder()
176 mVideoEncoder = ve; in setVideoEncoder()
/frameworks/av/media/libmedia/
DIMediaRecorder.cpp138 status_t setVideoEncoder(int ve) in setVideoEncoder() argument
140 ALOGV("setVideoEncoder(%d)", ve); in setVideoEncoder()
143 data.writeInt32(ve); in setVideoEncoder()
368 int ve = data.readInt32(); in onTransact() local
369 reply->writeInt32(setVideoEncoder(ve)); in onTransact()
Dmediarecorder.cpp201 status_t MediaRecorder::setVideoEncoder(int ve) in setVideoEncoder() argument
203 ALOGV("setVideoEncoder(%d)", ve); in setVideoEncoder()
221 status_t ret = mMediaRecorder->setVideoEncoder(ve); in setVideoEncoder()
/frameworks/base/docs/html/
Doffline.jd38 <h3>If you've downloaded the Android SDK for the first time</h3>
43 <h3>If you've installed new SDK components using the Android SDK Manager</h3>
/frameworks/base/docs/html/guide/topics/sensors/
Dindex.jd18 issues that we’ve noticed causing problems in some apps.</p>
23 <p>I’ve written an open-source reference app that incorporates all of the tips, tricks, and
/frameworks/rs/
DrsScript.cpp180 const void *data, size_t len, RsElement ve, in rsi_ScriptSetVarVE() argument
183 Element *e = static_cast<Element *>(ve); in rsi_ScriptSetVarVE()
/frameworks/base/docs/html/about/
Dstart.jd11 <p>No two apps are built in the same way, but we've structured the information you need to build an
53 <p>Now your app is complete. You've built it to support a variety of screen sizes and
/frameworks/av/include/media/
DMediaRecorderBase.h40 virtual status_t setVideoEncoder(video_encoder ve) = 0;
DIMediaRecorder.h42 virtual status_t setVideoEncoder(int ve) = 0;
Dmediarecorder.h214 status_t setVideoEncoder(int ve);
/frameworks/base/docs/html/training/monitoring-device-state/
Dconnectivity-monitoring.jd85 this broadcast only when you've previously suspended updates or downloads in order to resume them.
89 <p>This technique requires toggling broadcast receivers you've declard in the manifest, which is
/frameworks/base/docs/html/guide/topics/ui/controls/
Dpickers.jd70 be sure you've set up your Android project with the support library as described in <a
119 <p>Once you've defined a {@link android.support.v4.app.DialogFragment} like the one shown above,
175 be sure you've set up your Android project with the support library as described in <a
224 <p>Once you've defined a {@link android.support.v4.app.DialogFragment} like the one shown above,
/frameworks/compile/mclinker/utils/gtest/
DCONTRIBUTORS1 # This file contains a list of people who've made non-trivial
/frameworks/base/docs/html/sdk/installing/
Dadding-packages.jd8 SDK starter package that you've installed includes only the SDK Tools. To develop an Android app,
13 <p>If you've used the Windows installer to install the SDK tools, you should already have the
Dnext.jd7 <p>Now that you've installed the Android SDK, here are are a few ways to learn Android
/frameworks/base/docs/html/develop/
Dindex.jd119 … <p>Over the past year we’ve been working to expand the list of
211 …ription.length == MAX_LIST_DESC_LENGTH ? "..." : ""; // add ellipsis if we've chopped the descript…
226 …iption.length == MAX_VIDEO_DESC_LENGTH ? "..." : ""; // add ellipsis if we've chopped the descript…
274 …tDescription.length == MAX_DESC_LENGTH ? "..." : ""; // add ellipsis if we've chopped the descript…
/frameworks/base/docs/html/guide/topics/resources/
Doverview.jd51 <li>Alternative resources are those that you've designed for use with a specific
74 <dd>How to use the resources you've provided, either by referencing them from your application
/frameworks/base/docs/html/training/id-auth/
Dcustom_auth.jd31 <p>So far we've talked about accessing Google APIs, which use accounts and users
95 You've already implemented the meat of your custom account code; what's left is
107 {@link android.accounts.AbstractAccountAuthenticator} and implement its abstract methods. If you've
/frameworks/base/docs/html/guide/practices/
Dscreen-compat-mode.jd41 <p class="caution"><strong>Notice:</strong> If you've developed an application for a version of
109 <p>If you've developed your application primarily for versions of Android lower than 3.0, but
151 you've set in the <a
217 <p>By default, when you've set either <a
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
DVideoEditorStressTest.java941 public void onProgress(VideoEditor ve, String outFileName, in testStressMultipleExport()
953 public void onProgress(VideoEditor ve, String outFileName, in testStressMultipleExport()
965 public void onProgress(VideoEditor ve, String outFileName, in testStressMultipleExport()
977 public void onProgress(VideoEditor ve, String outFileName, in testStressMultipleExport()
/frameworks/base/docs/html/training/improving-layouts/
Dindex.jd55 <dd>If you've built an instance of {@link android.widget.ListView} that contains complex or

123456