Home
last modified time | relevance | path

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

12

/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.java10 import static org.robolectric.shadows.ShadowMediaMetadataRetriever.addFrame;
50 addFrame(path, 1, bitmap); in getFrameAtTime_shouldDependOnDataSource()
51 addFrame(path2, 1, bitmap2); in getFrameAtTime_shouldDependOnDataSource()
62 addFrame(fd, 1, bitmap); in setDataSource_usersSameDataSourceForFileDescriptors()
63 addFrame(fd, 0, 0, 1, bitmap2); in setDataSource_usersSameDataSourceForFileDescriptors()
70 addFrame(fd, 1, bitmap); in setDataSource_fdsWithDifferentOffsetsAreDifferentDataSources()
71 addFrame(fd, 1, 0, 1, bitmap2); in setDataSource_fdsWithDifferentOffsetsAreDifferentDataSources()
84 addFrame(context, uri, 12, bitmap); in getFrameAtTime_shouldDependOnTime()
85 addFrame(context, uri, 13, bitmap2); in getFrameAtTime_shouldDependOnTime()
101 addFrame(context, uri, 10, bitmap); in setDataSource_ignoresHeadersWhenShadowed()
[all …]
/external/llvm-project/llvm/lib/DebugInfo/PDB/
DPDBContext.cpp95 InlineInfo.addFrame(CurrentLine); in getInliningInfoForAddress()
101 InlineInfo.addFrame(CurrentLine); in getInliningInfoForAddress()
122 InlineInfo.addFrame(LineInfo); in getInliningInfoForAddress()
125 InlineInfo.addFrame(CurrentLine); in getInliningInfoForAddress()
/external/skia/tools/
Dskottie2movie.cpp143 rec->encoder->addFrame({rec->info, result->data(0), result->rowBytes(0)}); in main()
154 encoder.addFrame(pm); in main()
/external/skia/experimental/ffmpeg/
DSkVideoEncoder.h41 bool addFrame(const SkPixmap&);
DSkVideoEncoder.cpp257 bool SkVideoEncoder::addFrame(const SkPixmap& pm) { in addFrame() function in SkVideoEncoder
322 return fSurface->peekPixels(&pm) && this->addFrame(pm); in endFrame()
/external/webrtc/sdk/android/api/org/webrtc/
DCameraVideoCapturer.java163 public void addFrame() { in addFrame() method in CameraVideoCapturer.CameraStatistics
/external/llvm/lib/DebugInfo/PDB/
DPDBContext.cpp91 InlineInfo.addFrame(Frame); in getInliningInfoForAddress()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/
DPDBContext.cpp90 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-10.0/llvm/include/llvm/DebugInfo/
DDIContext.h101 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/llvm-project/llvm/include/llvm/DebugInfo/
DDIContext.h108 void addFrame(const DILineInfo &Frame) { in addFrame() function
/external/llvm/lib/DebugInfo/Symbolize/
DSymbolizableObjectFile.cpp233 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-project/llvm/lib/DebugInfo/Symbolize/
DSymbolizableObjectFile.cpp272 InlinedContext.addFrame(DILineInfo()); in symbolizeInlinedCode()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/Symbolize/
DSymbolizableObjectFile.cpp285 InlinedContext.addFrame(DILineInfo()); in symbolizeInlinedCode()
/external/webrtc/sdk/android/src/java/org/webrtc/
DCameraCapturer.java166 cameraStatistics.addFrame();
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp554 InliningInfo.addFrame(Frame); in getInliningInfoForAddress()
591 InliningInfo.addFrame(Frame); in getInliningInfoForAddress()
/external/skia/modules/skottie/src/
DSkottieTool.cpp381 enc.addFrame(pm); in main()
/external/llvm-project/llvm/lib/DebugInfo/GSYM/
DDwarfTransformer.cpp514 DwarfInlineInfos.addFrame( in verify()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp1247 InliningInfo.addFrame(Frame); in getInliningInfoForAddress()
1287 InliningInfo.addFrame(Frame); in getInliningInfoForAddress()

12