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

  /hardware/ti/omap4xxx/domx/omx_proxy_component/omx_video_dec/src/
omx_proxy_videodec.c 320 OMX_TI_PARAMNATIVEBUFFERUSAGE *pUsage = NULL;
335 pUsage = (OMX_TI_PARAMNATIVEBUFFERUSAGE*)pParamStruct;
336 if(pCompPrv->proxyPortBuffers[pUsage->nPortIndex].proxyBufferType == GrallocPointers)
339 pUsage->nUsage = GRALLOC_USAGE_HW_RENDER;
  /external/chromium_org/third_party/sqlite/src/src/
test_tclvar.c 234 struct sqlite3_index_constraint_usage *pUsage;
235 pUsage = &pIdxInfo->aConstraintUsage[ii];
236 pUsage->omit = 0;
237 pUsage->argvIndex = 1;
246 struct sqlite3_index_constraint_usage *pUsage;
247 pUsage = &pIdxInfo->aConstraintUsage[ii];
248 pUsage->omit = 1;
249 pUsage->argvIndex = 1;
test8.c 825 struct sqlite3_index_constraint_usage *pUsage;
829 pUsage = &pIdxInfo->aConstraintUsage[ii];
864 pUsage->argvIndex = ++nArg;
865 pUsage->omit = 1;
    [all...]
where.c     [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 894 milliseconds