Searched refs:stc (Results 1 - 5 of 5) sorted by path

/frameworks/av/camera/
H A DProCamera.cpp259 sp<Surface> stc = new Surface(producer); local
262 stc->getIGraphicBufferProducer(),
277 getStreamInfo(*streamId).stc = stc;
/frameworks/av/include/camera/
H A DProCamera.h299 sp<Surface> stc; member in struct:android::ProCamera::StreamInfo
/frameworks/av/media/libstagefright/tests/
H A DSurfaceMediaSource_test.cpp113 sp<Surface> stc = new Surface(sms); local
114 sp<ANativeWindow> window = stc;
/frameworks/native/libs/gui/tests/
H A DSurfaceTextureClient_test.cpp722 sp<Surface> stc(new Surface(producer));
724 static_cast<ANativeWindow*>(stc.get()), NULL);
/frameworks/rs/
H A DrsType.cpp225 TypeState * stc = &rsc->mStateType; local
228 for (uint32_t ct=0; ct < stc->mTypes.size(); ct++) {
229 Type *t = stc->mTypes[ct];
268 stc->mTypes.push(nt);

Completed in 1770 milliseconds