Searched defs:timeMS (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/media/jni/mediaeditor/
H A DVideoBrowserMain.c450 M4_MediaTime timeMS = 0; local
480 timeMS = (M4_MediaTime)targetTime;
482 pC->m_pDecoderCtx, &timeMS, bJumpNeeded, tolerance);
490 pC->m_pDecoderCtx, &timeMS, pC->m_outputPlane, M4OSA_TRUE);
498 pC->m_currentCTS = (M4OSA_UInt32)timeMS;
H A DVideoEditorThumbnailMain.cpp267 M4OSA_UInt32 height, M4OSA_UInt32* timeMS,
281 err = ThumbnailGetPixels(pContext, pixelArray, width, height, timeMS, tolerance);
290 M4OSA_UInt32 height, M4OSA_UInt32* timeMS,
304 timeMS, tolerance);
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
H A DVideoEditorMain.cpp178 M4OSA_UInt32 timeMS);
2236 M4OSA_UInt32 timeMS)
2267 err = ThumbnailGetPixels32(mContext, (M4OSA_Int32 *)m_dst32, width,height,&timeMS,0);
2281 return timeMS;
2327 M4OSA_UInt32 timeMS = startTime; local
2328 timeMS += (2 * k + 1) * duration / (2 * noOfThumbnails);
2330 width, height, &timeMS, tolerance);
2229 videoEditor_getPixels( JNIEnv* env, jobject thiz, jstring path, jintArray pixelArray, M4OSA_UInt32 width, M4OSA_UInt32 height, M4OSA_UInt32 timeMS) argument
/frameworks/base/media/java/android/media/videoeditor/
H A DMediaArtistNativeHelper.java3968 * @param timeMS desired time of the thumbnail in ms
3977 long timeMS);
3976 nativeGetPixels(String fileName, int[] pixelArray, int width, int height, long timeMS) argument

Completed in 1111 milliseconds