Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DCodecBase.cpp43 status_t CodecBase::querySupportedParameters(std::vector<std::string> *names) { in querySupportedParameters() function in android::CodecBase
DMediaCodec.cpp2769 return mCodec->querySupportedParameters(names); in querySupportedVendorParameters()
/frameworks/av/media/codec2/sfplugin/include/media/stagefright/
DCCodec.h68 virtual status_t querySupportedParameters(std::vector<std::string> *names) override;
/frameworks/av/media/libstagefright/include/media/stagefright/
DCodecBase.h255 virtual status_t querySupportedParameters(std::vector<std::string> *names);
/frameworks/av/media/codec2/sfplugin/
DCCodecConfig.h338 status_t querySupportedParameters(std::vector<std::string> *names);
DCCodec.cpp2099 status_t CCodec::querySupportedParameters(std::vector<std::string> *names) { in querySupportedParameters() function in android::CCodec
2102 return config->querySupportedParameters(names); in querySupportedParameters()
DCCodecConfig.cpp1878 status_t CCodecConfig::querySupportedParameters(std::vector<std::string> *names) { in querySupportedParameters() function in android::CCodecConfig