OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setSurfaceTexture
(Results
1 - 13
of
13
) sorted by null
/frameworks/base/graphics/java/android/renderscript/
RSTextureView.java
73
mRS.
setSurfaceTexture
(mSurfaceTexture, width, height);
83
mRS.
setSurfaceTexture
(mSurfaceTexture, width, height);
93
mRS.
setSurfaceTexture
(null, 0, 0);
143
mRS.
setSurfaceTexture
(mSurfaceTexture, getWidth(), getHeight());
166
mRS.
setSurfaceTexture
(mSurfaceTexture, getWidth(), getHeight());
RenderScriptGL.java
209
public void
setSurfaceTexture
(SurfaceTexture sur, int w, int h) {
/external/webkit/Source/WebCore/platform/graphics/android/
VideoLayerAndroid.h
60
void
setSurfaceTexture
(sp<SurfaceTexture> texture, int textureName, PlayerState playerState);
VideoLayerAndroid.cpp
82
void VideoLayerAndroid::
setSurfaceTexture
(sp<SurfaceTexture> texture,
/frameworks/base/media/libmediaplayerservice/
StagefrightPlayer.cpp
82
return mPlayer->
setSurfaceTexture
(surfaceTexture);
/system/media/wilhelm/tests/native-media/src/com/example/nativemedia/
NativeMedia.java
332
public static native void
setSurfaceTexture
(SurfaceTexture surfaceTexture);
391
setSurfaceTexture
(mMyGLSurfaceView.getSurfaceTexture());
/frameworks/base/media/libstagefright/include/
AwesomePlayer.h
88
status_t
setSurfaceTexture
(const sp<ISurfaceTexture> &surfaceTexture);
/frameworks/media/libvideoeditor/lvpp/
PreviewPlayerBase.h
85
void
setSurfaceTexture
(const sp<ISurfaceTexture> &surfaceTexture);
VideoEditorPlayer.cpp
83
mPlayer->
setSurfaceTexture
(surfaceTexture);
PreviewPlayerBase.cpp
1012
void PreviewPlayerBase::
setSurfaceTexture
(const sp<ISurfaceTexture> &surfaceTexture) {
[
all
...]
/external/webkit/Source/WebKit/android/WebCoreSupport/
MediaPlayerPrivateAndroid.cpp
608
videoLayer->
setSurfaceTexture
(texture, textureName, static_cast<PlayerState>(playerState));
/frameworks/base/media/libstagefright/
AwesomePlayer.cpp
[
all
...]
/prebuilt/sdk/14/
android.jar
Completed in 7181 milliseconds