Home
last modified time | relevance | path

Searched refs:onInputSurfaceCreationFailed (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/av/media/libstagefright/include/media/stagefright/
H A DCodecBase.h142 virtual void onInputSurfaceCreationFailed(status_t err) = 0;
/aosp12/frameworks/av/media/codec2/sfplugin/
H A DCCodec.cpp1455 mCallback->onInputSurfaceCreationFailed(err); in initiateCreateInputSurface()
1537 mCallback->onInputSurfaceCreationFailed(UNKNOWN_ERROR); in createInputSurface()
1543 mCallback->onInputSurfaceCreationFailed(err); in createInputSurface()
/aosp12/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp517 virtual void onInputSurfaceCreationFailed(status_t err) override;
599 void CodecCallback::onInputSurfaceCreationFailed(status_t err) { in onInputSurfaceCreationFailed() function in android::__anon047fe27d0110::CodecCallback
H A DACodec.cpp7246 mCodec->mCallback->onInputSurfaceCreationFailed(err); in onCreateInputSurface()