/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/support/renderscript/v8/rs_support/ |
D | rsScriptIntrinsic.cpp | 82 RsScript rsi_ScriptIntrinsicCreate(Context *rsc, uint32_t id, RsElement ve) { in rsi_ScriptIntrinsicCreate() argument 85 if (!si->init(rsc, (RsScriptIntrinsicID)id, (Element *)ve)) { in rsi_ScriptIntrinsicCreate()
|
D | rsScript.cpp | 222 const void *data, size_t len, RsElement ve, in rsi_ScriptSetVarVE() argument 225 Element *e = static_cast<Element *>(ve); in rsi_ScriptSetVarVE()
|
/frameworks/rs/ |
D | rsScriptIntrinsic.cpp | 82 RsScript rsi_ScriptIntrinsicCreate(Context *rsc, uint32_t id, RsElement ve) { in rsi_ScriptIntrinsicCreate() argument 85 if (!si->init(rsc, (RsScriptIntrinsicID)id, (Element *)ve)) { in rsi_ScriptIntrinsicCreate()
|
D | rsScript.cpp | 222 const void *data, size_t len, RsElement ve, in rsi_ScriptSetVarVE() argument 225 Element *e = static_cast<Element *>(ve); in rsi_ScriptSetVarVE()
|
/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/sdk/installing/ |
D | adding-packages.jd | 8 SDK package you've downloaded 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 33 <p>Once you've chosen your packages, click <strong>Install</strong>. The Android SDK Manager
|
/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/base/docs/html/shareables/ |
D | README.txt | 7 but we've moved them all to Google Cloud Storage to reduce the size
|
/frameworks/base/docs/html/training/notify-user/ |
D | managing.jd | 54 NotificationManager.notify(ID, notification)}. To update this notification once you've issued 70 .setContentText("You've received new messages.")
|
/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 | IMediaRecorder.h | 42 virtual status_t setVideoEncoder(int ve) = 0;
|
D | MediaRecorderBase.h | 40 virtual status_t setVideoEncoder(video_encoder 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/base/docs/html/distribute/googleplay/spotlight/ |
D | tablets.jd | 80 we’ve seen a larger percentage of our tablet usage happen in the evening, for 90 longer than they do on phones. “We’ve found that phone usage is indicative of a 170 fact, they’ve seen Android tablet downloads more than triple in the last six 179 <p>In addition to an increase in monetization metrics, they’ve also seen a
|
/frameworks/base/docs/html/distribute/googleplay/quality/ |
D | index.jd | 6 Android users expect high-quality apps, even more so if they've spent money on
|
/frameworks/base/docs/html/guide/topics/renderscript/ |
D | index.jd | 17 of Android 4.2, it’s a good time to talk about the performance work that we’ve done
|