Searched refs:overlay (Results 1 - 25 of 209) sorted by path

123456789

/external/aac/libAACdec/src/
H A Daacdec_hcr.cpp210 INT globalHcrType = getHcrType(&pAacDecoderChannelInfo->pComData->overlay.aac.erHcrInfo);
834 The segmentation could be visualized a as kind of 'overlay-grid' for the
H A Daacdecoder.cpp1061 HcrInitRom(&self->aacCommonData.overlay.aac.erHcrInfo);
1062 setHcrType(&self->aacCommonData.overlay.aac.erHcrInfo, ID_SCE);
1220 setHcrType(&self->aacCommonData.overlay.aac.erHcrInfo, type);
H A Dblock.cpp590 H_HCR_INFO hHcr = &pAacDecoderChannelInfo->pComData->overlay.aac.erHcrInfo;
H A Dchannelinfo.h259 } overlay; member in struct:__anon40
270 * - pComData->overlay memory pointed to can be overwritten after each CChannelElement_Decode() call..
H A Drvlc.cpp119 SHORT *pScfEsc = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfEsc;
120 SHORT *pScfFwd = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd;
121 SHORT *pScfBwd = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfBwd;
429 SHORT* pScfFwd = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd;
430 SHORT* pScfEsc = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfEsc;
617 SHORT *pScfBwd = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfBwd;
618 SHORT *pScfEsc = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfEsc;
801 CErRvlcInfo *pRvlc = &pAacDecoderChannelInfo->pComData->overlay.aac.erRvlcInfo;
940 pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = pAacDecoderStaticChannelInfo->concealmentInfo.aRvlcPreviousScaleFactor[bnds] = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[bnds];
1056 CErRvlcInfo *pRvlc = &pAacDecoderChannelInfo->pComData->overlay
[all...]
H A Drvlcconceal.cpp148 *refIsFwd = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[bnds];
154 *refNrgFwd = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[bnds];
160 *refScfFwd = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[bnds];
224 *refIsBwd = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfBwd[bnds];
230 *refNrgBwd = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfBwd[bnds];
236 *refScfBwd = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfBwd[bnds];
268 CErRvlcInfo *pRvlc = &pAacDecoderChannelInfo->pComData->overlay.aac.erRvlcInfo;
329 pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[pRvlc->conceal_max] = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfBwd[pRvlc->conceal_max];
330 pAacDecoderChannelInfo->pComData->overlay
[all...]
/external/chromium-trace/
H A Dscript.js10 window.FLATTENED["tracing.analysis.slice_view"]=!0;window.FLATTENED["tracing.analysis.analysis_view"]=!0;window.FLATTENED["base.properties"]=!0;window.FLATTENED["ui.overlay"]=!0;window.FLATTENED["tracing.category_filter_dialog"]=!0;window.FLATTENED["tracing.mouse_mode_constants"]=!0;window.FLATTENED["tracing.timeline_viewport"]=!0;window.FLATTENED["base.raf"]=!0;window.FLATTENED["ui.container_that_decorates_its_children"]=!0;window.FLATTENED["tracing.tracks.track"]=!0;
354 BOOL_ATTR:"boolAttr"};return{PropertyKind:e,defineProperty:function(b,d,h,k,l,m){console.error("Don't use base.defineProperty");"function"==typeof b&&(b=b.prototype);h=h||e.JS;b.__lookupGetter__(d)||b.__defineGetter__(d,a(d,h));b.__lookupSetter__(d)||b.__defineSetter__(d,c(d,h,k,l,m))},dispatchPropertyChange:d,setPropertyAndDispatchChange:function(a,c,b){var e=a[c];a[c+"_"]=b;e!==b&&base.dispatchPropertyChange(a,c,b,e,!0,!1)}}});"use strict";base.requireStylesheet("ui.overlay");base.require("base.properties");
356 base.exportTo("ui",function(){var d=ui.define("div");d.prototype={__proto__:HTMLDivElement.prototype,decorate:function(){this.classList.add("overlay-root");this.createToolBar_();this.contentHost=this.ownerDocument.createElement("div");this.contentHost.classList.add("content-host");this.tabCatcher=this.ownerDocument.createElement("span");this.tabCatcher.tabIndex=0;this.appendChild(this.contentHost);this.onKeydown_=this.onKeydown_.bind(this);this.onFocusIn_=this.onFocusIn_.bind(this);this.addEventListener("mousedown",
358 "x";this.exitButton_.title="Close Overlay (esc)";this.toolbar_.appendChild(this.exitButton_)},showOverlay:function(a){a.oldParent_=a.parentNode;this.contentHost.appendChild(a);this.contentHost.appendChild(this.tabCatcher);this.ownerDocument.body.classList.add("disabled-by-overlay");a.tabIndex=0;var c=a.querySelector("button, input, list, select, a");c||(c=a);c.focus();this.ownerDocument.addEventListener("focusin",this.onFocusIn_,!0);a.addEventListener("keydown",this.onKeydown_)},onMousedown_:function(a){a.target==
359 this&&a.preventDefault()},onFocusIn_:function(a){a.target==this.tabCatcher&&window.setTimeout(this.focusOverlay_.bind(this),0)},focusOverlay_:function(){this.contentHost.firstChild.focus()},onKeydown_:function(a){9==a.keyCode&&a.shiftKey&&a.target==this.contentHost.firstChild&&a.preventDefault()},hideOverlay:function(a){this.visible=!1;this.ownerDocument.body.classList.remove("disabled-by-overlay");this.lastFocusOut_=void 0;a.parentNode.removeChild(this.tabCatcher);a.oldParent_?(a.oldParent_.appendChild(a),
360 delete a.oldParent_):this.contentHost.removeChild(a);a.removeEventListener("keydown",this.onKeydown_);this.ownerDocument.removeEventListener("focusin",this.onFocusIn_)}};var b=ui.define("div");b.prototype={__proto__:HTMLDivElement.prototype,decorate:function(){if(!this.ownerDocument.querySelector(".overlay-root")){var a=this.ownerDocument.createElement("div");ui.decorate(a,d);this.ownerDocument.body.appendChild(a)}this.classList.add("overlay");this.obeyCloseEvents=this.visible_=!1;this.additionalCloseKeyCodes=
361 [];this.onKeyDown=this.onKeyDown.bind(this);this.onKeyPress=this.onKeyPress.bind(this);this.onDocumentClick=this.onDocumentClick.bind(this);this.addEventListener("visibleChange",b.prototype.onVisibleChange_.bind(this),!0);this.obeyCloseEvents=!0},get visible(){return this.visible_},set visible(a){base.setPropertyAndDispatchChange(this,"visible",a)},get obeyCloseEvents(){return this.obeyCloseEvents_},set obeyCloseEvents(a){base.setPropertyAndDispatchChange(this,"obeyCloseEvents",a);this.ownerDocument.querySelector(".overlay-root").toggleToolbar(a)},
362 get toolbar(){return this.ownerDocument.querySelector(".overlay-root .tool-bar")},onVisibleChange_:function(){var a=this.ownerDocument.querySelector(".overlay
[all...]
/external/chromium-trace/trace-viewer/src/about_tracing/
H A Dprofiling_view.css22 .profiling-overlay {
28 .profiling-overlay .raw-text {
33 .profiling-overlay .error {
H A Dtracing_controller.css6 .tracing-overlay {
/external/chromium-trace/trace-viewer/src/cc/
H A Dlayer_tree_quad_stack_viewer.js336 var overlay = new ui.Overlay();
337 overlay.textContent = '';
345 overlay.appendChild(title);
346 overlay.appendChild(details);
348 overlay.visible = true;
349 overlay.obeyCloseEvents = true;
H A Dpicture_debugger.js15 base.require('ui.overlay');
148 var overlay = new ui.Overlay();
149 overlay.textContent = this.pictureAsCanvas_.error;
150 overlay.visible = true;
151 overlay.obeyCloseEvents = true;
/external/chromium-trace/trace-viewer/src/tracing/
H A Dtimeline_view.css138 .view-help-overlay {
180 .view-import-errors-overlay {
/external/chromium-trace/trace-viewer/src/ui/
H A Doverlay.css6 .overlay-root * {
11 .overlay-root {
26 .overlay-root:not([visible]) {
30 .overlay-root > .content-host {
37 .overlay * {
41 .overlay-root > .content-host > * {
45 .overlay-root > .content-host .tool-bar {
52 .overlay-root > .content-host .tool-bar .exit-button {
61 .overlay {
H A Doverlay.js11 * You can turn any div into an overlay. Note that while an
12 * overlay element is shown, its parent is changed. Hiding the overlay
16 base.requireStylesheet('ui.overlay');
35 this.classList.add('overlay-root');
77 * Adds an overlay, attaching it to the contentHost so that it is visible.
79 showOverlay: function(overlay) {
80 // Reparent this to the overlay content host.
81 overlay.oldParent_ = overlay
[all...]
H A Doverlay_test.js7 base.require('ui.overlay');
9 base.unittest.testSuite('ui.overlay', function() {
11 var overlay = new ui.Overlay();
12 overlay.innerHTML =
14 overlay.visible = true;
15 assertNotEquals(overlay.parentNode, null);
17 overlay.visible = false;
18 assertEquals(overlay.parentNode, null);
22 var overlay = new ui.Overlay();
23 overlay
[all...]
/external/chromium_org/android_webview/build/
H A Dresources_config.mk23 android_webview_aapt_flags := --auto-add-overlay
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
H A DAwContents.java1256 public void setHorizontalScrollbarOverlay(boolean overlay) { argument
1257 mOverlayHorizontalScrollbar = overlay;
1263 public void setVerticalScrollbarOverlay(boolean overlay) { argument
1264 mOverlayVerticalScrollbar = overlay;
/external/chromium_org/ash/sticky_keys/
H A Dsticky_keys_overlay_unittest.cc21 StickyKeysOverlay overlay; local
22 EXPECT_FALSE(overlay.is_visible());
23 overlay.Show(true);
24 EXPECT_TRUE(overlay.is_visible());
28 StickyKeysOverlay overlay; local
29 overlay.SetModifierKeyState(ui::EF_SHIFT_DOWN, STICKY_KEY_STATE_DISABLED);
30 overlay.SetModifierKeyState(ui::EF_ALT_DOWN, STICKY_KEY_STATE_LOCKED);
31 overlay.SetModifierKeyState(ui::EF_CONTROL_DOWN, STICKY_KEY_STATE_ENABLED);
34 overlay.GetModifierKeyState(ui::EF_SHIFT_DOWN));
36 overlay
[all...]
/external/chromium_org/cc/output/
H A Dgl_renderer.cc2349 // Release previously used overlay resources and hold onto the pending ones
3194 const OverlayCandidate& overlay = *it; local
3196 if (overlay.plane_z_order == 0)
3201 resource_provider_, overlay.resource_id)));
3204 overlay.plane_z_order,
3205 overlay.transform,
3207 overlay.display_rect,
3208 overlay.uv_rect);
/external/chromium_org/chrome/browser/resources/chromeos/
H A Dbluetooth_pair_device.css14 .overlay .page h1 {
H A Dcertificate_manager_dialog.js30 var containers = [$('overlay-container-2')];
32 var overlay = containers[i];
33 cr.ui.overlay.setupOverlay(overlay);
34 overlay.addEventListener('cancelOverlay',
H A Dkeyboard_overlay.css14 .keyboard-overlay-keyboard {
21 .keyboard-overlay-instructions {
33 .keyboard-overlay-instructions-text {
41 .keyboard-overlay-instructions-hide-text {
48 .keyboard-overlay-learn-more-text {
57 .keyboard-overlay-learn-more-text a {
61 .keyboard-overlay-key {
73 .keyboard-overlay-key.is-shortcut {
80 .keyboard-overlay-key.is-shortcut.modifier-shift {
84 .keyboard-overlay
[all...]
H A Dkeyboard_overlay.js153 * Returns the keyboard overlay ID.
154 * @return {string} Keyboard overlay ID.
276 var classes = ['keyboard-overlay-key'];
470 // to trigger the overlay, avoid updating in response to keyup events until at
518 key.className = 'keyboard-overlay-key';
526 keyText.className = 'keyboard-overlay-key-text';
532 shortcutText.className = 'keyboard-overlay-shortcut-text';
550 instructions.className = 'keyboard-overlay-instructions';
562 instructionsText.className = 'keyboard-overlay-instructions-text';
568 instructionsHideText.className = 'keyboard-overlay
[all...]
/external/chromium_org/chrome/browser/resources/chromeos/login/
H A Dnetwork_dropdown.css139 .dropdown-overlay {
H A Dnetwork_dropdown.js255 * Creates dropdown overlay element, which catches outside clicks.
260 var overlay = this.ownerDocument.createElement('div');
261 overlay.classList.add('dropdown-overlay');
262 overlay.addEventListener('click', function() {
266 return overlay;

Completed in 494 milliseconds

123456789