Searched refs:getConfig (Results 1 - 25 of 53) sorted by relevance

123

/frameworks/av/media/libstagefright/include/
H A DSoftVideoDecoderOMXComponent.h57 virtual OMX_ERRORTYPE getConfig(
H A DSoftOMXComponent.h64 virtual OMX_ERRORTYPE getConfig(
H A DOMX.h54 virtual status_t getConfig(
H A DOMXNodeInstance.h50 status_t getConfig(OMX_INDEXTYPE index, void *params, size_t size);
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/common/
H A DBitmapUtils.java122 Bitmap target = Bitmap.createBitmap(width, height, getConfig(bitmap));
131 private static Bitmap.Config getConfig(Bitmap bitmap) { method in class:BitmapUtils
132 Bitmap.Config config = bitmap.getConfig();
158 Bitmap target = Bitmap.createBitmap(size, size, getConfig(bitmap));
/frameworks/rs/java/tests/HelloComputeNDK/src/com/example/android/rs/hellocomputendk/
H A DHelloComputeNDK.java42 mBitmapIn.getConfig());
/frameworks/base/graphics/tests/graphicstests/src/android/graphics/
H A DBitmapTest.java55 assertTrue("getConfig", bm1.getConfig() == Bitmap.Config.ARGB_8888);
56 assertTrue("getConfig", bm2.getConfig() == Bitmap.Config.RGB_565);
57 assertTrue("getConfig", bm3.getConfig() == Bitmap.Config.ARGB_4444);
/frameworks/av/media/libstagefright/omx/
H A DSoftOMXComponent.cpp156 return me->getConfig(index, params);
274 OMX_ERRORTYPE SoftOMXComponent::getConfig( function in class:android::SoftOMXComponent
H A DSoftVideoDecoderOMXComponent.cpp236 OMX_ERRORTYPE SoftVideoDecoderOMXComponent::getConfig( function in class:android::SoftVideoDecoderOMXComponent
H A DOMX.cpp299 status_t OMX::getConfig( function in class:android::OMX
302 return findInstance(node)->getConfig(
/frameworks/base/graphics/java/android/graphics/
H A DBitmap.java237 reconfigure(width, getHeight(), getConfig());
253 reconfigure(getWidth(), height, getConfig());
687 final Config config = source.getConfig();
1011 * <p>This method always returns false if {@link #getConfig()} is
1029 return mIsPremultiplied && getConfig() != Config.RGB_565 && hasAlpha();
1182 public final Config getConfig() { method in class:Bitmap
/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_EGLImpl.cpp63 static inline EGLConfig getConfig(JNIEnv* env, jobject o) { function in namespace:android
232 EGLConfig cnf = getConfig(_env, config);
248 EGLConfig cnf = getConfig(_env, config);
275 EGLConfig cnf = getConfig(_env, config);
319 EGLContext cnf = getConfig(_env, config);
346 EGLContext cnf = getConfig(_env, config);
374 EGLContext cnf = getConfig(_env, config);
/frameworks/av/media/libstagefright/
H A DOMXClient.cpp58 virtual status_t getConfig(
253 status_t MuxOMX::getConfig( function in class:android::MuxOMX
256 return getOMX(node)->getConfig(node, index, params, size);
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DFrame.java182 if (bitmap.getConfig() == Bitmap.Config.ARGB_8888) {
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DFrameImage2D.java117 Bitmap.Config config = bitmap.getConfig();
/frameworks/base/libs/hwui/
H A DTextureCache.cpp240 switch (bitmap->getConfig()) {
268 ALOGW("Unsupported bitmap config: %d", bitmap->getConfig());
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
H A DBlockingGLTextureView.java117 int[] configSpec = getConfig();
127 private static int[] getConfig() { method in class:BlockingGLTextureView.EglHelper
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DAllocation.java395 Bitmap.Config bc = b.getConfig();
605 if (b.getConfig() == null) {
977 if (data.getConfig() == null) {
1291 final Bitmap.Config bc = b.getConfig();
1340 if (b.getConfig() == null) {
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DGLTextureViewActivity.java412 int[] configSpec = getConfig();
422 private static int[] getConfig() { method in class:GLTextureViewActivity.RenderThread
/frameworks/av/include/media/
H A DIOMX.h72 virtual status_t getConfig(
/frameworks/base/core/jni/android/opengl/
H A Dutil.cpp635 SkBitmap::Config config = bitmap.getConfig();
645 SkBitmap::Config config = bitmap.getConfig();
656 SkBitmap::Config config = bitmap.getConfig();
705 SkBitmap::Config config = bitmap.getConfig();
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
H A DUploadedTexture.java233 Config config = bitmap.getConfig();
/frameworks/rs/java/tests/SampleTest/src/com/android/rs/sample/
H A DSampleRSActivity.java149 Bitmap b2 = Bitmap.createBitmap(b.getWidth(), b.getHeight(), b.getConfig());
/frameworks/base/graphics/java/android/renderscript/
H A DAllocation.java460 Bitmap.Config bc = b.getConfig();
691 if (b.getConfig() == null) {
1102 if (data.getConfig() == null) {
1452 final Bitmap.Config bc = b.getConfig();
1498 if (b.getConfig() == null) {
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp126 switch (bitmap.getConfig()) {
184 switch (bitmap.getConfig()) {

Completed in 623 milliseconds

123