Searched refs:fileName (Results 76 - 82 of 82) sorted by relevance

1234

/frameworks/base/graphics/java/android/renderscript/
H A DRenderScript.java472 native int rsnFontCreateFromFile(int con, String fileName, float size, int dpi); argument
473 synchronized int nFontCreateFromFile(String fileName, float size, int dpi) { argument
475 return rsnFontCreateFromFile(mContext, fileName, size, dpi);
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/videoeditor/
H A DVideoEditorPreviewTest.java704 final String fileName = mVideoEditor.getPath() + "/test.3gp";
709 mVideoEditor.export(fileName, height, bitrate,
/frameworks/base/tools/aidl/
H A Daidl.cpp634 string fileName = options.outputFileName + ".d"; local
635 to = fopen(fileName.c_str(), "wb");
/frameworks/base/graphics/jni/
H A Dandroid_renderscript_RenderScript.cpp811 nFileA3DCreateFromFile(JNIEnv *_env, jobject _this, RsContext con, jstring fileName) argument
813 AutoJavaStringToUTF8 fileNameUTF(_env, fileName);
855 jstring fileName, jfloat fontSize, jint dpi)
857 AutoJavaStringToUTF8 fileNameUTF(_env, fileName);
854 nFontCreateFromFile(JNIEnv *_env, jobject _this, RsContext con, jstring fileName, jfloat fontSize, jint dpi) argument
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorPreviewController.cpp969 const char* fileName = (const char*) pController->mClipList[index]->pFile; local
970 pController->mVePlayer[playerInstance]->setDataSource(fileName, NULL);
H A DVideoEditorTools.cpp2844 * M4OSA_ERR LvGetImageThumbNail(M4OSA_UChar *fileName, M4OSA_Void **pBuffer)
2847 * @param fileName: (IN) Path to the filename of the image argb data
2855 M4OSA_ERR LvGetImageThumbNail(const char *fileName, M4OSA_UInt32 height, M4OSA_UInt32 width, M4OSA_Void **pBuffer) { argument
2869 M4OSA_ERR lerr = M4OSA_fileReadOpen(&lImageFileFp, (M4OSA_Void *) fileName, M4OSA_kFileRead);
/frameworks/base/media/java/android/media/videoeditor/
H A DMediaArtistNativeHelper.java3976 private native int nativeGetPixels(String fileName, int[] pixelArray, int width, int height, argument
3979 private native int nativeGetPixelsList(String fileName, int[] pixelArray, argument

Completed in 173 milliseconds

1234