Home
last modified time | relevance | path

Searched refs:windex (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/kms/
Dgstkmsutils.c235 gint i, j, index, windex; in gst_video_calculate_device_ratio() local
249 windex = 0; in gst_video_calculate_device_ratio()
256 windex = j; in gst_video_calculate_device_ratio()
263 *dpy_par_n = device_par_map[index][windex]; in gst_video_calculate_device_ratio()
266 *dpy_par_d = device_par_map[index][windex ^ 1]; in gst_video_calculate_device_ratio()
/third_party/curl/lib/vquic/
Dngtcp2.c72 size_t windex; /* index in the buffer where to start writing the next member
1348 if(nread + out->windex > H3_SEND_SIZE) in cb_h3_readfunction()
1349 nread = H3_SEND_SIZE - out->windex; in cb_h3_readfunction()
1351 memcpy(&out->buf[out->windex], stream->upload_mem, nread); in cb_h3_readfunction()
1354 vec[0].base = &out->buf[out->windex]; in cb_h3_readfunction()
1357 out->windex += nread; in cb_h3_readfunction()
1360 if(out->windex == H3_SEND_SIZE) in cb_h3_readfunction()
1361 out->windex = 0; /* wrap */ in cb_h3_readfunction()
/third_party/pulseaudio/src/pulsecore/
Dprotocol-native.c1330 int64_t windex = pa_memblockq_get_write_index(s->memblockq); in sink_input_process_msg() local
1338 windex = PA_MIN(windex, pa_memblockq_get_write_index(s->memblockq)); in sink_input_process_msg()
1350 windex = PA_MIN(windex, s->seek_windex); in sink_input_process_msg()
1352 s->seek_windex = windex; in sink_input_process_msg()
1355 handle_seek(s, windex); in sink_input_process_msg()
1365 int64_t windex; in sink_input_process_msg() local
1387 windex = pa_memblockq_get_write_index(s->memblockq); in sink_input_process_msg()
1389 handle_seek(s, windex); in sink_input_process_msg()
1394 windex = pa_memblockq_get_write_index(ssync->memblockq); in sink_input_process_msg()
1396 handle_seek(ssync, windex); in sink_input_process_msg()
[all …]
/third_party/ffmpeg/fftools/
Dffplay.c173 int windex; member
759 return &f->queue[f->windex]; in frame_queue_peek_writable()
780 if (++f->windex == f->max_size) in frame_queue_push()
781 f->windex = 0; in frame_queue_push()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64InstrFormats.td3200 class ROAddrMode<ComplexPattern windex, ComplexPattern xindex,
3203 ComplexPattern Wpat = windex;