Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/sfplugin/
DCCodec.h105 status_t setupInputSurface(const std::shared_ptr<InputSurfaceWrapper> &surface);
DCCodec.cpp1139 err = setupInputSurface(std::make_shared<C2InputSurfaceWrapper>( in createInputSurface()
1147 err = setupInputSurface(std::make_shared<GraphicBufferSourceWrapper>( in createInputSurface()
1164 status_t CCodec::setupInputSurface(const std::shared_ptr<InputSurfaceWrapper> &surface) { in setupInputSurface() function in android::CCodec
1224 status_t err = setupInputSurface(std::make_shared<C2InputSurfaceWrapper>( in setInputSurface()
1236 status_t err = setupInputSurface(std::make_shared<GraphicBufferSourceWrapper>( in setInputSurface()
/frameworks/av/media/libstagefright/
DACodec.cpp370 status_t setupInputSurface();
6871 status_t ACodec::LoadedState::setupInputSurface() { in setupInputSurface() function in android::ACodec::LoadedState
6992 err = setupInputSurface(); in onCreateInputSurface()
7023 status_t err = setupInputSurface(); in onSetInputSurface()