Searched defs:fileProperties (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/libvideoeditor/vss/src/
H A DM4xVSS_API.c254 M4VIDEOEDITING_ClipProperties fileProperties; local
344 &fileProperties);
347 // &fileProperties);
358 if( fileProperties.uiVideoWidth == 128
359 && fileProperties.uiVideoHeight == 96 )
361 if( fileProperties.VideoStreamType == M4VIDEOEDITING_kH263 )
363 videoConfig[0] += fileProperties.uiClipVideoDuration;
365 else if( ( fileProperties.VideoStreamType
367 || (fileProperties.VideoStreamType == M4VIDEOEDITING_kH264) )
369 videoConfig[3] += fileProperties
2159 M4VIDEOEDITING_ClipProperties fileProperties; local
4524 M4VIDEOEDITING_ClipProperties fileProperties; local
[all...]
H A DM4xVSS_internal.c2639 M4VIDEOEDITING_ClipProperties fileProperties; local
2656 &fileProperties);
2662 fileProperties.AudioStreamType =
3546 M4VIDEOEDITING_ClipProperties fileProperties; local
3573 err = M4xVSS_internalGetProperties(xVSS_context, pDecodedPath, &fileProperties);
3577 pClipList[i]->pFile, &fileProperties);*/
3584 if(fileProperties.VideoStreamType == M4VIDEOEDITING_kMPEG4)
3591 tempTimeScale = fileProperties.uiVideoTimeScale;
3598 if(tempDuration < (fileProperties.uiClipDuration\
3601 tempTimeScale = fileProperties
[all...]

Completed in 58 milliseconds