HomeSort by relevance Sort by last modified time
    Searched defs:pState (Results 1 - 8 of 8) sorted by null

  /external/opencv3/modules/cudalegacy/src/
graphcuts.cpp 127 nppSafeCall( func(sznpp, &pState, pDeviceMem) );
132 nppSafeCall( nppiGraphcutFree(pState) );
137 return pState;
141 NppiGraphcutState* pState;
  /external/pdfium/core/src/fpdfdoc/
doc_ocg.cpp 139 CPDF_Dictionary* pState = pUsage->GetDict(csConfig);
140 if (!pState) {
143 bState = pState->GetString(csFind) != "OFF";
155 CPDF_Dictionary* pState = pUsage->GetDict(csState);
156 if (pState) {
158 if (pState->KeyExist(csFind)) {
159 return pState->GetString(csFind) != "OFF";
163 pState = pUsage->GetDict("View");
164 if (pState && pState->KeyExist("ViewState"))
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_pcm.c 46 static EAS_RESULT LinearPCMDecode (EAS_DATA_HANDLE pEASData, S_PCM_STATE *pState);
47 static EAS_RESULT LinearPCMLocate (EAS_DATA_HANDLE pEASData, S_PCM_STATE *pState, EAS_I32 time);
108 static EAS_RESULT RenderPCMStream (S_EAS_DATA *pEASData, S_PCM_STATE *pState, EAS_I32 numSamples);
113 static EAS_RESULT InitPCMStream (S_EAS_DATA *pEASData, S_PCM_STATE *pState);
133 S_PCM_STATE *pState;
153 for (i = 0, pState = pEASData->pPCMStreams; i < MAX_PCM_STREAMS; i++, pState++)
154 pState->fileHandle = NULL;
208 S_PCM_STATE *pState;
213 for (i = 0, pState = pEASData->pPCMStreams; i < MAX_PCM_STREAMS; i++, pState++
    [all...]
  /external/aac/libAACdec/src/
aacdec_hcr_types.h 344 STATEFUNC pState;
  /device/google/contexthub/firmware/inc/platform/stm32f4xx/cmsis/
arm_math.h 1073 q7_t *pState; /**< points to the state variable array. The array is of length numTaps+blockSize-1. */
1083 q15_t *pState; /**< points to the state variable array. The array is of length numTaps+blockSize-1. */
1093 q31_t *pState; /**< points to the state variable array. The array is of length numTaps+blockSize-1. */
1103 float32_t *pState; /**< points to the state variable array. The array is of length numTaps+blockSize-1. */
1128 * @param[in] *pState points to the state buffer.
1136 q7_t * pState,
    [all...]
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http2/4.1.0.CR3/
netty-codec-http2-4.1.0.CR3.jar 
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 917 milliseconds