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

/frameworks/base/media/jni/mediaeditor/
H A DVideoEditorMain.cpp673 M4OSA_Context tnContext = M4OSA_NULL; local
786 result = ThumbnailOpen(&tnContext,
789 if (result != M4NO_ERROR || tnContext == M4OSA_NULL) {
825 ThumbnailClose(tnContext);
831 result = ThumbnailGetPixels16(tnContext, (M4OSA_Int16 *)pixelArray,
839 ThumbnailClose(tnContext);
843 ThumbnailClose(tnContext);
844 tnContext = M4OSA_NULL;
998 M4OSA_Context tnContext = M4OSA_NULL; local
1034 result = ThumbnailOpen(&tnContext,(cons
[all...]

Completed in 136 milliseconds