HomeSort by relevance Sort by last modified time
    Searched refs:nMax (Results 1 - 25 of 34) sorted by null

1 2

  /frameworks/native/include/media/openmax/
OMX_Types.h 275 OMX_U32 nMax; /**< maximum for value (i.e. nValue <= nMax) */
283 OMX_S32 nMax; /**< maximum for value (i.e. nValue <= nMax) */
  /hardware/qcom/media/mm-core/inc/
OMX_Types.h 257 OMX_U32 nMax; /**< maximum for value (i.e. nValue <= nMax) */
265 OMX_S32 nMax; /**< maximum for value (i.e. nValue <= nMax) */
OMX_QCOMExtns.h 449 * nMax : Maximum value
457 OMX_S32 nMax;
    [all...]
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_Types.h 257 OMX_U32 nMax; /**< maximum for value (i.e. nValue <= nMax) */
265 OMX_S32 nMax; /**< maximum for value (i.e. nValue <= nMax) */
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
OMX_Types.h 257 OMX_U32 nMax; /**< maximum for value (i.e. nValue <= nMax) */
265 OMX_S32 nMax; /**< maximum for value (i.e. nValue <= nMax) */
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Types.h 257 OMX_U32 nMax; /**< maximum for value (i.e. nValue <= nMax) */
265 OMX_S32 nMax; /**< maximum for value (i.e. nValue <= nMax) */
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_Types.h 257 OMX_U32 nMax; /**< maximum for value (i.e. nValue <= nMax) */
265 OMX_S32 nMax; /**< maximum for value (i.e. nValue <= nMax) */
  /external/chromium_org/third_party/sqlite/src/src/
pcache1.c 51 int nMaxPage; /* Sum of nMax for purgeable caches */
68 ** flag (bPurgeable) are set when the cache is created. nMax may be
70 ** The PGroup mutex must be held when accessing nMax.
76 unsigned int nMax; /* Configured "cache_size" value */
77 unsigned int n90pct; /* nMax*9/10 */
602 static void pcache1Cachesize(sqlite3_pcache *p, int nMax){
607 pGroup->nMaxPage += (nMax - pCache->nMax);
609 pCache->nMax = nMax;
    [all...]
pcache.c 23 int nMax; /* Configured cache size */
184 p->nMax = 100;
228 sqlite3GlobalConfig.pcache.xCachesize(p, pCache->nMax);
560 return pCache->nMax;
567 pCache->nMax = mxPage;
pager.c     [all...]
test1.c     [all...]
  /external/chromium_org/third_party/sqlite/src/ext/rtree/
rtree_util.tcl 75 set nMax [expr {int(($n-4)/(8+[rtree_ndim $db $zTab]*2*4))}]
76 return [expr {int($nMax/3)}]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_target.cpp 302 unsigned int n = 0, nMax = allFuncs.getSize();
305 (struct nv50_ir_prog_symbol *)MALLOC(nMax * sizeof(*info->bin.syms));
311 assert(n < nMax);
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_target.cpp 302 unsigned int n = 0, nMax = allFuncs.getSize();
305 (struct nv50_ir_prog_symbol *)MALLOC(nMax * sizeof(*info->bin.syms));
311 assert(n < nMax);
  /external/icu4c/samples/layout/
clayout.c 65 si.nMax = pf_getLineCount(context->paragraph) - 1;
188 si.nPos = si.nMax;
layout.cpp 64 si.nMax = context->paragraph->getLineCount() - 1;
186 si.nPos = si.nMax;
  /external/chromium/chrome/browser/ui/views/tab_contents/
native_tab_contents_view_win.cc 246 si.nMax = 100;
  /external/chromium_org/content/browser/web_contents/
web_contents_view_win.cc 455 si.nMax = 100;
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/tests/
G722EncTest.c 606 pCompPrivateStructGain->sVolume.nMax = 100; /* max volume */
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/tests/
G726DecTest.c 818 pCompPrivateStructVolume->sVolume.nMax = 100; /* max volume */
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/tests/
G711DecTest.c 849 pCompPrivateStructVolume->sVolume.nMax = 100; /* max volume */
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/tests/
G722DecTest.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/tests/
G729DecTest.c 772 pCompPrivateStructVolume->sVolume.nMax = 100; /* max volume */
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/tests/
AmrEncTest.c     [all...]

Completed in 5698 milliseconds

1 2