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.h128 status_t setupInputSurface(const std::shared_ptr<InputSurfaceWrapper> &surface);
/frameworks/av/media/codec2/sfplugin/
DCCodec.cpp1899 err = setupInputSurface(std::make_shared<AGraphicBufferSourceWrapper>( in createInputSurface()
1915 err = setupInputSurface(std::make_shared<C2InputSurfaceWrapper>( in createInputSurface()
1923 err = setupInputSurface(std::make_shared<HGraphicBufferSourceWrapper>( in createInputSurface()
1953 status_t CCodec::setupInputSurface(const std::shared_ptr<InputSurfaceWrapper> &surface) { in setupInputSurface() function in android::CCodec
2034 status_t err = setupInputSurface(std::make_shared<AGraphicBufferSourceWrapper>( in setInputSurface()
2051 status_t err = setupInputSurface(std::make_shared<C2InputSurfaceWrapper>( in setInputSurface()
2063 status_t err = setupInputSurface(std::make_shared<HGraphicBufferSourceWrapper>( in setInputSurface()
/frameworks/av/media/libstagefright/
DACodec.cpp399 status_t setupInputSurface();
7277 status_t ACodec::LoadedState::setupInputSurface() { in setupInputSurface() function in android::ACodec::LoadedState
7403 err = setupInputSurface(); in onCreateInputSurface()
7437 err = setupInputSurface(); in onSetInputSurface()