Searched refs:gkRESULTS (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/media/jni/mediaeditor/
H A DVideoEditorOsal.cpp50 static const VideoEdit_Osal_Result gkRESULTS[] = variable
216 static const int gkRESULTS_COUNT = (sizeof(gkRESULTS) / sizeof(VideoEdit_Osal_Result));
236 if (result == gkRESULTS[index].result)
239 pString = gkRESULTS[index].pName;

Completed in 218 milliseconds