Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/sfplugin/
DCCodec.cpp3138 static std::unique_ptr<C2StreamBufferTypeSetting::input> sInvalidated = []{ in getInputStreamFormat() local
3144 return mInputStreamFormat ? *mInputStreamFormat : *sInvalidated; in getInputStreamFormat()
3148 static std::unique_ptr<C2PortAllocatorsTuning::input> sInvalidated = []{ in getInputAllocators() local
3154 return mInputAllocators ? *mInputAllocators : *sInvalidated; in getInputAllocators()