Home
last modified time | relevance | path

Searched refs:last_show_frame (Results 1 – 25 of 126) sorted by relevance

123456

/dports/www/firefox-legacy/firefox-52.8.0esr/media/libvpx/vp9/
H A Dvp9_dx_iface.c56 int last_show_frame; // Index of last output frame.
364 ctx->last_show_frame = -1;
712 if (ctx->frame_parallel_decode && ctx->last_show_frame >= 0) {
715 decrease_ref_count(ctx->last_show_frame, frame_bufs, pool);
734 ctx->last_show_frame = ctx->frame_cache[ctx->frame_cache_read].fb_idx;
770 ctx->last_show_frame = frame_worker_data->pbi->common.new_fb_idx;
942 if (ctx->last_show_frame >= 0)
943 *corrupted = frame_bufs[ctx->last_show_frame].buf.corrupted;
/dports/www/firefox-esr/firefox-91.8.0/third_party/aom/av1/decoder/
H A Ddthread.c172 dst_cm->last_show_frame = !src_cm->show_existing_frame in av1_frameworker_copy_context()
174 : src_cm->last_show_frame; in av1_frameworker_copy_context()
/dports/lang/spidermonkey60/firefox-60.9.0/media/libvpx/libvpx/vp9/decoder/
H A Dvp9_dthread.c171 dst_cm->last_show_frame = !src_cm->show_existing_frame in vp9_frameworker_copy_context()
173 : src_cm->last_show_frame; in vp9_frameworker_copy_context()
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/aom/av1/decoder/
H A Ddthread.c175 dst_cm->last_show_frame = !src_cm->show_existing_frame in av1_frameworker_copy_context()
177 : src_cm->last_show_frame; in av1_frameworker_copy_context()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/libvpx/vp9/decoder/
H A Dvp9_dthread.c171 dst_cm->last_show_frame = !src_cm->show_existing_frame ? in vp9_frameworker_copy_context()
172 src_cm->show_frame : src_cm->last_show_frame; in vp9_frameworker_copy_context()
/dports/www/firefox/firefox-99.0/third_party/aom/av1/decoder/
H A Ddthread.c172 dst_cm->last_show_frame = !src_cm->show_existing_frame in av1_frameworker_copy_context()
174 : src_cm->last_show_frame; in av1_frameworker_copy_context()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/aom/av1/decoder/
H A Ddthread.c172 dst_cm->last_show_frame = !src_cm->show_existing_frame in av1_frameworker_copy_context()
174 : src_cm->last_show_frame; in av1_frameworker_copy_context()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/libvpx/vp9/decoder/
H A Dvp9_dthread.c171 dst_cm->last_show_frame = !src_cm->show_existing_frame ? in vp9_frameworker_copy_context()
172 src_cm->show_frame : src_cm->last_show_frame; in vp9_frameworker_copy_context()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/libvpx/vp9/decoder/
H A Dvp9_dthread.c171 dst_cm->last_show_frame = !src_cm->show_existing_frame ? in vp9_frameworker_copy_context()
172 src_cm->show_frame : src_cm->last_show_frame; in vp9_frameworker_copy_context()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/aom/av1/decoder/
H A Ddthread.c172 dst_cm->last_show_frame = !src_cm->show_existing_frame in av1_frameworker_copy_context()
174 : src_cm->last_show_frame; in av1_frameworker_copy_context()
/dports/www/firefox-esr/firefox-91.8.0/media/libvpx/libvpx/vp9/
H A Dvp9_dx_iface.h32 int last_show_frame; // Index of last output frame. member
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libvpx/vp9/
H A Dvp9_dx_iface.h32 int last_show_frame; // Index of last output frame. member
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/libvpx/source/libvpx/vp9/
H A Dvp9_dx_iface.h32 int last_show_frame; // Index of last output frame. member
/dports/multimedia/libvpx/libvpx-1.11.0/vp9/
H A Dvp9_dx_iface.h32 int last_show_frame; // Index of last output frame. member
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp9/
H A Dvp9_dx_iface.h32 int last_show_frame; // Index of last output frame. member
/dports/www/firefox/firefox-99.0/media/libvpx/libvpx/vp9/
H A Dvp9_dx_iface.h32 int last_show_frame; // Index of last output frame. member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libvpx/source/libvpx/vp9/
H A Dvp9_dx_iface.h32 int last_show_frame; // Index of last output frame. member
/dports/mail/thunderbird/thunderbird-91.8.0/media/libvpx/libvpx/vp9/
H A Dvp9_dx_iface.h32 int last_show_frame; // Index of last output frame. member
/dports/lang/spidermonkey78/firefox-78.9.0/media/libvpx/libvpx/vp9/
H A Dvp9_dx_iface.h32 int last_show_frame; // Index of last output frame. member
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/aom/av1/
H A Dav1_dx_iface.c55 int last_show_frame; // Index of last output frame. member
419 ctx->last_show_frame = -1; in init_decoder()
766 if (ctx->frame_parallel_decode && ctx->last_show_frame >= 0) { in release_last_output_frame()
769 decrease_ref_count(ctx->last_show_frame, frame_bufs, pool); in release_last_output_frame()
788 ctx->last_show_frame = ctx->frame_cache[ctx->frame_cache_read].fb_idx; in decoder_get_frame()
819 ctx->last_show_frame = frame_worker_data->pbi->common.new_fb_idx; in decoder_get_frame()
1043 if (ctx->last_show_frame >= 0) in ctrl_get_frame_corrupted()
1044 *corrupted = frame_bufs[ctx->last_show_frame].buf.corrupted; in ctrl_get_frame_corrupted()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/libvpx/vp9/
H A Dvp9_dx_iface.c326 ctx->last_show_frame = -1; in init_decoder()
674 if (ctx->frame_parallel_decode && ctx->last_show_frame >= 0) { in release_last_output_frame()
677 decrease_ref_count(ctx->last_show_frame, frame_bufs, pool); in release_last_output_frame()
696 ctx->last_show_frame = ctx->frame_cache[ctx->frame_cache_read].fb_idx; in decoder_get_frame()
732 ctx->last_show_frame = frame_worker_data->pbi->common.new_fb_idx; in decoder_get_frame()
904 if (ctx->last_show_frame >= 0) in ctrl_get_frame_corrupted()
905 *corrupted = frame_bufs[ctx->last_show_frame].buf.corrupted; in ctrl_get_frame_corrupted()
H A Dvp9_dx_iface.h39 int last_show_frame; // Index of last output frame. member
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/libvpx/vp9/
H A Dvp9_dx_iface.c326 ctx->last_show_frame = -1; in init_decoder()
674 if (ctx->frame_parallel_decode && ctx->last_show_frame >= 0) { in release_last_output_frame()
677 decrease_ref_count(ctx->last_show_frame, frame_bufs, pool); in release_last_output_frame()
696 ctx->last_show_frame = ctx->frame_cache[ctx->frame_cache_read].fb_idx; in decoder_get_frame()
732 ctx->last_show_frame = frame_worker_data->pbi->common.new_fb_idx; in decoder_get_frame()
904 if (ctx->last_show_frame >= 0) in ctrl_get_frame_corrupted()
905 *corrupted = frame_bufs[ctx->last_show_frame].buf.corrupted; in ctrl_get_frame_corrupted()
H A Dvp9_dx_iface.h39 int last_show_frame; // Index of last output frame. member
/dports/lang/spidermonkey60/firefox-60.9.0/media/libvpx/libvpx/vp9/
H A Dvp9_dx_iface.h39 int last_show_frame; // Index of last output frame. member

123456