OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mSTC
(Results
1 - 7
of
7
) sorted by null
/frameworks/av/media/libstagefright/tests/
SurfaceMediaSource_test.cpp
366
mSTC
= new Surface(static_cast<sp<IGraphicBufferProducer> >( mSMS->getBufferQueue()));
367
mANW =
mSTC
;
372
mSTC
.clear();
380
sp<Surface>
mSTC
;
401
mSTC
= new Surface(static_cast<sp<IGraphicBufferProducer> >( mSMS->getBufferQueue()));
402
mANW =
mSTC
;
410
mSTC
.clear();
421
sp<Surface>
mSTC
;
488
mSTC
= new Surface(iST);
489
mANW =
mSTC
;
[
all
...]
/frameworks/native/opengl/tests/EGLTest/
EGL_test.cpp
111
sp<Surface>
mSTC
= new Surface(static_cast<sp<IGraphicBufferProducer> >( bq));
112
sp<ANativeWindow> mANW =
mSTC
;
/frameworks/av/libvideoeditor/lvpp/
NativeWindowRenderer.cpp
319
sp<Surface> STC = input->
mSTC
;
573
mSTC
= new Surface(bq);
574
native_window_connect(
mSTC
.get(), NATIVE_WINDOW_API_MEDIA);
581
return
mSTC
.get();
NativeWindowRenderer.h
168
sp<Surface>
mSTC
;
/frameworks/native/libs/gui/tests/
SurfaceTextureClient_test.cpp
48
mSTC
= new Surface(bq);
49
mANW =
mSTC
;
87
mSTC
.clear();
111
sp<Surface>
mSTC
;
121
sp<IGraphicBufferProducer> ist(
mSTC
->getIGraphicBufferProducer());
654
sp<ANativeWindow> anw(
mSTC
);
CpuConsumer_test.cpp
73
mSTC
= new Surface(bq);
74
mANW =
mSTC
;
79
mSTC
.clear();
158
sp<Surface>
mSTC
;
SurfaceTexture_test.cpp
486
mSTC
= new Surface(bq);
487
mANW =
mSTC
;
496
mSTC
.clear();
678
sp<Surface>
mSTC
;
[
all
...]
Completed in 73 milliseconds