Searched defs:layers (Results 1 - 4 of 4) sorted by relevance

/hardware/intel/img/hwcomposer/common/base/
H A DHwcLayerList.cpp337 VLOGTRACE("no FB layers, skip plane allocation");
557 int layers = (int)mFBLayers.size(); local
560 if (candidates == layers - 1 && spriteLayer != NULL) {
570 ELOGTRACE("failed to compose all layers to primary plane, should never happen");
572 } else if (candidates == layers) {
576 VLOGTRACE("failed to assign layers without primary");
581 for (int i = 0; i < layers && !ok; i++) {
641 // update FB layers for smart composition
664 // eligible only when all noncandidate layers can be merged to the target layer:
668 // 2) noncandidate layer and candidate layers abov
[all...]
/hardware/ti/omap4-aah/hwc/
H A Drgz_2d.h22 * Maximum number of layers used to generate subregion rectangles in a
28 * Maximum number of layers the regionizer will accept as input. Account for an
53 hwc_layer_1_t *layers; member in struct:rgz_in_hwc
65 * Validate whether the HWC layers can be rendered
69 * data.hwc.layers HWC layer array
78 * Regionize the HWC layers
82 * layers can be rendered.
88 * data.hwc.layers HWC layer array
98 /* This means all layers can be blitted */
194 * data.bv.list List of HWC layers t
[all...]
H A Drgz_2d.c159 * The idea here is that we walk the layers from front to back and count the
160 * number of layers in the hregion until the first layer which doesn't require
447 * Blends two layers and write the result in the framebuffer, src1 must be the
693 * hregion. Assume that layers describe the bounds of the hregion.
803 * We don't care about the handle for background and layers with the
823 hwc_layer_1_t *layers = p->data.hwc.layers; local
828 if (!layers)
832 //dump_all(layers, layerno, 0);
845 IMG_native_handle_t *handle = (IMG_native_handle_t *)layers[
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
H A Dsvc_encodeframe.c77 int layers; member in struct:SvcInternal
93 // Superframe is used to generate an index of individual frames (i.e., layers)
399 * Format: encoding-mode=<svc_mode>,layers=<layer_count>
429 } else if (strcmp("layers", option_name) == 0) {
523 svc_log(svc_ctx, SVC_LOG_ERROR, "spatial layers: invalid value: %d\n",
539 // "layers=xx" then followed by other options
543 si->layers = svc_ctx->spatial_layers;
549 if (si->layers > 1) {
554 assert(si->layers <= VPX_SS_MAX_LAYERS);
555 for (i = 0; i < si->layers;
[all...]

Completed in 138 milliseconds