Home
last modified time | relevance | path

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

/hardware/google/av/media/sfplugin/
DCCodec.h95 status_t setupInputSurface(const std::shared_ptr<InputSurfaceWrapper> &surface);
DCCodec.cpp966 err = setupInputSurface(std::make_shared<C2InputSurfaceWrapper>( in createInputSurface()
974 err = setupInputSurface(std::make_shared<GraphicBufferSourceWrapper>( in createInputSurface()
991 status_t CCodec::setupInputSurface(const std::shared_ptr<InputSurfaceWrapper> &surface) { in setupInputSurface() function in android::CCodec
1049 status_t err = setupInputSurface(std::make_shared<C2InputSurfaceWrapper>( in setInputSurface()
1061 status_t err = setupInputSurface(std::make_shared<GraphicBufferSourceWrapper>( in setInputSurface()