Searched defs:getConfig (Results 1 - 13 of 13) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
H A DSoftMPEG4.cpp288 OMX_ERRORTYPE SoftMPEG4::getConfig( function in class:android::SoftMPEG4
/frameworks/av/media/libstagefright/codecs/on2/h264dec/
H A DSoftAVC.cpp266 OMX_ERRORTYPE SoftAVC::getConfig( function in class:android::SoftAVC
/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 DOMX.cpp296 status_t OMX::getConfig( function in class:android::OMX
299 return findInstance(node)->getConfig(
H A DOMXNodeInstance.cpp251 status_t OMXNodeInstance::getConfig( function in class:android::OMXNodeInstance
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DGLTextureViewActivity.java413 int[] configSpec = getConfig();
423 private int[] getConfig() { method in class:GLTextureViewActivity.RenderThread
/frameworks/av/media/libmedia/
H A DIOMX.cpp166 virtual status_t getConfig( function in class:android::BpOMX
519 err = getConfig(node, index, params, size);
/frameworks/av/media/libstagefright/
H A DOMXClient.cpp58 virtual status_t getConfig(
232 status_t MuxOMX::getConfig( function in class:android::MuxOMX
235 return getOMX(node)->getConfig(node, index, params, size);
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DBitmap_Delegate.java176 public Config getConfig() { method in class:Bitmap_Delegate
/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);
276 EGLConfig cnf = getConfig(_env, config);
320 EGLContext cnf = getConfig(_env, config);
347 EGLContext cnf = getConfig(_env, config);
376 EGLContext cnf = getConfig(_env, config);
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DImageWallpaper.java615 int[] configSpec = getConfig();
625 private int[] getConfig() { method in class:ImageWallpaper.DrawableEngine
/frameworks/base/graphics/java/android/graphics/
H A DBitmap.java555 final Config config = source.getConfig();
883 public final Config getConfig() { method in class:Bitmap
/frameworks/base/core/java/android/view/
H A DHardwareRenderer.java782 abstract int[] getConfig(boolean dirtyRegions); method in class:HardwareRenderer.GlRenderer
835 int[] configSpec = getConfig(sDirtyRegions);
1379 int[] getConfig(boolean dirtyRegions) { method in class:HardwareRenderer.Gl20Renderer

Completed in 1098 milliseconds