| /OK3568_Linux_fs/external/xserver/xfixes/ |
| H A D | select.c | 44 Atom selection; member 58 Selection *selection = info->selection; in XFixesSelectionCallback() local 80 if (e->selection == selection->selection && (e->eventMask & eventMask)) { in XFixesSelectionCallback() 86 selection->window : 0, in XFixesSelectionCallback() 87 .selection = e->selection, in XFixesSelectionCallback() 89 .selectionTimestamp = selection->lastTimeChanged.milliseconds in XFixesSelectionCallback() 121 Atom selection, WindowPtr pWindow, CARD32 eventMask) in XFixesSelectSelectionInput() argument 127 rc = XaceHook(XACE_SELECTION_ACCESS, pClient, selection, DixGetAttrAccess); in XFixesSelectSelectionInput() 132 if (e->selection == selection && in XFixesSelectSelectionInput() 149 e->selection = selection; in XFixesSelectSelectionInput() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| H A D | selections-common.rst | 5 Common selection definitions 8 While the :ref:`V4L2 selection API <selection-api>` and 9 :ref:`V4L2 subdev selection APIs <v4l2-subdev-selections>` are very 11 sub-device API, the selection rectangle refers to the media bus format, 12 and is bound to a sub-device's pad. On the V4L2 interface the selection 15 This section defines the common definitions of the selection interfaces 22 v4l2-selection-targets 23 v4l2-selection-flags
|
| H A D | selection-api.rst | 12 selection-api-intro.rst 13 selection-api-targets.rst 14 selection-api-configuration.rst 15 selection-api-vs-crop-api.rst 16 selection-api-examples.rst
|
| H A D | vidioc-subdev-g-selection.rst | 13 VIDIOC_SUBDEV_G_SELECTION - VIDIOC_SUBDEV_S_SELECTION - Get or set selection rectangles on a subdev… 42 The selection API replaces 46 See :ref:`subdev` for more information on how each selection target 54 Types of selection targets 57 There are two types of selection targets: actual and bounds. The actual 82 - Active or try selection, from enum 89 - Target selection rectangle. See :ref:`v4l2-selections-common`. 92 - Flags. See :ref:`v4l2-selection-flags`. 109 The selection rectangle can't be changed because the pad is 118 references a non-existing format, or the selection target is not
|
| H A D | selection-api-targets.rst | 10 .. kernel-figure:: selection.svg 11 :alt: selection.svg 20 See :ref:`v4l2-selection-targets` for more information.
|
| H A D | vidioc-g-selection.rst | 13 VIDIOC_G_SELECTION - VIDIOC_S_SELECTION - Get or set one of the selection rectangles 38 The ioctls are used to query and configure selection rectangles. 45 to table :ref:`v4l2-selections-common` or :ref:`selection-api` for 63 :ref:`v4l2-selections-common` or :ref:`selection-api` for additional 149 - Flags controlling the selection rectangle adjustments, refer to 150 :ref:`selection flags <v4l2-selection-flags>`. 153 - The selection rectangle. 177 Given buffer type ``type`` or the selection target ``target`` is not 189 It is not possible to apply change of the selection rectangle at the
|
| H A D | selection-api-vs-crop-api.rst | 9 The selection API was introduced to cope with deficiencies of the 15 selection API makes a clear distinction between composing and cropping 29 The selection API deals with configuration of buffer 31 the selection API the concepts of the padded target and constraints 38 Driver developers are encouraged to implement only selection API. The
|
| H A D | v4l2-selection-targets.rst | 3 .. _v4l2-selection-targets: 9 The precise meaning of the selection targets may be dependent on which 13 .. _v4l2-selection-targets-table:
|
| H A D | dev-subdev.rst | 94 :ref:`selection <VIDIOC_SUBDEV_G_SELECTION>` ioctls. The driver is 238 compose selection rectangle 281 * - Configure scaler sink compose selection 316 propagates the size to the compose selection rectangle on the 319 4. The application configures the size of the compose selection 350 selection targets :ref:`v4l2-selections-common`. 367 using ``V4L2_SEL_TGT_COMPOSE`` selection target on the same pad. If the 378 requests on all selection targets, unless specifically told otherwise. 380 the image size either up or down. :ref:`v4l2-selection-flags` 383 Types of selection targets [all …]
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/build/linux/ |
| H A D | envsetup.sh | 40 local selection 43 selection="rv1106" 51 selection=${choices[$(($answer))]} 53 selection=${choices[$(($answer-1))]} 57 selection=$answer 60 case $selection in 83 export RKAIQ_TARGET_SOC=$selection
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | selection.c | 80 if (pSel->selection == selectionName) in dixLookupSelection() 166 if (!ValidAtom(stuff->selection)) { in ProcSetSelectionOwner() 167 client->errorValue = stuff->selection; in ProcSetSelectionOwner() 174 rc = dixLookupSelection(&pSel, stuff->selection, client, DixSetAttrAccess); in ProcSetSelectionOwner() 187 .u.selectionClear.atom = pSel->selection in ProcSetSelectionOwner() 201 pSel->selection = stuff->selection; in ProcSetSelectionOwner() 275 paramsOkay = ValidAtom(stuff->selection) && ValidAtom(stuff->target); in ProcConvertSelection() 285 rc = dixLookupSelection(&pSel, stuff->selection, client, DixReadAccess); in ProcConvertSelection() 295 event.u.selectionRequest.selection = stuff->selection; in ProcConvertSelection() 308 event.u.selectionNotify.selection = stuff->selection; in ProcConvertSelection()
|
| /OK3568_Linux_fs/external/xserver/hw/xquartz/pbproxy/ |
| H A D | x-selection.m | 1 /* x-selection.m -- proxies between NSPasteboard and X11 selections 31 #import "x-selection.h" 46 * case we take the PRIMARY selection, and set it as the NSPasteboard data. 307 * This should be called after a selection has been copied, 308 * or when the selection is unfinished before a transfer completes. 316 pending.selection = None; 401 /* This requests the TARGETS list from the PRIMARY selection owner. */ 435 /* Set pbproxy as owner of the SELECTION_MANAGER selection. 451 "A clipboard manager using window 0x%lx already owns the clipboard selection. " 476 * This occurs when we previously owned a selection, [all …]
|
| H A D | x-selection.h | 67 Atom selection; member 95 - (void)handle_selection:(Atom) selection type:(Atom) type propdata:(struct 101 - (void)copy_completed:(Atom)selection;
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rk_stream/rkvi_demo/ |
| H A D | rkvi_demo_isp.c_part | 128 struct v4l2_selection selection; 172 memset(&selection, 0, sizeof(selection)); 174 selection.type = V4L2_BUF_TYPE_VIDEO_CAPTURE; 175 selection.target = V4L2_SEL_TGT_CROP; 176 selection.flags = 0; 177 selection.r.left = 0; 178 selection.r.top = 0; 179 selection.r.width = w; 180 selection.r.height = h; 182 if (-1 == xioctl(g_ispfd, VIDIOC_S_SELECTION, &selection))
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/vsp1/ |
| H A D | vsp1_entity.c | 365 struct v4l2_rect *selection; in vsp1_subdev_set_pad_format() local 409 selection = vsp1_entity_get_pad_selection(entity, config, fmt->pad, in vsp1_subdev_set_pad_format() 411 selection->left = 0; in vsp1_subdev_set_pad_format() 412 selection->top = 0; in vsp1_subdev_set_pad_format() 413 selection->width = format->width; in vsp1_subdev_set_pad_format() 414 selection->height = format->height; in vsp1_subdev_set_pad_format() 416 selection = vsp1_entity_get_pad_selection(entity, config, fmt->pad, in vsp1_subdev_set_pad_format() 418 selection->left = 0; in vsp1_subdev_set_pad_format() 419 selection->top = 0; in vsp1_subdev_set_pad_format() 420 selection->width = format->width; in vsp1_subdev_set_pad_format() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/phy/ |
| H A D | phy-mtk-xsphy.txt | 47 - mediatek,eye-vrt : u32, the selection of VRT reference voltage 48 - mediatek,eye-term : u32, the selection of HS_TX TERM reference voltage 49 - mediatek,efuse-intr : u32, the selection of Internal Resistor 52 - mediatek,efuse-intr : u32, the selection of Internal Resistor 53 - mediatek,efuse-tx-imp : u32, the selection of TX Impedance 54 - mediatek,efuse-rx-imp : u32, the selection of RX Impedance
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/sound/ |
| H A D | nokia,rx51.txt | 9 - tvout-selection-gpios: GPIO for tvout selection 23 tvout-selection-gpios = <&gpio2 8 GPIO_ACTIVE_HIGH>; /* 40 */
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/clock/ |
| H A D | zx296718-clk.txt | 10 zx296718 top clock selection, divider and gating 14 zx296718 device level clock selection and gating 17 zx296718 audio clock selection, divider and gating
|
| /OK3568_Linux_fs/external/xserver/hw/xwin/winclipboard/ |
| H A D | xevents.c | 284 eventSelection.selection = event.xselectionrequest.selection; in winClipboardFlushXEvents() 470 eventSelection.selection = event.xselectionrequest.selection; in winClipboardFlushXEvents() 509 eventSelection.selection = event.xselectionrequest.selection; in winClipboardFlushXEvents() 545 event.xselection.selection); in winClipboardFlushXEvents() 793 if ((e->selection == XA_PRIMARY) && fPrimarySelection) { in winClipboardFlushXEvents() 796 else if (e->selection == atomClipboard) { in winClipboardFlushXEvents()
|
| H A D | wndproc.c | 470 Atom selection; in winClipboardWindowProc() local 480 selection = winClipboardGetLastOwnedSelectionAtom(atoms); in winClipboardWindowProc() 481 if (selection == None) { in winClipboardWindowProc() 490 selection, in winClipboardWindowProc() 557 selection, in winClipboardWindowProc()
|
| /OK3568_Linux_fs/kernel/tools/perf/ui/browsers/ |
| H A D | hists.c | 399 struct map_symbol *ms = browser->selection; in hist_browser__selection_has_children() 418 struct map_symbol *ms = browser->selection; in hist_browser__selection_unfolded() 432 struct map_symbol *ms = browser->selection; in hist_browser__selection_sym_name() 450 struct map_symbol *ms = browser->selection; in hist_browser__toggle_fold() 810 browser->selection = &chain->ms; in hist_browser__show_callchain_entry() 1319 browser->selection = &entry->ms; in hist_browser__show_entry() 1432 browser->selection = &entry->ms; in hist_browser__show_hierarchy_entry() 1590 browser->selection = NULL; in hist_browser__show_no_entry() 1834 hb->selection = NULL; in hist_browser__refresh() 3049 map = browser->selection->map; in perf_evsel__hists_browse() [all …]
|
| H A D | annotate.c | 33 struct annotation_line *selection; member 125 ab->selection = al; in annotate_browser__write() 150 struct disasm_line *cursor = disasm_line(ab->selection); in annotate_browser__draw_current_jump() 414 struct disasm_line *dl = disasm_line(browser->selection); in annotate_browser__callq() 465 struct disasm_line *dl = disasm_line(browser->selection); in annotate_browser__jump() 494 struct annotation_line *al = browser->selection; in annotate_browser__find_string() 531 struct annotation_line *al = browser->selection; in annotate_browser__find_string_reverse() 815 struct disasm_line *dl = disasm_line(browser->selection); in annotate_browser__run() 817 if (browser->selection == NULL) in annotate_browser__run() 819 else if (browser->selection->offset == -1) in annotate_browser__run()
|
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | selection.h | 58 Atom selection; member 85 struct _Selection *selection; member
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/iio/frequency/ |
| H A D | adf4350.txt | 30 - adi,muxout-select: On chip multiplexer output selection. 47 selection logic. 59 - adi,output-power: Output power selection. 65 - adi,aux-output-power: Auxiliary output power selection.
|
| /OK3568_Linux_fs/u-boot/board/samsung/common/ |
| H A D | misc.c | 332 char *selection[BOOT_MODE_EXIT + 1]; in display_download_menu() local 336 selection[i] = "[ ]"; in display_download_menu() 338 selection[mode] = "[=>]"; in display_download_menu() 344 lcd_printf("\t%s %s - %s\n\n", selection[i], in display_download_menu()
|