Searched refs:window_id (Results 1 - 11 of 11) sorted by relevance
/third_party/ffmpeg/libavdevice/ |
H A D | xcbgrab.c | 63 xcb_window_t window_id; member 86 { "window_id", "Window to capture.", OFFSET(window_id), AV_OPT_TYPE_INT, { .i64 = XCB_NONE }, 0, UINT32_MAX, D }, 162 xcb_drawable_t drawable = c->window_id; in xcbgrab_frame() 270 xcb_drawable_t drawable = c->window_id; in xcbgrab_frame_shm() 431 pc = xcb_query_pointer(c->conn, c->window_id); in xcbgrab_read_packet() 432 gc = xcb_get_geometry(c->conn, c->window_id); in xcbgrab_read_packet() 445 if (c->window_id != c->screen->root) { in xcbgrab_read_packet() 446 tc = xcb_translate_coordinates(c->conn, c->window_id, c->screen->root, 0, 0); in xcbgrab_read_packet() 590 gc = xcb_get_geometry(c->conn, c->window_id); in create_stream() [all...] |
H A D | xv.c | 46 int64_t window_id; member 148 if (!xv->window_id) { in xv_write_header() 164 xv->window = xv->window_id; in xv_write_header() 306 if (!xv->window_id) { in write_picture() 362 { "window_id", "set existing window id", OFFSET(window_id), AV_OPT_TYPE_INT64, {.i64 = 0 }, 0, INT64_MAX, AV_OPT_FLAG_ENCODING_PARAM },
|
/third_party/backends/backend/ |
H A D | ricoh.h | 270 SANE_Byte window_id; /* must be zero */ member
|
H A D | ibm.h | 325 SANE_Byte window_id; /* must be zero */ member
|
H A D | ibm-scsi.c | 109 SANE_Byte window_id; member
|
H A D | nec.h | 415 SANE_Byte window_id; member
|
H A D | ricoh-scsi.c | 95 SANE_Byte window_id; member
|
H A D | hs2p-scsi.h | 864 SANE_Byte window_id; /* 0: Window Identifier */ member
|
H A D | hs2p-scsi.c | 1089 DBG (DBG_info, "Window Identifier = %d\n", data->window_id); in print_window_data()
|
H A D | hs2p.c | 2764 data->window_id = i; in set_window_data()
|
/third_party/ffmpeg/libavcodec/ |
H A D | pgssubdec.c | 52 int window_id; member 456 object->window_id = bytestream_get_byte(&buf); in parse_presentation_segment()
|
Completed in 15 milliseconds