約30件1ページ目

日本語のみで絞り込む

条件を指定して検索しています。すべての条件を解除する

  • 最終更新日:1年以内
  • 2024/4/17 -AAssetManager is a wrapper to the low-level native implementation of the java AAssetManager, a pointer can be obtained using AAssetManager_fromJava(). The asset ...

    2024/1/11 -I tried to load the asset manager later in my application, by getting methods from the JNI and then executing them, but it seemed the asset manager would get ...

    2024/4/29 -... AAssetManager_fromJava(env, clazz); AAsset *asset = AAssetManager_open(asset_manager, file_name, AASSET_MODE_BUFFER); env->ReleaseStringUTFChars(fileName ...

    2023/11/20 -I am using AAssetManager_fromJava to use Dalvik AssetManager object on native side. But since I need to load the JSON file in JNI_Onload, and it gets called ...

    2024/2/21 -// 在Java代码中加载Assets文件 AssetManager assetManager = getAssets(); AAssetManager aAssetManager = AAssetManager_fromJava(env, assetManager); // 打开 ...

    2023/11/21 -如需查看渲染已解码图片的示例,请参阅Teapot 示例。 AAssetManager* nativeManager = AAssetManager_fromJava(env, jAssets); const char* file = // Filename AAsset ...

    2024/3/13 -auto manager = AAssetManager_fromJava(env, assetManager); fastgltf::setAndroidAssetManager(manager);. After this call LoadExternalBuffers and ...

    2023/10/22 -A sample Android app using java code and whisper.cpp library to do voice-to-text transcriptions. - litongjava/whisper.cpp.android.java.demo.

    2024/4/7 -AssetManager *mgr = AAssetManager_fromJava(env, assetManager); // mgrがNULL!? } 何が悪い? ググってもcomplete codeが見つからない、断片的なものばっかりなので ...

    2023/9/2 -use_vulkan_compute = true; AAssetManager *mgr = AAssetManager_fromJava(env, assetManager); face_portrait_v2_net.opt = opt; int ret0 = face_portrait_v2_net ...