Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/sfplugin/include/media/stagefright/
DCCodec.h122 status_t setupInputSurface(const std::shared_ptr<InputSurfaceWrapper> &surface);
/frameworks/av/media/codec2/sfplugin/
DCCodec.cpp1166 err = setupInputSurface(std::make_shared<C2InputSurfaceWrapper>( in createInputSurface()
1174 err = setupInputSurface(std::make_shared<GraphicBufferSourceWrapper>( in createInputSurface()
1195 status_t CCodec::setupInputSurface(const std::shared_ptr<InputSurfaceWrapper> &surface) { in setupInputSurface() function in android::CCodec
1252 status_t err = setupInputSurface(std::make_shared<C2InputSurfaceWrapper>( in setInputSurface()
1264 status_t err = setupInputSurface(std::make_shared<GraphicBufferSourceWrapper>( in setInputSurface()
/frameworks/av/media/libstagefright/
DACodec.cpp370 status_t setupInputSurface();
6937 status_t ACodec::LoadedState::setupInputSurface() { in setupInputSurface() function in android::ACodec::LoadedState
7064 err = setupInputSurface(); in onCreateInputSurface()
7098 err = setupInputSurface(); in onSetInputSurface()