Home | History | Annotate | Download | only in mediaeditor

Lines Matching refs:timeMs

178                                  M4OSA_UInt32             timeMS);
647 frameStr.timeMs = 0;
672 M4OSA_UInt32 timeMs = (M4OSA_UInt32)fromMs;
737 if (timeMs == 0) {
742 "videoEditor_renderPreviewFrame() timeMs=%d", timeMs);
744 if (timeMs > uiTotalClipDuration) {
746 "videoEditor_renderPreviewFrame() timeMs > uiTotalClipDuration");
753 if (timeMs <= (iIncrementedDuration +
759 "videoEditor_renderPreviewFrame() iCurrentClipIndex=%d for timeMs=%d",
760 iCurrentClipIndex, timeMs);
772 if (timeMs == iIncrementedDuration) {
796 tnTimeMs = (M4OSA_UInt32)timeMs;
809 /* timeMs is relative to storyboard; in this api it shud be relative to this clip */
811 (timeMs == iIncrementedDuration)) {
817 + (timeMs - iIncrementedDuration);
928 frameStr.timeMs = timeMs; /* timestamp on storyboard*/
1010 M4OSA_UInt32 timeMs = (M4OSA_UInt32)fromMs;
1060 "videoEditor_renderMediaItemPreviewFrame() timeMs=%d", timeMs);
1064 return timeMs;
1077 return timeMs;
1082 frameHeight, &timeMs, 0);
1135 frameStr.timeMs = timeMs; /* timestamp on storyboard*/
1162 return timeMs;
2231 M4OSA_UInt32 timeMS)
2262 err = ThumbnailGetPixels32(mContext, (M4OSA_Int32 *)m_dst32, width,height,&timeMS,0);
2276 return timeMS;
2322 M4OSA_UInt32 timeMS = startTime;
2323 timeMS += (2 * k + 1) * duration / (2 * noOfThumbnails);
2325 width, height, &timeMS, tolerance);