Searched refs:querySupportedVendorParameters (Results 1 – 2 of 2) sorted by relevance
167 status_t querySupportedVendorParameters(JNIEnv *env, jobject *names);
968 status_t JMediaCodec::querySupportedVendorParameters(JNIEnv *env, jobject *namesObj) { in querySupportedVendorParameters() function in android::JMediaCodec970 status_t status = mCodec->querySupportedVendorParameters(&names); in querySupportedVendorParameters()3068 status_t status = codec->querySupportedVendorParameters(env, &ret); in android_media_MediaCodec_getSupportedVendorParameters()