OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NativeWindowWrapper
(Results
1 - 10
of
10
) sorted by null
/frameworks/av/include/media/stagefright/
NativeWindowWrapper.h
27
// into a
NativeWindowWrapper
.
29
struct
NativeWindowWrapper
: RefBase {
30
NativeWindowWrapper
(
45
DISALLOW_EVIL_CONSTRUCTORS(
NativeWindowWrapper
);
/frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDecoder.h
31
const sp<
NativeWindowWrapper
> &nativeWindow = NULL);
52
sp<
NativeWindowWrapper
> mNativeWindow;
NuPlayer.h
23
#include <media/stagefright/
NativeWindowWrapper
.h>
115
sp<
NativeWindowWrapper
> mNativeWindow;
184
void performSetSurface(const sp<
NativeWindowWrapper
> &wrapper);
NuPlayerDecoder.cpp
33
const sp<
NativeWindowWrapper
> &nativeWindow)
NuPlayer.cpp
78
SetSurfaceAction(const sp<
NativeWindowWrapper
> &wrapper)
87
sp<
NativeWindowWrapper
> mWrapper;
259
new
NativeWindowWrapper
(
418
static_cast<
NativeWindowWrapper
*>(obj.get())));
[
all
...]
/frameworks/av/cmds/stagefright/
SimplePlayer.h
28
struct
NativeWindowWrapper
;
87
sp<
NativeWindowWrapper
> mNativeWindow;
SimplePlayer.cpp
31
#include <media/stagefright/
NativeWindowWrapper
.h>
76
"native-window", new
NativeWindowWrapper
(surface));
136
mNativeWindow = static_cast<
NativeWindowWrapper
*>(obj.get());
sf2.cpp
36
#include <media/stagefright/
NativeWindowWrapper
.h>
114
"native-window", new
NativeWindowWrapper
(mSurface));
/frameworks/av/media/libstagefright/
MediaCodec.cpp
38
#include <media/stagefright/
NativeWindowWrapper
.h>
169
new
NativeWindowWrapper
(nativeWindow));
976
static_cast<
NativeWindowWrapper
*>(obj.get())
[
all
...]
ACodec.cpp
32
#include <media/stagefright/
NativeWindowWrapper
.h>
[
all
...]
Completed in 143 milliseconds