Searched refs:querySupportedVendorParameters (Results 1 – 4 of 4) sorted by relevance
180 status_t querySupportedVendorParameters(JNIEnv *env, jobject *names);
1064 status_t JMediaCodec::querySupportedVendorParameters(JNIEnv *env, jobject *namesObj) { in querySupportedVendorParameters() function in android::JMediaCodec1066 status_t status = mCodec->querySupportedVendorParameters(&names); in querySupportedVendorParameters()3491 status_t status = codec->querySupportedVendorParameters(env, &ret); in android_media_MediaCodec_getSupportedVendorParameters()
295 status_t querySupportedVendorParameters(std::vector<std::string> *names);
3710 status_t MediaCodec::querySupportedVendorParameters(std::vector<std::string> *names) { in querySupportedVendorParameters() function in android::MediaCodec