Home
last modified time | relevance | path

Searched refs:timeMS (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/media/jni/mediaeditor/
DVideoEditorThumbnailMain.h52 M4OSA_UInt32 height, M4OSA_UInt32 *timeMS,
67 M4OSA_UInt32 height, M4OSA_UInt32 *timeMS,
DVideoEditorThumbnailMain.cpp267 M4OSA_UInt32 height, M4OSA_UInt32* timeMS, in ThumbnailGetPixels32() argument
281 err = ThumbnailGetPixels(pContext, pixelArray, width, height, timeMS, tolerance); in ThumbnailGetPixels32()
290 M4OSA_UInt32 height, M4OSA_UInt32* timeMS, in ThumbnailGetPixels16() argument
304 timeMS, tolerance); in ThumbnailGetPixels16()
DVideoBrowserMain.c450 M4_MediaTime timeMS = 0; in videoBrowserPrepareFrame() local
480 timeMS = (M4_MediaTime)targetTime; in videoBrowserPrepareFrame()
482 pC->m_pDecoderCtx, &timeMS, bJumpNeeded, tolerance); in videoBrowserPrepareFrame()
490 pC->m_pDecoderCtx, &timeMS, pC->m_outputPlane, M4OSA_TRUE); in videoBrowserPrepareFrame()
498 pC->m_currentCTS = (M4OSA_UInt32)timeMS; in videoBrowserPrepareFrame()
DVideoEditorMain.cpp180 M4OSA_UInt32 timeMS);
2192 M4OSA_UInt32 timeMS) in videoEditor_getPixels() argument
2223 err = ThumbnailGetPixels32(mContext, (M4OSA_Int32 *)m_dst32, width,height,&timeMS,0); in videoEditor_getPixels()
2237 return timeMS; in videoEditor_getPixels()
2283 M4OSA_UInt32 timeMS = startTime; in videoEditor_getPixelsList() local
2284 timeMS += (2 * k + 1) * duration / (2 * noOfThumbnails); in videoEditor_getPixelsList()
2286 width, height, &timeMS, tolerance); in videoEditor_getPixelsList()
/frameworks/base/media/java/android/media/videoeditor/
DMediaArtistNativeHelper.java3977 long timeMS); in nativeGetPixels() argument