Searched defs:stc (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/include/camera/
H A DProCamera.h292 sp<Surface> stc; member in struct:android::ProCamera::StreamInfo
/frameworks/av/camera/
H A DProCamera.cpp253 sp<Surface> stc = new Surface( local
257 stc->getIGraphicBufferProducer(),
272 getStreamInfo(*streamId).stc = stc;
/frameworks/rs/
H A DrsType.cpp253 TypeState * stc = &rsc->mStateType; local
256 for (uint32_t ct=0; ct < stc->mTypes.size(); ct++) {
257 Type *t = stc->mTypes[ct];
284 stc->mTypes.push(nt);
/frameworks/av/media/libstagefright/tests/
H A DSurfaceMediaSource_test.cpp112 sp<Surface> stc = new Surface(sms); local
113 sp<ANativeWindow> window = stc;

Completed in 161 milliseconds