Searched refs:defaultFormatObj (Results 1 - 2 of 2) sorted by path

/frameworks/base/media/jni/
H A Dandroid_media_MediaCodec.cpp650 jobject defaultFormatObj = NULL; local
651 if (ConvertMessageToMap(env, defaultFormat, &defaultFormatObj)) {
654 ScopedLocalRef<jobject> defaultFormatRef(env, defaultFormatObj);
H A Dandroid_media_MediaCodecList.cpp193 jobject defaultFormatObj = NULL; local
194 if (ConvertMessageToMap(env, defaultFormat, &defaultFormatObj)) {
200 env->DeleteLocalRef(defaultFormatObj);
248 defaultFormatObj, infoObj);
256 env->DeleteLocalRef(defaultFormatObj);
257 defaultFormatObj = NULL;

Completed in 51 milliseconds