HomeSort by relevance Sort by last modified time
    Searched full:scene (Results 251 - 275 of 900) sorted by null

<<11121314151617181920>>

  /external/libvpx/libvpx/examples/
vp8cx_set_ref.c 16 // current frame. If this is done at a cut scene it will avoid a keyframe.
43 // Use the `simple_encoder` example to encode a sample with a cut scene.
44 // Determine the frame number of the cut scene by looking for a generated
  /external/skia/tests/
RecordingXfermodeTest.cpp 87 // Note that the scene is drawn just into the clipped region!
98 // This version draws the entire scene into an SkPictureRecorder.
99 // Then it then replays the scene through a clip rectangle.
  /external/skqp/tests/
RecordingXfermodeTest.cpp 87 // Note that the scene is drawn just into the clipped region!
98 // This version draws the entire scene into an SkPictureRecorder.
99 // Then it then replays the scene through a clip rectangle.
  /frameworks/base/core/java/android/transition/
ChangeImageTransform.java 35 * scene change and animates it during the transition.
142 * @param startValues The values for a specific target in the start scene.
143 * @param endValues The values for the target in the end scene.
  /frameworks/base/libs/hwui/tests/microbench/
FrameBuilderBench.cpp 98 std::unique_ptr<TestScene> scene(TestScene::testMap()[sceneName].createScene(opts));
102 [&scene](RenderProperties& props, RecordingCanvas& canvas) {
103 scene->createContent(gDisplay.w, gDisplay.h, canvas);
  /frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
ContactsExpansion.java 26 import android.transition.Scene;
95 Scene mScene;
99 mScene = new Scene(rootView);
ListViewAddRemove.java 24 import android.transition.Scene;
72 final Scene mySceneChanger = new Scene(listview);
SurfaceAndTextureViews.java 32 import android.transition.Scene;
76 Scene newScene = new Scene(container);
  /frameworks/layoutlib/bridge/src/android/animation/
AnimationThread.java 72 public AnimationThread(RenderSessionImpl scene, String threadName,
75 mSession = scene;
139 // ready to do the work, acquire the scene.
  /hardware/qcom/camera/msm8998/QCamera2/util/
QCameraDualCamSettings.h 57 // Main camera fallback mechanism for low light and macro scene
58 // If set to 1, low light and macro scene will force the transition from narrow FOV to
110 // This threshold is used for the macro scene focus and change the camera state accordingly.
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
AbstractIndicatorButton.java 65 // Whether scene mode affects this indicator and it cannot be changed.
70 // Scene mode may override other settings like flash, white-balance, and focus.
95 // Do not enable the button if it is overridden by scene mode.
  /external/ImageMagick/MagickCore/
constitute.c 293 (int) image_info->scene,ping_filename,exception);
301 scene;
317 extent=(ssize_t) (read_info->scene+read_info->number_scenes);
318 for (scene=(ssize_t) read_info->scene; scene < (ssize_t) extent; scene++)
321 (int) scene,read_info->filename,exception);
820 (int) read_info->scene,read_filename,exception);
828 scene;
297 scene; local
822 scene; local
    [all...]
  /external/annotation-tools/scene-lib/src/annotations/io/
IndexFileParser.java 95 private final AScene scene; field in class:IndexFileParser
583 Set<String> set1 = scene.imports.get(name);
584 Set<String> set2 = scene.imports.get(baseName);
587 scene.imports.put(name, set1);
591 scene.imports.put(name, set2);
    [all...]
  /frameworks/support/transition/src/androidTest/java/androidx/transition/
FadeTest.java 218 // After a transition, a transitioned view as part of a scene should not be removed
222 final Scene[] scenes = new Scene[2];
228 scenes[0] = new Scene(mRoot, view);
230 scenes[1] = Scene.getSceneForLayout(mRoot, R.layout.scene12, activity);
  /cts/tests/tests/transition/src/android/transition/cts/
TransitionTest.java 48 import android.transition.Scene;
84 Scene scene = Scene.getSceneForLayout(mSceneRoot, R.layout.scene2, mActivity);
85 TransitionManager.go(scene, autoTransition);
299 Scene scene1 = loadScene(layout1);
304 Scene scene2 = loadScene(layout2);
352 Scene scene1 = loadScene(layout1);
568 // scene 8 swaps the ids, but not the names. No transition should happen.
607 final Scene scene1 = loadScene(layout1)
    [all...]
  /external/annotation-tools/annotation-file-utilities/src/annotator/specification/
