HomeSort by relevance Sort by last modified time
    Searched refs:surface_native (Results 1 - 2 of 2) sorted by null

  /frameworks/base/media/jni/
android_media_MediaRecorder.cpp 51 jfieldID surface_native; member in struct:fields_t
112 Surface* const p = (Surface*)env->GetIntField(clazz, fields.surface_native);
412 fields.surface_native = env->GetFieldID(surface, ANDROID_VIEW_SURFACE_JNI_ID, "I");
413 if (fields.surface_native == NULL) {
  /frameworks/base/media/jni/mediaeditor/
VideoEditorMain.cpp 633 jfieldID surface_native = local
636 (M4OSA_NULL == surface_native),
639 Surface* const p = (Surface*)pEnv->GetIntField(surface, surface_native);
714 jfieldID surface_native = local
717 (M4OSA_NULL == surface_native),
720 Surface* const p = (Surface*)pEnv->GetIntField(mSurface, surface_native);
1043 jfieldID surface_native = local
2147 jfieldID surface_native local
    [all...]

Completed in 24 milliseconds