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

  /external/lisa/libs/utils/android/
surfaceflinger.py 112 current_layer = None
126 current_layer = _Layer(layer_name)
127 self.layers[layer_name] = current_layer
132 if not current_layer is None and '=' in line:
156 current_layer._properties.update({key : value})
159 if not current_layer is None and "Slots:" in line:
160 current_layer = None
  /external/ImageMagick/coders/
xcf.c 1262 current_layer = 0, local
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
ethreading.c 199 if (cpi->current_layer == 0) {
225 if ((cpi->current_layer == 0) &&
ratectrl.c 546 if (cpi->current_layer > 0) {
548 cpi->layer_context[cpi->current_layer].avg_frame_size_for_layer;
871 for (i = cpi->current_layer + 1; i < cpi->oxcf.number_of_layers; ++i) {
    [all...]
encodeframe.c 477 if (cpi->current_layer == 0) {
502 if ((cpi->current_layer == 0) &&
    [all...]
onyx_int.h 657 unsigned int current_layer; member in struct:VP8_COMP
onyx_if.c 196 LAYER_CONTEXT *lc = &cpi->layer_context[cpi->current_layer];
236 cpi->current_layer = layer;
343 cpi->current_layer = 0;
    [all...]
pickinter.c 78 if (cpi->current_layer == 0 &&
    [all...]

Completed in 429 milliseconds