Searched defs:pixelArray (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/media/jni/mediaeditor/
H A DVideoEditorThumbnailMain.cpp75 M4OSA_Int32* pixelArray,
220 M4OSA_Int32* pixelArray,
230 err = videoBrowserSetWindow(pC->m_pVideoBrowser, pixelArray,
266 M4OSA_Int32* pixelArray, M4OSA_UInt32 width,
276 CHECK_PTR(ThumbnailGetPixels32, pixelArray, err, M4ERR_ALLOC) ;
279 pC->m_dst32 = pixelArray;
281 err = ThumbnailGetPixels(pContext, pixelArray, width, height, timeMS, tolerance);
289 M4OSA_Int16* pixelArray, M4OSA_UInt32 width,
298 CHECK_PTR(ThumbnailGetPixels16, pixelArray, err, M4ERR_ALLOC);
300 pC->m_dst16 = pixelArray;
219 ThumbnailGetPixels(const M4OSA_Context pContext, M4OSA_Int32* pixelArray, M4OSA_UInt32 width, M4OSA_UInt32 height, M4OSA_UInt32* pTimeMS, M4OSA_UInt32 tolerance) argument
265 ThumbnailGetPixels32(const M4OSA_Context pContext, M4OSA_Int32* pixelArray, M4OSA_UInt32 width, M4OSA_UInt32 height, M4OSA_UInt32* timeMS, M4OSA_UInt32 tolerance) argument
288 ThumbnailGetPixels16(const M4OSA_Context pContext, M4OSA_Int16* pixelArray, M4OSA_UInt32 width, M4OSA_UInt32 height, M4OSA_UInt32* timeMS, M4OSA_UInt32 tolerance) argument
[all...]
H A DVideoEditorMain.cpp175 jintArray pixelArray,
183 jintArray pixelArray,
677 M4VIFI_UInt8 *pixelArray = M4OSA_NULL; local
839 pixelArray = (M4VIFI_UInt8 *)M4OSA_32bitAlignedMalloc(framesizeYuv, M4VS,
840 (M4OSA_Char*)"videoEditor pixelArray");
841 if (pixelArray == M4OSA_NULL) {
850 result = ThumbnailGetPixels16(tnContext, (M4OSA_Int16 *)pixelArray,
857 free(pixelArray);
872 M4OSA_fileWriteData(fileContext, (M4OSA_MemAddr8) pixelArray,
886 free(pixelArray);
1015 M4VIFI_UInt8 *pixelArray = M4OSA_NULL; local
1586 jintArray pixelArray = M4OSA_NULL; local
2229 videoEditor_getPixels( JNIEnv* env, jobject thiz, jstring path, jintArray pixelArray, M4OSA_UInt32 width, M4OSA_UInt32 height, M4OSA_UInt32 timeMS) argument
2284 videoEditor_getPixelsList( JNIEnv* env, jobject thiz, jstring path, jintArray pixelArray, M4OSA_UInt32 width, M4OSA_UInt32 height, M4OSA_UInt32 noOfThumbnails, jlong startTime, jlong endTime, jintArray indexArray, jobject callback) argument
[all...]
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorPreviewController.cpp801 M4VIFI_UInt8 *pixelArray = NULL; local
833 pixelArray = NULL;
905 (M4OSA_Void *)pixelArray);
911 free(pixelArray);
912 pixelArray = NULL;
921 pFrameStr->uiFrameHeight, (M4OSA_Void *)pixelArray);
927 free(pixelArray);
928 pixelArray = NULL;
937 pFrameStr->uiFrameHeight, (M4OSA_Void *)pixelArray);
943 free(pixelArray);
[all...]
/frameworks/base/core/jni/android/graphics/
H A DBitmap.cpp531 jintArray pixelArray, int offset, int stride,
545 jint* dst = env->GetIntArrayElements(pixelArray, NULL);
552 env->ReleaseIntArrayElements(pixelArray, dst, 0);
574 jintArray pixelArray, int offset, int stride,
576 GraphicsJNI::SetPixels(env, pixelArray, offset, stride,
530 Bitmap_getPixels(JNIEnv* env, jobject, const SkBitmap* bitmap, jintArray pixelArray, int offset, int stride, int x, int y, int width, int height) argument
573 Bitmap_setPixels(JNIEnv* env, jobject, const SkBitmap* bitmap, jintArray pixelArray, int offset, int stride, int x, int y, int width, int height) argument
/frameworks/base/media/java/android/media/videoeditor/
H A DMediaArtistNativeHelper.java3965 * @param pixelArray the array that receives the pixel values
3971 * @throws IllegalArgumentException if the pixelArray is not available or
3976 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 221 milliseconds