HomeSort by relevance Sort by last modified time
    Searched defs:lvl (Results 1 - 25 of 46) sorted by null

1 2

  /device/moto/shamu/camera/QCamera2/HAL/
QCameraThermalAdapter.cpp 156 qcamera_thermal_level_enum_t lvl = (qcamera_thermal_level_enum_t) level; local
158 rc = instance.mCallback->thermalEvtHandle(lvl, userdata, data);
  /external/libvpx/libvpx/vp8/common/
loopfilter.h 49 unsigned char lvl[4][4][4]; member in struct:__anon16511
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
loopfilter.h 49 unsigned char lvl[4][4][4]; member in struct:__anon30147
  /external/mesa3d/src/mesa/main/
texcompress_cpal.c 116 int lvl; local
128 for (lvl = 0; lvl < num_levels; lvl++) {
129 w = width >> lvl;
132 h = height >> lvl;
172 GLint lvl, num_levels; local
192 for (lvl = 0; lvl < num_levels; lvl++)
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_miptree.c 224 struct nv50_miptree_level *lvl = &mt->level[l]; local
229 lvl->offset = mt->total_size;
231 lvl->tile_mode = nv50_tex_choose_tile_dims(nbx, nby, d);
233 tsx = NV50_TILE_SIZE_X(lvl->tile_mode); /* x is tile row pitch in bytes */
234 tsy = NV50_TILE_SIZE_Y(lvl->tile_mode);
235 tsz = NV50_TILE_SIZE_Z(lvl->tile_mode);
237 lvl->pitch = align(nbx * blocksize, tsx);
239 mt->total_size += lvl->pitch * align(nby, tsy) * align(d, tsz);
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_miptree.c 229 struct nv50_miptree_level *lvl = &mt->level[l]; local
234 lvl->offset = mt->total_size;
236 lvl->tile_mode = nvc0_tex_choose_tile_dims(nbx, nby, d);
238 tsx = NVC0_TILE_SIZE_X(lvl->tile_mode); /* x is tile row pitch in bytes */
239 tsy = NVC0_TILE_SIZE_Y(lvl->tile_mode);
240 tsz = NVC0_TILE_SIZE_Z(lvl->tile_mode);
242 lvl->pitch = align(nbx * blocksize, tsx);
244 mt->total_size += lvl->pitch * align(nby, tsy) * align(d, tsz);
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_state_init.c 422 radeon_mipmap_level *lvl; local
442 lvl = &t->mt->levels[0];
445 OUT_BATCH_RELOC(lvl->faces[j].offset, t->mt->bo, lvl->faces[j].offset,
458 radeon_mipmap_level *lvl; local
481 lvl = &t->mt->levels[t->minLod];
482 OUT_BATCH_RELOC(lvl->faces[5].offset, t->mt->bo, lvl->faces[5].offset,
    [all...]
radeon_mipmap_tree.c 130 radeon_mipmap_level *lvl = &mt->levels[level]; local
133 height = _mesa_next_pow_two_32(lvl->height);
135 lvl->rowstride = get_texture_image_row_stride(rmesa, mt->mesaFormat, lvl->width, mt->tilebits, mt->target);
136 lvl->size = get_texture_image_size(mt->mesaFormat, lvl->rowstride, height, lvl->depth, mt->tilebits);
138 assert(lvl->size > 0);
140 lvl->faces[face].offset = *curOffset;
141 *curOffset += lvl->size
303 radeon_mipmap_level *lvl; local
    [all...]
radeon_texture.c 160 radeon_mipmap_level *lvl; local
169 lvl = &image->mt->levels[image->base.Base.Level];
171 image->base.Map = image->mt->bo->ptr + lvl->faces[image->base.Base.Face].offset;
172 image->base.RowStride = lvl->rowstride / _mesa_get_format_bytes(image->base.Base.TexFormat);
252 radeon_mipmap_level *lvl = &image->mt->levels[texImage->Level]; local
255 base = mt->bo->ptr + lvl->faces[image->base.Base.Face].offset;
257 *stride = lvl->rowstride;
712 radeon_mipmap_level *lvl; local
723 lvl = &image->mt->levels[level];
725 rs = lvl->rowstride / texel_size
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_loopfilter.h 60 uint8_t lvl[MAX_SEGMENTS][MAX_REF_FRAMES][MAX_MODE_LF_DELTAS]; member in struct:__anon30216
vp9_loopfilter.c 210 int lvl; local
213 for (lvl = 0; lvl <= MAX_LOOP_FILTER; lvl++) {
215 int block_inside_limit = lvl >> ((sharpness_lvl > 0) + (sharpness_lvl > 4));
225 vpx_memset(lfi->lfthr[lvl].lim, block_inside_limit, SIMD_WIDTH);
226 vpx_memset(lfi->lfthr[lvl].mblim, (2 * (lvl + 2) + block_inside_limit),
233 return lfi_n->lvl[mbmi->segment_id][mbmi->ref_frame[0]]
240 int lvl; local
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_loopfilter.h 48 uint8_t lvl[MAX_SEGMENTS][MAX_REF_FRAMES][MAX_MODE_LF_DELTAS]; member in struct:__anon16573
vp9_loopfilter.c 213 int lvl; local
216 for (lvl = 0; lvl <= MAX_LOOP_FILTER; lvl++) {
218 int block_inside_limit = lvl >> ((sharpness_lvl > 0) + (sharpness_lvl > 4));
228 memset(lfi->lfthr[lvl].lim, block_inside_limit, SIMD_WIDTH);
229 memset(lfi->lfthr[lvl].mblim, (2 * (lvl + 2) + block_inside_limit),
236 return lfi_n->lvl[mbmi->segment_id][mbmi->ref_frame[0]]
243 int lvl; local
    [all...]
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_miptree.c 40 struct nv30_miptree_level *lvl = &mt->level[level]; local
43 return (layer * mt->layer_size) + lvl->offset;
45 return lvl->offset + (layer * lvl->zslice_size);
93 struct nv30_miptree_level *lvl = &mt->level[level]; local
108 rect->pitch = lvl->pitch;
323 struct nv30_miptree_level *lvl = &mt->level[l]; local
327 lvl->offset = size;
328 lvl->pitch = mt->uniform_pitch;
329 if (!lvl->pitch
403 struct nv30_miptree_level *lvl = &mt->level[tmpl->u.tex.level]; local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_state_init.c 598 radeon_mipmap_level *lvl; local
606 lvl = &t->mt->levels[0];
609 OUT_BATCH_RELOC(lvl->faces[j].offset, t->mt->bo, lvl->faces[j].offset,
    [all...]
  /external/opencv3/3rdparty/libjasper/
jpc_t1enc.c 112 jpc_enc_rlvl_t *lvl; local
132 for (lvl = tcmpt->rlvls; lvl != endlvls; ++lvl) {
133 if (!lvl->bands) {
136 endbands = &lvl->bands[lvl->numbands];
137 for (band = lvl->bands; band != endbands; ++band) {
141 for (prcno = 0, prc = band->prcs; prcno < lvl->numprcs; ++prcno, ++prc) {
jpc_t2enc.c 164 jpc_enc_rlvl_t *lvl; local
216 lvl = &comp->rlvls[lvlno];
217 endbands = &lvl->bands[lvl->numbands];
218 for (band = lvl->bands; band != endbands; ++band) {
343 lvl = &comp->rlvls[lvlno];
344 endbands = &lvl->bands[lvl->numbands];
345 for (band = lvl->bands; band != endbands; ++band) {
394 jpc_enc_rlvl_t *lvl; local
442 jpc_enc_rlvl_t *lvl; local
490 jpc_enc_rlvl_t *lvl; local
    [all...]
jpc_enc.c 1108 jpc_enc_rlvl_t *lvl; local
1645 jpc_enc_rlvl_t *lvl; local
    [all...]
  /external/apache-http/src/org/apache/commons/logging/impl/
SimpleLog.java 214 String lvl = getStringProperty(systemPrefix + "log." + logName); local
216 while(null == lvl && i > -1) {
218 lvl = getStringProperty(systemPrefix + "log." + name);
222 if(null == lvl) {
223 lvl = getStringProperty(systemPrefix + "defaultlog");
226 if("all".equalsIgnoreCase(lvl)) {
228 } else if("trace".equalsIgnoreCase(lvl)) {
230 } else if("debug".equalsIgnoreCase(lvl)) {
232 } else if("info".equalsIgnoreCase(lvl)) {
234 } else if("warn".equalsIgnoreCase(lvl)) {
    [all...]
  /external/slf4j/jcl-over-slf4j/src/main/java/org/apache/commons/logging/impl/
SimpleLog.java 209 String lvl = getStringProperty(systemPrefix + "log." + logName); local
211 while (null == lvl && i > -1) {
213 lvl = getStringProperty(systemPrefix + "log." + name);
217 if (null == lvl) {
218 lvl = getStringProperty(systemPrefix + "defaultlog");
221 if ("all".equalsIgnoreCase(lvl)) {
223 } else if ("trace".equalsIgnoreCase(lvl)) {
225 } else if ("debug".equalsIgnoreCase(lvl)) {
227 } else if ("info".equalsIgnoreCase(lvl)) {
229 } else if ("warn".equalsIgnoreCase(lvl)) {
    [all...]
  /external/toybox/toys/pending/
syslogd.c 104 char *fac = tk, *lvl; local
112 lvl = tk + 1;
131 if (*lvl == *tk) {
133 lvl++;
137 if (*lvl) {
138 if ((i = logger_lookup(1, lvl)) == -1) return -1;
324 int olen = len, fac, lvl; local
344 lvl = LOG_PRI(pri);
358 if (lvl >= TT.log_prio) return;
362 if (!((tf->facility[lvl] & (1 << fac)) || (tf->level[fac] & (1<<lvl))))
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_texture.c 1386 unsigned lvl, size = 0; local
    [all...]
  /external/slf4j/integration/lib/
slf4j-simple-1.6.6.jar 
  /external/selinux/libsepol/cil/src/
cil_resolve_ast.c 3654 enum cil_log_level lvl = CIL_ERR; local
    [all...]
  /prebuilts/tools/common/m2/repository/org/slf4j/jcl-over-slf4j/1.6.2/
jcl-over-slf4j-1.6.2.jar 

Completed in 1031 milliseconds

1 2