/developers/samples/android/media/MediaRecorder/Application/src/main/java/com/example/android/mediarecorder/ |
MainActivity.java | 40 * A {@link android.view.TextureView} is used as the camera preview which limits the code to API 14+. This 135 // We need to make sure that our preview and recording video size are supported by the 137 // dimensions of our preview surface.
|
/development/samples/browseable/MediaRecorder/src/com.example.android.mediarecorder/ |
MainActivity.java | 40 * A {@link android.view.TextureView} is used as the camera preview which limits the code to API 14+. This 135 // We need to make sure that our preview and recording video size are supported by the 137 // dimensions of our preview surface.
|
/device/generic/goldfish/camera/ |
EmulatedCamera.cpp | 86 /* Preview formats supported by this HAL. */ 107 /* Preview format settings used here are related to panoramic view only. It's 108 * not related to the preview window that works only with RGB frames, which 109 * is explicitly stated when set_buffers_geometry is called on the preview 173 /* Notify the preview window first. */ 366 * Make sure preview is not running, and device is stopped before taking 532 * Preview management. 570 * - KEY_PREVIEW_FORMAT, that is used for preview frame notification. 572 * the framework that indicating intention: video, or preview. */ 583 * use preview pixel format for the main framebuffer. * [all...] |
/device/moto/shamu/camera/QCamera/stack/mm-camera-test/src/ |
mm_qcamera_unit_test.c | 65 printf("\n Verifying Preview on front and back camera...\n"); 88 CDBG_ERROR("%s: Preview Callback not received in time or qbuf failed\n", __func__); 105 printf("%s: Preview Start/Stop Fails for Camera %d in %d iteration", __func__, i,j); 151 CDBG_ERROR("%s: Snapshot/Preview Callback not received in time or qbuf Faile\n", __func__); 349 CDBG_ERROR("%s: Snapshot/Preview Callback not received in time or qbuf Faile\n", __func__); 418 printf("Running %s - simple preview \n", __func__); 460 printf("Running %s - simple preview and recording \n", __func__); 510 printf("Running %s - preview, recording, and snapshot, then preview again \n", __func__); 668 CDBG_ERROR("%s: Snapshot/Preview Callback not received in time or qbuf Faile\n", __func__) [all...] |
/hardware/ti/omap4xxx/camera/inc/V4LCameraAdapter/ |
V4LCameraAdapter.h | 59 ///@remarks OMX Camera has six ports - buffer input, time input, preview, image, video, and meta data 81 //API to flush the buffers for preview 115 //Used for calculation of the average frame rate during preview
|
/packages/apps/InCallUI/src/com/android/incallui/ |
VideoCallFragment.java | 55 * Surface ID for the preview surface. 84 * The {@link FrameLayout} containing the preview surface. 612 * @return {@code True} if the preview video surface has been created. 631 * {@link android.view.Surface} on which a preview of the outgoing video for a video call is 640 * Changes the dimensions of the preview surface. Called when the dimensions change due to a 650 TextureView preview = sPreviewSurface.getTextureView(); local 652 if (preview == null ) { 657 ViewGroup.LayoutParams params = preview.getLayoutParams(); 660 preview.setLayoutParams(params); 674 preview.setTransform(transform) [all...] |
/packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/ |
LiveWallpaperListAdapter.java | 121 Intent preview = new Intent(WallpaperManager.ACTION_CHANGE_LIVE_WALLPAPER); local 122 preview.putExtra(WallpaperManager.EXTRA_LIVE_WALLPAPER_COMPONENT, 124 a.startActivityForResultSafely(preview,
|
/packages/wallpapers/Basic/src/com/android/wallpaper/walkaround/ |
WalkAroundWallpaper.java | 171 // Try to find a preview size that matches the screen first 183 // If no suitable preview size was found, try to find something large enough 193 // If no suitable preview size was found, pick the first one
|
/frameworks/base/docs/html-intl/intl/es/preview/ |
api-overview.jd | 2 page.keywords=preview,sdk,compatibility 48 <li><a href="{@docRoot}preview/download.html">Nivel de API 22 para la versión preliminar de Android M »</a> </li> 54 <p>M Developer Preview le brinda una perspectiva avanzada de la próxima versión de la plataforma Android, que ofrece nuevas características para usuarios y desarrolladores de aplicaciones. 58 <p>M Developer Preview está destinado a <strong>usuarios desarrolladores principiantes</strong> y <strong>evaluadores</strong>. 60 <a href="{@docRoot}preview/setup-sdk.html">pruebe M Developer Preview y</a> envíenos sus comentarios. 64 <p class="caution"><strong>Advertencia:</strong> No publique las aplicaciones que utilizan M Developer Preview en la tienda de Google Play. 69 Para obtener la documentación preliminar de la API para estos elementos, descargue la <a href="{@docRoot}preview/download.html#docs"> referencia de la versión preliminar</a>. 82 <a href="{@docRoot}preview/features/app-linking.html">Vinculación de la aplicación</a>. 90 <a href="{@docRoot}preview/backup/index.html">Copia de seguridad automática para aplicaciones</a> [all...] |
/prebuilts/devtools/repository/ |
sdk-repository-08.xsd | 74 a "full revision" element with <major>, <minor>, <micro> and <preview> sub-elements. 76 <revision> -> <preview> and is only for <tool> and <platform-tool> packages. 118 <!-- The optional codename for this platform, if it's a preview. --> 191 <!-- The optional codename for this platform, if it's a preview. --> 251 <!-- The optional codename for this platform, if it's a preview. --> 287 <!-- The full revision (major.minor.micro.preview), incremented each 323 <!-- The full revision (major.minor.micro.preview), incremented each 354 <!-- The full revision (major.minor.micro.preview), incremented each 390 <!-- The optional codename for this doc, if it's a preview. --> 427 <!-- The optional codename for this doc, if it's a preview. -- [all...] |
/packages/apps/LegacyCamera/src/com/android/camera/ |
Camera.java | 86 /** The Camera activity which can preview and take pictures. */ 153 private View mPreviewFrame; // Preview frame area. 218 private static final int IDLE = 1; // preview is active 352 // make preview screen appear as soon as possible. 560 // Let popup window, indicator control or preview frame handle the 1158 SurfaceView preview = (SurfaceView) findViewById(R.id.camera_preview); local [all...] |
/cts/tests/tests/print/src/android/print/cts/ |
PrintDocumentAdapterContractTest.java | 148 // We always ask for the the first fifty pages for preview. 167 // When print is pressed we ask for a layout which is *not* for preview. 171 // them when asking for the ones for a preview, and the adapter does 262 // We always ask for the the first fifty pages for preview. 389 // We always ask for the the first fifty pages for preview. 460 // When print is pressed we ask for a layout which is *not* for preview. 464 // them when asking for the ones for a preview, and the adapter does 578 // We always ask for the the first fifty pages for preview. 619 // When print is pressed we ask for a layout which is *not* for preview. 623 // them when asking for the ones for a preview, and the adapter doe [all...] |
/external/lldb/scripts/ |
sed-sources | 24 option to preview changes to STDOUT, or use the B<-b> option to make a backup 50 Preview changes to STDOUT without modifying original source files. 72 # and and subdirectories and also unexpand spaces to tabs and preview the 89 our $opt_p = 0; # Preview changes to STDOUT? 147 # Preview to STDOUT
|
/frameworks/av/camera/ |
Camera.cpp | 139 // start preview mode 166 // stop preview mode 197 // get preview state 240 // set preview/capture parameters - key/value pairs 249 // get preview/capture parameters - key/value pairs
|
/frameworks/base/docs/html-intl/intl/zh-cn/preview/features/ |
runtime-permissions.jd | 3 page.keywords=permissions, runtime, preview 4 page.image={@docRoot}preview/features/images/permissions_check.png 133 <img src="{@docRoot}preview/features/images/app-permissions-screen_2x.png" srcset="{@docRoot}preview/features/images/app-permissions-screen.png 1x, {@docRoot}preview/features/images/app-permissions-screen_2x.png 2x" alt="" width="220">
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/ |
ConfigurationMenuListener.java | 168 create(menu, "Preview Representative Sample", 171 create(menu, "Preview All Screen Sizes", 175 MenuItem localeItem = create(menu, "Preview All Locales", 192 MenuItem includedItem = create(menu, "Preview Included", 201 MenuItem variationsItem = create(menu, "Preview Layout Versions",
|
/development/testrunner/ |
runtest.py | 114 parser.add_option("-n", "--skip_execute", dest="preview", default=False, 116 help="Do not execute, just preview commands") 276 if not self._options.preview: 302 if not self._options.preview: 377 if not self._options.preview: 461 if not self._options.preview: 468 if self._options.preview: 479 elif not self._options.preview: 490 if not self._options.preview: 493 self._adb.RuntimeReset(preview_only=self._options.preview) [all...] |
/hardware/ti/omap4-aah/camera/ |
BufferSourceAdapter.cpp | 375 CAMHAL_LOGEA("Preview surface abandoned!"); 389 CAMHAL_LOGEA("Preview surface abandoned!"); 410 CAMHAL_LOGEA("Preview surface abandoned!"); 434 CAMHAL_LOGEA("Preview surface abandoned!"); 473 CAMHAL_LOGEA("Preview surface abandoned!"); 567 CAMHAL_LOGEA("Preview surface abandoned!"); 645 CAMHAL_LOGEA("Preview surface abandoned!"); 717 CAMHAL_LOGEA("Preview surface abandoned!"); 784 CAMHAL_LOGEA("Preview surface abandoned!"); 947 CAMHAL_LOGEA("Preview surface abandoned!") [all...] |
/packages/apps/Camera2/src/com/android/camera/one/v2/ |
OneCameraImpl.java | 200 * Common listener for preview frame metadata. 278 /** The surface onto which to render the preview. */ 521 * @param previewSurface the surface onto which the preview should be 537 * @param previewSurface the surface onto which the preview should be 604 * Request preview capture stream with AF_MODE_CONTINUOUS_PICTURE. 618 Log.v(TAG, String.format("Sent repeating Preview request, zoom = %.2f", mZoomValue)); 621 Log.e(TAG, "Could not access camera setting up preview.", ex); 627 * Request preview capture stream with auto focus trigger cycle. 646 Log.e(TAG, "Could not execute preview request.", ex); 730 // flexible for selecting a matching preview resolution [all...] |
/frameworks/av/services/camera/libcameraservice/api1/client2/ |
CallbackProcessor.cpp | 136 // Since size should only change while preview is not running, 291 ALOGV("%s: Camera %d: Preview callback available", __FUNCTION__, 294 if ( l.mParameters.state != Parameters::PREVIEW 319 ALOGW("%s: The preview size has changed to %d x %d from %d x %d, this buffer is" 360 "Unexpected preview format 0x%x", previewFormat); 460 ALOGE("%s: Camera %d: Unexpected preview format when using " 512 "Unexpected preview format 0x%x", previewFormat);
|
/frameworks/base/docs/html/distribute/tools/promote/ |
badges.jd | 94 $("#preview").show(); 99 $("#button-preview").html(linkStart + "apps/details?id=" + packageName 106 $("#preview").show(); 111 $("#button-preview").html(linkStart + "search?q=pub:" + publisherName 152 $("#preview").hide(); 353 <div id="preview" style="display:none"> 360 <div id="button-preview" style="margin-top:1em"></div>
|
/frameworks/base/docs/html-intl/intl/ko/preview/ |
behavior-changes.jd | 33 <li><a href="{@docRoot}preview/download.html">M ?? ??? ?? API ?? 22 »</a> </li> 39 <li><a href="{@docRoot}preview/api-overview.html">M ??? ?? ?? API ??</a> </li> 64 <p>??? ? ?? ??? ???? ??? ?? ??? ??? <a href="{@docRoot}preview/features/runtime-permissions.html">??</a> ??? ?? ?? ???? ?????. 66 ?? ?? ??? ???? ??? ?? ?? <a href="{@docRoot}preview/testing/guide.html#runtime-permissions">??? ???</a>? ?????. 107 <p>??? Doze? ????? ??? ?? ?? <a href="{@docRoot}preview/testing/guide.html#doze-standby">??? ???</a>? ?????. 148 <p>??? ? ?? ??? ????? ??? ?? ?? <a href="{@docRoot}preview/testing/guide.html#doze-standby">??? ???</a>? ?????. 231 <img src="{@docRoot}preview/images/text-selection.gif" style="float:right; margin:0 0 20px 30px" width="360" height="640" />
|
/frameworks/base/docs/html-intl/intl/zh-cn/distribute/tools/promote/ |
badges.jd | 75 $("#preview").show(); 80 $("#button-preview").html(linkStart + "apps/details?id=" + packageName 87 $("#preview").show(); 92 $("#button-preview").html(linkStart + "search?q=pub:" + publisherName 133 $("#preview").hide(); 271 <div id="preview"> 276 <div id="button-preview" style="margin-top:1em"></div>
|
/frameworks/base/docs/html-intl/intl/zh-cn/preview/ |
behavior-changes.jd | 33 <li><a href="{@docRoot}preview/download.html">API ?? 22 ? M ???»</a> </li> 39 <li><a href="{@docRoot}preview/api-overview.html">M ?????? API ??</a> </li> 64 <p>???????????????????????????????????<a href="{@docRoot}preview/features/runtime-permissions.html">??</a>??? 66 ?????????????????????<a href="{@docRoot}preview/testing/guide.html#runtime-permissions">????</a>? 108 <a href="{@docRoot}preview/testing/guide.html#doze-standby">????</a>? 149 <a href="{@docRoot}preview/testing/guide.html#doze-standby">????</a>? 231 <img src="{@docRoot}preview/images/text-selection.gif" style="float:right; margin:0 0 20px 30px" width="360" height="640" />
|
/frameworks/base/docs/html-intl/intl/zh-tw/preview/ |
behavior-changes.jd | 33 <li><a href="{@docRoot}preview/download.html">API ?? 22 ? M ???»</a> </li> 39 <li><a href="{@docRoot}preview/api-overview.html">M ??????? API ??</a> </li> 64 <p>??????????????????????????<a href="{@docRoot}preview/features/runtime-permissions.html">??</a>?????????? 66 ????????????????????<a href="{@docRoot}preview/testing/guide.html#runtime-permissions">????</a>? 107 <p>???????????????????????<a href="{@docRoot}preview/testing/guide.html#doze-standby">????</a>? 148 <p>???????????????????????????<a href="{@docRoot}preview/testing/guide.html#doze-standby">????</a>? 231 <img src="{@docRoot}preview/images/text-selection.gif" style="float:right; margin:0 0 20px 30px" width="360" height="640" />
|