HomeSort by relevance Sort by last modified time
    Searched refs:ANativeWindowWrapper (Results 1 - 13 of 13) sorted by null

  /frameworks/av/media/libmediaplayer2/nuplayer2/
NuPlayer2DecoderBase.h 28 struct ANativeWindowWrapper;
44 virtual status_t setVideoSurface(const sp<ANativeWindowWrapper> &) { return INVALID_OPERATION; }
NuPlayer2Decoder.h 37 const sp<ANativeWindowWrapper> &nww = NULL,
43 virtual status_t setVideoSurface(const sp<ANativeWindowWrapper> &nww);
73 sp<ANativeWindowWrapper> mNativeWindow;
NuPlayer2.h 31 struct ANativeWindowWrapper;
54 void setVideoSurfaceTextureAsync(const sp<ANativeWindowWrapper> &nww);
166 sp<ANativeWindowWrapper> mNativeWindow;
323 void performSetSurface(const sp<ANativeWindowWrapper> &nw);
NuPlayer2Driver.h 37 virtual status_t setVideoSurfaceTexture(const sp<ANativeWindowWrapper> &nww) override;
NuPlayer2Decoder.cpp 65 const sp<ANativeWindowWrapper> &nww,
113 status_t NuPlayer2::Decoder::setVideoSurface(const sp<ANativeWindowWrapper> &nww) {
231 sp<ANativeWindowWrapper> nww =
232 static_cast<ANativeWindowWrapper *>(obj.get()); // non-null
    [all...]
NuPlayer2.cpp 144 explicit SetSurfaceAction(const sp<ANativeWindowWrapper> &nww)
153 sp<ANativeWindowWrapper> mNativeWindow;
465 void NuPlayer2::setVideoSurfaceTextureAsync(const sp<ANativeWindowWrapper> &nww) {
900 sp<ANativeWindowWrapper> nww = static_cast<ANativeWindowWrapper *>(obj.get());
    [all...]
NuPlayer2Driver.cpp 214 status_t NuPlayer2Driver::setVideoSurfaceTexture(const sp<ANativeWindowWrapper> &nww) {
    [all...]
  /frameworks/av/media/libmedia/include/media/
NdkWrapper.h 92 struct ANativeWindowWrapper : public RefBase {
93 ANativeWindowWrapper(ANativeWindow *aNativeWindow);
101 virtual ~ANativeWindowWrapper();
106 DISALLOW_EVIL_CONSTRUCTORS(ANativeWindowWrapper);
230 const sp<ANativeWindowWrapper> &nww,
264 status_t setOutputSurface(const sp<ANativeWindowWrapper> &nww);
  /frameworks/av/media/libmediaplayer2/include/mediaplayer2/
mediaplayer2.h 37 struct ANativeWindowWrapper;
62 status_t setVideoSurfaceTexture(const sp<ANativeWindowWrapper>& nww);
165 sp<ANativeWindowWrapper> mConnectedWindow;
MediaPlayer2Interface.h 44 struct ANativeWindowWrapper;
162 virtual status_t setVideoSurfaceTexture(const sp<ANativeWindowWrapper>& nww) = 0;
  /frameworks/av/media/libmedia/
NdkWrapper.cpp 522 //////////// ANativeWindowWrapper
523 ANativeWindowWrapper::ANativeWindowWrapper(ANativeWindow *aNativeWindow)
530 ANativeWindowWrapper::~ANativeWindowWrapper() {
534 status_t ANativeWindowWrapper::release() {
542 ANativeWindow *ANativeWindowWrapper::getANativeWindow() const {
908 const sp<ANativeWindowWrapper> &nww,
1039 status_t AMediaCodecWrapper::setOutputSurface(const sp<ANativeWindowWrapper> &nww) {
    [all...]
  /frameworks/base/media/jni/
android_media_MediaPlayer2.cpp 425 static sp<ANativeWindowWrapper>
428 return new ANativeWindowWrapper(p);
475 mp->setVideoSurfaceTexture(new ANativeWindowWrapper(anw));
552 sp<ANativeWindowWrapper> st = getVideoSurfaceTexture(env, thiz);
    [all...]
  /frameworks/av/media/libmediaplayer2/
mediaplayer2.cpp 654 status_t MediaPlayer2::setVideoSurfaceTexture(const sp<ANativeWindowWrapper>& nww) {
    [all...]

Completed in 421 milliseconds