Searched refs:input_ctx (Results 1 – 4 of 4) sorted by relevance
/third_party/wayland-ivi-extension/ivi-input-modules/ivi-input-controller/src/ |
D | ivi-input-controller.c | 41 struct input_context *input_ctx; member 334 struct input_context *ctx = ctx_seat->input_ctx; in input_ctrl_kbd_leave_surf() 359 struct input_context *ctx = ctx_seat->input_ctx; in input_ctrl_kbd_enter_surf() 384 struct input_context *ctx = ctx_seat->input_ctx; in input_ctrl_kbd_set_focus_surf() 414 seat_ctx->input_ctx->ivishell->interface; in keyboard_grab_key() 423 wl_list_for_each(surf_ctx, &seat_ctx->input_ctx->ivishell->list_surface, link) { in keyboard_grab_key() 448 seat_ctx->input_ctx->ivishell->interface; in keyboard_grab_modifiers() 457 wl_list_for_each(surf_ctx, &seat_ctx->input_ctx->ivishell->list_surface, link) { in keyboard_grab_modifiers() 481 ctx_seat->input_ctx->ivishell->interface; in keyboard_grab_cancel() 483 wl_list_for_each(surf, &ctx_seat->input_ctx->ivishell->list_surface, in keyboard_grab_cancel() [all …]
|
/third_party/ffmpeg/doc/examples/ |
D | hw_decode.c | 151 AVFormatContext *input_ctx = NULL; in main() local 176 if (avformat_open_input(&input_ctx, argv[2], NULL, NULL) != 0) { in main() 181 if (avformat_find_stream_info(input_ctx, NULL) < 0) { in main() 187 ret = av_find_best_stream(input_ctx, AVMEDIA_TYPE_VIDEO, -1, -1, &decoder, 0); in main() 211 video = input_ctx->streams[video_stream]; in main() 230 if ((ret = av_read_frame(input_ctx, &packet)) < 0) in main() 248 avformat_close_input(&input_ctx); in main()
|
D | qsvdec.c | 139 AVFormatContext *input_ctx = NULL; in main() local 159 ret = avformat_open_input(&input_ctx, argv[1], NULL, NULL); in main() 166 for (i = 0; i < input_ctx->nb_streams; i++) { in main() 167 AVStream *st = input_ctx->streams[i]; in main() 237 ret = av_read_frame(input_ctx, &pkt); in main() 259 avformat_close_input(&input_ctx); in main()
|
/third_party/FreeBSD/sys/dev/usb/controller/ |
D | xhci.c | 1318 xhci_cmd_set_address(struct xhci_softc *sc, uint64_t input_ctx, in xhci_cmd_set_address() argument 1326 trb.qwTrb0 = htole64(input_ctx); in xhci_cmd_set_address() 1467 xhci_cmd_configure_ep(struct xhci_softc *sc, uint64_t input_ctx, in xhci_cmd_configure_ep() argument 1475 trb.qwTrb0 = htole64(input_ctx); in xhci_cmd_configure_ep() 1489 xhci_cmd_evaluate_ctx(struct xhci_softc *sc, uint64_t input_ctx, in xhci_cmd_evaluate_ctx() argument 1497 trb.qwTrb0 = htole64(input_ctx); in xhci_cmd_evaluate_ctx()
|