OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VideoSink
(Results
1 - 3
of
3
) sorted by null
/development/ndk/platforms/android-21/samples/native-codec/src/com/example/nativecodec/
NativeCodec.java
45
VideoSink
mSelectedVideoSink;
46
VideoSink
mNativeCodecPlayerVideoSink;
266
//
VideoSink
abstracts out the difference between Surface and SurfaceTexture
268
static abstract class
VideoSink
{
275
static class SurfaceHolderVideoSink extends
VideoSink
{
297
static class GLViewVideoSink extends
VideoSink
{
/development/ndk/platforms/android-14/samples/native-media/src/com/example/nativemedia/
NativeMedia.java
51
VideoSink
mSelectedVideoSink;
52
VideoSink
mJavaMediaPlayerVideoSink;
53
VideoSink
mNativeMediaPlayerVideoSink;
341
//
VideoSink
abstracts out the difference between Surface and SurfaceTexture
343
static abstract class
VideoSink
{
351
static class SurfaceHolderVideoSink extends
VideoSink
{
380
static class GLViewVideoSink extends
VideoSink
{
/frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/
NativeMedia.java
58
VideoSink
mSelectedVideoSink;
59
VideoSink
mJavaMediaPlayerVideoSink;
60
VideoSink
mNativeMediaPlayerVideoSink;
341
//
VideoSink
abstracts out the difference between Surface and SurfaceTexture
343
static abstract class
VideoSink
{
351
static class SurfaceHolderVideoSink extends
VideoSink
{
373
static class GLViewVideoSink extends
VideoSink
{
Completed in 2697 milliseconds