Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codec2/sfplugin/include/media/stagefright/
H A DCCodec.h128 status_t setupInputSurface(const std::shared_ptr<InputSurfaceWrapper> &surface);
/aosp12/frameworks/av/media/codec2/sfplugin/
H A DCCodec.cpp1524 err = setupInputSurface(std::make_shared<C2InputSurfaceWrapper>( in createInputSurface()
1532 err = setupInputSurface(std::make_shared<GraphicBufferSourceWrapper>( in createInputSurface()
1561 status_t CCodec::setupInputSurface(const std::shared_ptr<InputSurfaceWrapper> &surface) { in setupInputSurface() function in android::CCodec
1637 status_t err = setupInputSurface(std::make_shared<C2InputSurfaceWrapper>( in setInputSurface()
1649 status_t err = setupInputSurface(std::make_shared<GraphicBufferSourceWrapper>( in setInputSurface()
/aosp12/frameworks/av/media/libstagefright/
H A DACodec.cpp385 status_t setupInputSurface();
7106 status_t ACodec::LoadedState::setupInputSurface() { in setupInputSurface() function in android::ACodec::LoadedState
7232 err = setupInputSurface(); in onCreateInputSurface()
7266 err = setupInputSurface(); in onSetInputSurface()