Home
last modified time | relevance | path

Searched refs:vframes (Results 1 – 25 of 102) sorted by relevance

12345

/dports/multimedia/QtAV/QtAV-1.13.0/src/
H A DFrameReader.cpp48 vframes.setCapacity(4); in Private()
64 VideoFrameQueue vframes; member in QtAV::FrameReader::Private
115 vframes.setThreshold(kQueueMin); in tryLoad()
289 return d->vframes.take(); in getVideoFrame()
294 return !d->vframes.isEmpty(); in hasVideoFrame()
299 return d->vframes.isEnough(); in hasEnoughVideoFrames()
353 d->vframes.put(frame); in readMoreInternal()
356 if (d->vframes.isFull()) in readMoreInternal()
363 d->vframes.setThreshold(1); in readMoreInternal()
368 d->vframes.put(frame); in readMoreInternal()
[all …]
/dports/games/tanks-of-freedom/Tanks-of-Freedom-0.7.0-beta/gui/popups/
H A Dmessage.tscn43 vframes = 8
52 vframes = 8
61 vframes = 8
70 vframes = 8
79 vframes = 8
88 vframes = 8
97 vframes = 8
106 vframes = 8
115 vframes = 8
165 vframes = 2
H A Dconfirm.tscn43 vframes = 8
52 vframes = 8
61 vframes = 8
70 vframes = 8
79 vframes = 8
88 vframes = 8
97 vframes = 8
106 vframes = 8
115 vframes = 8
164 vframes = 2
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavformat/
H A Difv.c213 uint64_t vframes, aframes; in ifv_read_packet() local
221 vframes = ifv->total_vframes + (uint64_t)avio_rl32(s->pb); in ifv_read_packet()
223 if (vframes > INT_MAX || aframes > INT_MAX) in ifv_read_packet()
225 ifv->total_vframes = vframes; in ifv_read_packet()
248 vframes = ifv->total_vframes + (uint64_t)avio_rl32(s->pb); in ifv_read_packet()
249 if (vframes > INT_MAX) in ifv_read_packet()
251 ifv->total_vframes = vframes; in ifv_read_packet()
/dports/multimedia/handbrake/ffmpeg-4.4/libavformat/
H A Difv.c213 uint64_t vframes, aframes; in ifv_read_packet() local
221 vframes = ifv->total_vframes + (uint64_t)avio_rl32(s->pb); in ifv_read_packet()
223 if (vframes > INT_MAX || aframes > INT_MAX) in ifv_read_packet()
225 ifv->total_vframes = vframes; in ifv_read_packet()
248 vframes = ifv->total_vframes + (uint64_t)avio_rl32(s->pb); in ifv_read_packet()
249 if (vframes > INT_MAX) in ifv_read_packet()
251 ifv->total_vframes = vframes; in ifv_read_packet()
/dports/devel/godot-tools/godot-3.2.3-stable/scene/2d/
H A Dsprite.cpp92 Size2 frame_size = base_rect.size / Size2(hframes, vframes); in _get_rects()
261 ERR_FAIL_INDEX(p_frame, vframes * hframes); in set_frame()
280 ERR_FAIL_INDEX(int(p_coord.y), vframes); in set_frame_coords()
292 vframes = p_amount; in set_vframes()
299 return vframes; in get_vframes()
376 s = s / Point2(hframes, vframes); in get_rect()
392 property.hint_string = "0," + itos(vframes * hframes - 1) + ",1"; in _validate_property()
489 vframes = 1; in Sprite()
H A Dsprite.h55 int vframes; variable
/dports/devel/godot/godot-3.2.3-stable/scene/2d/
H A Dsprite.cpp92 Size2 frame_size = base_rect.size / Size2(hframes, vframes); in _get_rects()
261 ERR_FAIL_INDEX(p_frame, vframes * hframes); in set_frame()
280 ERR_FAIL_INDEX(int(p_coord.y), vframes); in set_frame_coords()
292 vframes = p_amount; in set_vframes()
299 return vframes; in get_vframes()
376 s = s / Point2(hframes, vframes); in get_rect()
392 property.hint_string = "0," + itos(vframes * hframes - 1) + ",1"; in _validate_property()
489 vframes = 1; in Sprite()
/dports/devel/godot2/godot-2.1.6-stable/scene/2d/
H A Dsprite.cpp75 s = s / Size2(hframes, vframes); in _notification()
206 ERR_FAIL_INDEX(p_frame, vframes * hframes); in set_frame()
225 vframes = p_amount; in set_vframes()
232 return vframes; in get_vframes()
273 s = s / Point2(hframes, vframes); in get_item_rect()
292 property.hint_string = "0," + itos(vframes * hframes - 1) + ",1"; in _validate_property()
356 vframes = 1; in Sprite()
/dports/devel/godot2-tools/godot-2.1.6-stable/scene/2d/
H A Dsprite.cpp75 s = s / Size2(hframes, vframes); in _notification()
206 ERR_FAIL_INDEX(p_frame, vframes * hframes); in set_frame()
225 vframes = p_amount; in set_vframes()
232 return vframes; in get_vframes()
273 s = s / Point2(hframes, vframes); in get_item_rect()
292 property.hint_string = "0," + itos(vframes * hframes - 1) + ",1"; in _validate_property()
356 vframes = 1; in Sprite()
/dports/games/tanks-of-freedom/Tanks-of-Freedom-0.7.0-beta/gui/
H A Dhud_pandora.tscn188 vframes = 2
197 vframes = 2
242 vframes = 2
251 vframes = 2
277 vframes = 2
329 vframes = 2
338 vframes = 2
364 vframes = 2
H A Dingame_avatar.tscn22 vframes = 4
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/media/usb/pwc/
H A Dpwc-ctrl.c191 pdev->vframes = frames; in set_video_mode_Nala()
254 pdev->vframes = (fps + 1) * 5; in set_video_mode_Timon()
305 pdev->vframes = (fps + 1) * 5; in set_video_mode_Kiara()
315 pdev->frame_size, pdev->vframes, size, pdev->vbandlength); in set_video_mode_Kiara()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/media/usb/pwc/
H A Dpwc-ctrl.c191 pdev->vframes = frames; in set_video_mode_Nala()
254 pdev->vframes = (fps + 1) * 5; in set_video_mode_Timon()
305 pdev->vframes = (fps + 1) * 5; in set_video_mode_Kiara()
315 pdev->frame_size, pdev->vframes, size, pdev->vbandlength); in set_video_mode_Kiara()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/media/usb/pwc/
H A Dpwc-ctrl.c191 pdev->vframes = frames; in set_video_mode_Nala()
254 pdev->vframes = (fps + 1) * 5; in set_video_mode_Timon()
305 pdev->vframes = (fps + 1) * 5; in set_video_mode_Kiara()
315 pdev->frame_size, pdev->vframes, size, pdev->vbandlength); in set_video_mode_Kiara()
/dports/games/tanks-of-freedom/Tanks-of-Freedom-0.7.0-beta/gui/hud/
H A Dzoom_panel.tscn67 vframes = 2
99 vframes = 2
/dports/math/py-pytorchvideo/pytorchvideo-0.1.3/pytorchvideo/data/
H A Dencoded_video_torchvision.py209 vframes,
227 video_and_pts = list(zip(vframes, vframes_pts))
/dports/devel/godot-tools/godot-3.2.3-stable/scene/3d/
H A Dsprite_3d.cpp465 Size2 frame_size = base_rect.size / Size2(hframes, vframes); in _draw()
669 ERR_FAIL_INDEX(p_frame, int64_t(vframes) * hframes); in set_frame()
687 ERR_FAIL_INDEX(int(p_coord.y), vframes); in set_frame_coords()
699 vframes = p_amount; in set_vframes()
705 return vframes; in get_vframes()
736 s = s / Point2(hframes, vframes); in get_item_rect()
753 property.hint_string = "0," + itos(vframes * hframes - 1) + ",1"; in _validate_property()
802 vframes = 1; in Sprite3D()
/dports/devel/godot/godot-3.2.3-stable/scene/3d/
H A Dsprite_3d.cpp465 Size2 frame_size = base_rect.size / Size2(hframes, vframes); in _draw()
669 ERR_FAIL_INDEX(p_frame, int64_t(vframes) * hframes); in set_frame()
687 ERR_FAIL_INDEX(int(p_coord.y), vframes); in set_frame_coords()
699 vframes = p_amount; in set_vframes()
705 return vframes; in get_vframes()
736 s = s / Point2(hframes, vframes); in get_item_rect()
753 property.hint_string = "0," + itos(vframes * hframes - 1) + ",1"; in _validate_property()
802 vframes = 1; in Sprite3D()
/dports/multimedia/kvazaar/kvazaar-2.1.0/tests/
H A Dutil.sh25 -vframes "${2}" -pix_fmt yuv420p -f yuv4mpegpipe \
/dports/devel/godot2-tools/godot-2.1.6-stable/scene/3d/
H A Dsprite_3d.cpp339 s = s / Size2i(hframes, vframes); in _draw()
488 ERR_FAIL_INDEX(p_frame, vframes * hframes); in set_frame()
505 vframes = p_amount; in set_vframes()
511 return vframes; in get_vframes()
540 s = s / Point2(hframes, vframes); in get_item_rect()
559 property.hint_string = "0," + itos(vframes * hframes - 1) + ",1"; in _validate_property()
597 vframes = 1; in Sprite3D()
/dports/devel/godot2/godot-2.1.6-stable/scene/3d/
H A Dsprite_3d.cpp339 s = s / Size2i(hframes, vframes); in _draw()
488 ERR_FAIL_INDEX(p_frame, vframes * hframes); in set_frame()
505 vframes = p_amount; in set_vframes()
511 return vframes; in get_vframes()
540 s = s / Point2(hframes, vframes); in get_item_rect()
559 property.hint_string = "0," + itos(vframes * hframes - 1) + ",1"; in _validate_property()
597 vframes = 1; in Sprite3D()
/dports/devel/godot-tools/godot-demo-projects-8d9d58f112d8/viewport/3d_in_2d/
H A D3d_in_2d.tscn14 vframes = 2
/dports/devel/godot-tools/godot-demo-projects-8d9d58f112d8/misc/2.5d/assets/player/
H A Dplayer_25d.tscn36 vframes = 5
/dports/devel/godot-tools/godot-demo-projects-8d9d58f112d8/mono/2.5d/assets/player/
H A Dplayer_25d.tscn35 vframes = 5

12345