Home
last modified time | relevance | path

Searched refs:PVMFInfoFirst (Results 1 – 2 of 2) sorted by relevance

/external/opencore/pvmi/pvmf/include/
Dpvmf_return_codes.h198 const PVMFStatus PVMFInfoFirst = 10; variable
382 #define IsPVMFInfoCode(s) ((PVMFInfoFirst<=s)&&(s<=PVMFInfoLast))
/external/opencore/android/
Dplayerdriver.cpp173 } else if (status >= PVMFInfoFirst) { in MapStatusToEventType()