Home
last modified time | relevance | path

Searched refs:addFrame (Results 1 – 16 of 16) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
DGameObjectFactory.java729 … idle.addFrame(new AnimationFrame(textureLibrary.allocateTexture(R.drawable.andou_stand),
733 angle.addFrame(
739 extremeAngle.addFrame(
744 … up.addFrame(new AnimationFrame(textureLibrary.allocateTexture(R.drawable.andou_flyup02),
746 … up.addFrame(new AnimationFrame(textureLibrary.allocateTexture(R.drawable.andou_flyup03),
751 boostAngle.addFrame(
754 boostAngle.addFrame(
761 boostExtremeAngle.addFrame(
764 boostExtremeAngle.addFrame(
776 stomp.addFrame(
[all …]
DSpriteAnimation.java83 public void addFrame(AnimationFrame frame) { in addFrame() method in SpriteAnimation
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowMediaMetadataRetriever.java101 public static void addFrame(DataSource ds, long time, Bitmap bitmap) { in addFrame() method in ShadowMediaMetadataRetriever
120 public static void addFrame(String path, long time, Bitmap bitmap) { in addFrame() method in ShadowMediaMetadataRetriever
121 addFrame(toDataSource(path), time, bitmap); in addFrame()
137 public static void addFrame(Context context, Uri uri, long time, Bitmap bitmap) { in addFrame() method in ShadowMediaMetadataRetriever
138 addFrame(toDataSource(context, uri), time, bitmap); in addFrame()
154 public static void addFrame(String uri, Map<String, String> headers, long time, Bitmap bitmap) { in addFrame() method in ShadowMediaMetadataRetriever
155 addFrame(toDataSource(uri, headers), time, bitmap); in addFrame()
170 public static void addFrame(FileDescriptor fd, long time, Bitmap bitmap) { in addFrame() method in ShadowMediaMetadataRetriever
171 addFrame(toDataSource(fd), time, bitmap); in addFrame()
188 public static void addFrame(FileDescriptor fd, long offset, long length, in addFrame() method in ShadowMediaMetadataRetriever
[all …]
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowMediaMetadataRetrieverTest.java9 import static org.robolectric.shadows.ShadowMediaMetadataRetriever.addFrame;
49 addFrame(path, 1, bitmap); in getFrameAtTime_shouldDependOnDataSource()
50 addFrame(path2, 1, bitmap2); in getFrameAtTime_shouldDependOnDataSource()
61 addFrame(fd, 1, bitmap); in setDataSource_usersSameDataSourceForFileDescriptors()
62 addFrame(fd, 0, 0, 1, bitmap2); in setDataSource_usersSameDataSourceForFileDescriptors()
69 addFrame(fd, 1, bitmap); in setDataSource_fdsWithDifferentOffsetsAreDifferentDataSources()
70 addFrame(fd, 1, 0, 1, bitmap2); in setDataSource_fdsWithDifferentOffsetsAreDifferentDataSources()
83 addFrame(context, uri, 12, bitmap); in getFrameAtTime_shouldDependOnTime()
84 addFrame(context, uri, 13, bitmap2); in getFrameAtTime_shouldDependOnTime()
100 addFrame(context, uri, 10, bitmap); in setDataSource_ignoresHeadersWhenShadowed()
[all …]
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/
DVideoCapturerAndroid.java165 public void addFrame() { in addFrame() method in VideoCapturerAndroid.CameraStatistics
690 cameraStatistics.addFrame(); in onPreviewFrame()
718 cameraStatistics.addFrame(); in onTextureFrameAvailable()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/
DPDBContext.cpp90 InlineInfo.addFrame(Frame); in getInliningInfoForAddress()
/external/llvm/lib/DebugInfo/PDB/
DPDBContext.cpp91 InlineInfo.addFrame(Frame); in getInliningInfoForAddress()
/external/llvm/include/llvm/DebugInfo/
DDIContext.h65 void addFrame(const DILineInfo &Frame) { in addFrame() function
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/gif/
DGifResourceEncoder.java64 if (!encoder.addFrame(transformedResource.get())) { in encode()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/
DDIContext.h98 void addFrame(const DILineInfo &Frame) { in addFrame() function
/external/toolchain-utils/android_bench_suite/
Dpanorama.diff195 + mosaic.addFrame(yvuFrames[i]);
514 - return addFrame(imageYVU);
516 + int ret = addFrame(imageYVU);
526 int Mosaic::addFrame(ImageType imageYVU)
527 @@ -146,8 +151,6 @@ int Mosaic::addFrame(ImageType imageYVU)
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/Symbolize/
DSymbolizableObjectFile.cpp250 InlinedContext.addFrame(DILineInfo()); in symbolizeInlinedCode()
/external/glide/third_party/gif_encoder/src/main/java/com/bumptech/glide/gifencoder/
DAnimatedGifEncoder.java150 public boolean addFrame(Bitmap im) { in addFrame() method in AnimatedGifEncoder
/external/llvm/lib/DebugInfo/Symbolize/
DSymbolizableObjectFile.cpp233 InlinedContext.addFrame(DILineInfo()); in symbolizeInlinedCode()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp554 InliningInfo.addFrame(Frame); in getInliningInfoForAddress()
591 InliningInfo.addFrame(Frame); in getInliningInfoForAddress()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp1026 InliningInfo.addFrame(Frame); in getInliningInfoForAddress()
1065 InliningInfo.addFrame(Frame); in getInliningInfoForAddress()