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

/frameworks/base/media/jni/mediaeditor/
H A DVideoEditorMain.cpp682 M4OSA_Context tnContext = M4OSA_NULL; local
805 result = ThumbnailOpen(&tnContext,
808 if (result != M4NO_ERROR || tnContext == M4OSA_NULL) {
844 ThumbnailClose(tnContext);
850 result = ThumbnailGetPixels16(tnContext, (M4OSA_Int16 *)pixelArray,
858 ThumbnailClose(tnContext);
862 ThumbnailClose(tnContext);
863 tnContext = M4OSA_NULL;
1017 M4OSA_Context tnContext = M4OSA_NULL; local
1065 result = ThumbnailOpen(&tnContext,(cons
[all...]

Completed in 545 milliseconds