IndexFileSpecification.java 57 private final AScene scene; field in class:IndexFileSpecification
70 scene = new AScene();
77 IndexFileParser.parseFile(indexFileName, scene);
99 System.out.printf("Scene parsed from %s:%n", indexFileName);
100 System.out.println(scene.unparse());
109 return scene.imports;
134 public AScene getScene() { return scene; }
143 VivifyingMap<String, AElement> packages = scene.packages;
148 VivifyingMap<String, AClass> classes = scene.classes;
409 // no addInsertionSource, as closeParen is not explicit in scene
    [all...]
  /frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/
Bridge.java 371 * the scene.
379 RenderSessionImpl scene = new RenderSessionImpl(params); local
382 lastResult = scene.init(params.getTimeout());
384 lastResult = scene.inflate();
389 lastResult = scene.render(true /*freshRender*/);
393 scene.release();
397 return new BridgeRenderSession(scene, lastResult);
493 * will do the clean-up, and make the thread unable to do further scene actions.
504 * Cleans up thread-specific data. After this, the thread cannot be used for scene actions.
507 * call to this will prevent the thread from doing further scene action
    [all...]
  /external/ImageMagick/coders/
aai.c 163 if (image->scene >= (image_info->scene+image_info->number_scenes-1))
215 if (image->scene >= (image_info->scene+image_info->number_scenes-1))
336 scene;
368 scene=0;
420 status=SetImageProgress(image,SaveImagesTag,scene++,
330 scene; local
avs.c 165 if (image->scene >= (image_info->scene+image_info->number_scenes-1))
215 if (image->scene >= (image_info->scene+image_info->number_scenes-1))
336 scene;
371 scene=0;
420 status=SetImageProgress(image,SaveImagesTag,scene++,
330 scene; local
pcd.c 505 scene,
555 Determine resolution by scene specification.
558 scene=3;
563 for (scene=1; scene < 6; scene++)
572 scene=(size_t) MagickMin(image_info->scene,6);
574 scene=1;
580 for (i=1; i < (ssize_t) MagickMin(scene,3); i++
500 scene, local
    [all...]
  /external/walt/ios/WALT/Base.lproj/
Main.storyboard 12 <scene sceneID="xfn-MN-fso">
193 </scene>
195 <scene sceneID="3uc-Py-LUu">
250 </scene>
252 <scene sceneID="4bt-KJ-0Wm">
321 </scene>
323 <scene sceneID="nPK-4w-VMQ">
    [all...]
  /packages/apps/LegacyCamera/res/values/
strings.xml 187 <!-- Default scene mode setting. -->
190 <!-- Settings screen, Select Scene mode -->
191 <string name="pref_camera_scenemode_title">Scene mode</string>
193 <!-- Settings menu, scene mode choices -->
195 <!-- Scene mode that takes an image quickly with little motion blur. -->
197 <!-- Scene mode that takes long exposures to capture night scenes without flash. -->
199 <!-- Scene mode optimized for taking images in the sunset. -->
201 <!-- Scene mode optimized for taking indoor low-lights pictures. [CHAR LIMIT=16] -->
204 <!-- Toast after trying to select a setting that is not allowed to change in scene mode [CHAR LIMIT=NONE] -->
205 <string name="not_selectable_in_scene_mode">Not selectable in scene mode.</string
    [all...]
  /external/libavc/encoder/
irc_rate_control_api.c 274 * u1_scd_detected will be initialized to 1 when a Scene change is
636 * b) whenever there is a scene change.
639 * Scene change case the previous QP is incremented by 4 , This is
640 * done because the Scene changed VOP will have over consumed and
648 * If scene change is detected, I frame Qp would have been
    [all...]
  /frameworks/ex/camera2/portability/tests/src/com/android/ex/camera2/portability/
Camera2PortabilityTest.java 111 // We're only testing the focus modes, scene modes and white balances,
132 // Scene modes
205 // Scene modes
  /frameworks/support/transition/src/main/java/androidx/transition/
ChangeImageTransform.java 38 * scene change and animates it during the transition.
123 * @param startValues The values for a specific target in the start scene.
124 * @param endValues The values for the target in the end scene.

Completed in 579 milliseconds

<<11121314151617181920>>