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 474 pClass->pConstants[index].pName,
475 &pClass->pConstants[index].java);
503 if (value == pClass->pConstants[index].c)
506 pName = pClass->pConstants[index].pName;
545 if (value == pClass->pConstants[index].c)
548 pString = pClass->pConstants[index].pDescription;
588 if (value == pClass->pConstants[index].java)
591 value = pClass->pConstants[index].c;
626 if (value == pClass->pConstants[index].java)
629 value = pClass->pConstants[index].c
    [all...]
VideoEditorJava.h 307 VideoEditJava_Constant* pConstants;

Completed in 174 milliseconds