HomeSort by relevance Sort by last modified time
    Searched refs:pConstants (Results 1 - 2 of 2) sorted by null

  /frameworks/base/media/jni/mediaeditor/
VideoEditorJava.cpp 476 pClass->pConstants[index].pName,
477 &pClass->pConstants[index].java);
505 if (value == pClass->pConstants[index].c)
508 pName = pClass->pConstants[index].pName;
547 if (value == pClass->pConstants[index].c)
550 pString = pClass->pConstants[index].pDescription;
590 if (value == pClass->pConstants[index].java)
593 value = pClass->pConstants[index].c;
628 if (value == pClass->pConstants[index].java)
631 value = pClass->pConstants[index].c
    [all...]
VideoEditorJava.h 307 VideoEditJava_Constant* pConstants;

Completed in 28 milliseconds