Searched refs:dest_w (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | os_support.h | 265 wchar_t *src_w, *dest_w; in win32_rename() local 270 if (get_extended_win32_path(dest_utf8, &dest_w)) { in win32_rename() 274 if (!src_w || !dest_w) { in win32_rename() 276 av_free(dest_w); in win32_rename() 280 ret = MoveFileExW(src_w, dest_w, MOVEFILE_REPLACE_EXISTING); in win32_rename() 282 av_free(dest_w); in win32_rename()
|
/third_party/ffmpeg/libavdevice/ |
H A D | xv.c | 51 unsigned int dest_w, dest_h; /**< display area dimensions */ member 239 if (av_cmp_q(dar, (AVRational){ xv->dest_w, xv->dest_h }) > 0) { in compute_display_area() 243 xv->dest_h = av_rescale(xv->dest_w, dar.den, dar.num); in compute_display_area() 248 xv->dest_x = xv->dest_w; in compute_display_area() 250 xv->dest_w = av_rescale(xv->dest_h, dar.num, dar.den); in compute_display_area() 251 xv->dest_x -= xv->dest_w; in compute_display_area() 264 xv->dest_w = window_attrs.width; in xv_repaint() 272 rect[1].x = xv->dest_w + xv->dest_x; in xv_repaint() 287 xv->dest_x, xv->dest_y, xv->dest_w, xv->dest_h, True) != Success) { in xv_repaint()
|
Completed in 2 milliseconds