Home
last modified time | relevance | path

Searched refs:captureSurface (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/include/
DFrameDecoder.h146 status_t captureSurface();
/frameworks/base/core/java/android/hardware/camera2/impl/
DCameraAdvancedExtensionSessionImpl.java200 OutputSurface captureSurface = initializeParcelable(mClientCaptureSurface); in initialize() local
203 previewSurface, captureSurface); in initialize()
/frameworks/av/media/libstagefright/
DFrameDecoder.cpp659 return captureSurface(); in onOutputReceived()
707 status_t VideoFrameDecoder::captureSurface() { in captureSurface() function in android::VideoFrameDecoder