/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/videoeditor/ |
D | VideoEditorExportTest.java | 153 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/ |
D | android_media_MediaRecorder.cpp | 203 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/ |
D | MediaRecorderClient.cpp | 134 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()
|
D | MediaRecorderClient.h | 39 virtual status_t setVideoEncoder(int ve);
|
D | StagefrightRecorder.cpp | 165 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/ |
D | IMediaRecorder.cpp | 138 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()
|
D | mediarecorder.cpp | 201 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/ |
D | offline.jd | 38 <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/ |
D | index.jd | 18 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/ |
D | rsScript.cpp | 180 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/ |
D | start.jd | 11 <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/ |
D | MediaRecorderBase.h | 40 virtual status_t setVideoEncoder(video_encoder ve) = 0;
|
D | IMediaRecorder.h | 42 virtual status_t setVideoEncoder(int ve) = 0;
|
D | mediarecorder.h | 214 status_t setVideoEncoder(int ve);
|
/frameworks/base/docs/html/training/monitoring-device-state/ |
D | connectivity-monitoring.jd | 85 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/ |
D | pickers.jd | 70 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/ |
D | CONTRIBUTORS | 1 # This file contains a list of people who've made non-trivial
|
/frameworks/base/docs/html/sdk/installing/ |
D | adding-packages.jd | 8 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
|
D | next.jd | 7 <p>Now that you've installed the Android SDK, here are are a few ways to learn Android
|
/frameworks/base/docs/html/develop/ |
D | index.jd | 119 … <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/ |
D | overview.jd | 51 <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/ |
D | custom_auth.jd | 31 <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/ |
D | screen-compat-mode.jd | 41 <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/ |
D | VideoEditorStressTest.java | 941 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/ |
D | index.jd | 55 <dd>If you've built an instance of {@link android.widget.ListView} that contains complex or
|