Home | History | Annotate | Download | only in mediaeditor

Lines Matching defs:timeMs

180                                  M4OSA_UInt32             timeMS);
641 frameStr.timeMs = 0;
666 M4OSA_UInt32 timeMs = (M4OSA_UInt32)fromMs;
721 if (timeMs == 0) {
726 "videoEditor_renderPreviewFrame() timeMs=%d", timeMs);
728 if (timeMs > uiTotalClipDuration) {
730 "videoEditor_renderPreviewFrame() timeMs > uiTotalClipDuration");
737 if (timeMs <= (iIncrementedDuration +
743 "videoEditor_renderPreviewFrame() iCurrentClipIndex=%d for timeMs=%d",
744 iCurrentClipIndex, timeMs);
756 if (timeMs == iIncrementedDuration) {
780 tnTimeMs = (M4OSA_UInt32)timeMs;
793 /* timeMs is relative to storyboard; in this api it shud be relative to this clip */
795 (timeMs == iIncrementedDuration)) {
801 + (timeMs - iIncrementedDuration);
912 frameStr.timeMs = timeMs; /* timestamp on storyboard*/
994 M4OSA_UInt32 timeMs = (M4OSA_UInt32)fromMs;
1032 "videoEditor_renderMediaItemPreviewFrame() timeMs=%d", timeMs);
1036 return timeMs;
1049 return timeMs;
1054 frameHeight, &timeMs, 0);
1107 frameStr.timeMs = timeMs; /* timestamp on storyboard*/
1134 return timeMs;
2192 M4OSA_UInt32 timeMS)
2223 err = ThumbnailGetPixels32(mContext, (M4OSA_Int32 *)m_dst32, width,height,&timeMS,0);
2237 return timeMS;
2283 M4OSA_UInt32 timeMS = startTime;
2284 timeMS += (2 * k + 1) * duration / (2 * noOfThumbnails);
2286 width, height, &timeMS, tolerance);