Home
last modified time | relevance | path

Searched refs:show_frame (Results 1 – 25 of 1819) sorted by relevance

12345678910>>...73

/dports/graphics/lazpaint/lazpaint-7.1.6/resources/scripts/test/
H A Dtest_tiff_multi.py3 def show_frame(): function
6 show_frame()
10 show_frame()
15 show_frame()
20 show_frame()
25 show_frame()
30 show_frame()
33 show_frame()
/dports/multimedia/libde265/libde265-1.0.2/sherlock265/
H A DVideoDecoder.cc151 show_frame(img); in decoder_loop()
321 if (img != NULL) { show_frame(img); } in showCBPartitioning()
331 if (img != NULL) { show_frame(img); } in showTBPartitioning()
340 if (img != NULL) { show_frame(img); } in showPBPartitioning()
349 if (img != NULL) { show_frame(img); } in showIntraPredMode()
358 if (img != NULL) { show_frame(img); } in showPBPredMode()
367 if (img != NULL) { show_frame(img); } in showQuantPY()
376 if (img != NULL) { show_frame(img); } in showMotionVec()
385 if (img != NULL) { show_frame(img); } in showDecodedImage()
394 if (img != NULL) { show_frame(img); } in showTiles()
[all …]
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gstreamer-video-0.17.2/src/subclass/
H A Dvideo_sink.rs11 fn show_frame( in show_frame() method
38 .show_frame in parent_show_frame()
54 klass.show_frame = Some(video_sink_show_frame::<T>); in class_init()
72 imp.show_frame(wrap.unsafe_cast_ref(), &buffer).into() in video_sink_show_frame()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gstreamer-video-0.17.2/src/subclass/
H A Dvideo_sink.rs11 fn show_frame( in show_frame() method
38 .show_frame in parent_show_frame()
54 klass.show_frame = Some(video_sink_show_frame::<T>); in class_init()
72 imp.show_frame(wrap.unsafe_cast_ref(), &buffer).into() in video_sink_show_frame()
/dports/multimedia/gstreamer1-plugins-svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Encoder/Codec/
H A DEbPacketizationProcess.c111 if (queue_entry_ptr->show_frame) break; in count_frames_in_next_tu()
159 if (queue_entry_ptr->show_frame) { in print_detailed_frame_info()
181 if (queue_entry_ptr->show_frame) context_ptr->tot_shown_frames++; in print_detailed_frame_info()
194 showTab[queue_entry_ptr->show_frame], in print_detailed_frame_info()
209 showTab[queue_entry_ptr->show_frame], in print_detailed_frame_info()
221 showTab[queue_entry_ptr->show_frame], in print_detailed_frame_info()
244 showTab[queue_entry_ptr->show_frame], in print_detailed_frame_info()
252 (int32_t)showTab[queue_entry_ptr->show_frame], in print_detailed_frame_info()
539 if (frm_hdr->show_frame) { in packetization_kernel()
609 queue_entry_ptr->show_frame = frm_hdr->show_frame; in packetization_kernel()
/dports/multimedia/svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Encoder/Codec/
H A DEbPacketizationProcess.c111 if (queue_entry_ptr->show_frame) break; in count_frames_in_next_tu()
159 if (queue_entry_ptr->show_frame) { in print_detailed_frame_info()
181 if (queue_entry_ptr->show_frame) context_ptr->tot_shown_frames++; in print_detailed_frame_info()
194 showTab[queue_entry_ptr->show_frame], in print_detailed_frame_info()
209 showTab[queue_entry_ptr->show_frame], in print_detailed_frame_info()
221 showTab[queue_entry_ptr->show_frame], in print_detailed_frame_info()
244 showTab[queue_entry_ptr->show_frame], in print_detailed_frame_info()
252 (int32_t)showTab[queue_entry_ptr->show_frame], in print_detailed_frame_info()
539 if (frm_hdr->show_frame) { in packetization_kernel()
609 queue_entry_ptr->show_frame = frm_hdr->show_frame; in packetization_kernel()
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/video_coding/utility/
H A Dvp9_uncompressed_header_parser.cc233 uint32_t show_frame; in Parse() local
236 RETURN_FALSE_IF_ERROR(br.ReadBits(&show_frame, 1)); in Parse()
238 frame_info->show_frame = show_frame; in Parse()
254 if (!show_frame) in Parse()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/video_coding/utility/
H A Dvp9_uncompressed_header_parser.cc233 uint32_t show_frame; in Parse() local
236 RETURN_FALSE_IF_ERROR(br.ReadBits(&show_frame, 1)); in Parse()
238 frame_info->show_frame = show_frame; in Parse()
254 if (!show_frame) in Parse()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/video_coding/utility/
H A Dvp9_uncompressed_header_parser.cc233 uint32_t show_frame; in Parse() local
236 RETURN_FALSE_IF_ERROR(br.ReadBits(&show_frame, 1)); in Parse()
238 frame_info->show_frame = show_frame; in Parse()
254 if (!show_frame) in Parse()
/dports/graphics/gthumb/gthumb-3.10.1/gthumb/
H A Dgth-image-dragger.c48 gboolean show_frame; member
109 self->priv->show_frame = g_value_get_boolean (value); in gth_image_dragger_set_property()
111 if (self->priv->show_frame) in gth_image_dragger_set_property()
135 g_value_set_boolean (value, self->priv->show_frame); in gth_image_dragger_get_property()
175 dragger->priv->show_frame = FALSE; in gth_image_dragger_init()
194 if (self->priv->show_frame) in gth_image_dragger_set_viewer()
205 if ((self->priv->viewer != NULL) && self->priv->show_frame) in gth_image_dragger_unset_viewer()
653 gth_image_dragger_new (gboolean show_frame) in gth_image_dragger_new() argument
656 "show-frame", show_frame, in gth_image_dragger_new()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/
H A Dlevel.c536 const int show_frame = cm->show_frame || show_existing_frame; in av1_decoder_model_process_frame() local
539 if (show_frame) ++decoder_model->num_shown_frame; in av1_decoder_model_process_frame()
659 if (show_frame) { in av1_decoder_model_process_frame()
976 record->show_frame = show_frame; in store_frame_record()
988 assert(buffer->buf[current_idx].show_frame); in count_frames()
997 if (!record->show_frame) continue; in count_frames()
1023 if (record->show_frame) { in scan_past_frames()
1056 const int show_frame = cm->show_frame; in av1_update_level_info() local
1121 frame_header_count, tiles, show_frame, in av1_update_level_info()
1123 if (show_frame) { in av1_update_level_info()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libaom/source/libaom/av1/encoder/
H A Dlevel.c537 const int show_frame = cm->show_frame || show_existing_frame; in av1_decoder_model_process_frame() local
540 if (show_frame) ++decoder_model->num_shown_frame; in av1_decoder_model_process_frame()
660 if (show_frame) { in av1_decoder_model_process_frame()
979 record->show_frame = show_frame; in store_frame_record()
991 assert(buffer->buf[current_idx].show_frame); in count_frames()
1000 if (!record->show_frame) continue; in count_frames()
1026 if (record->show_frame) { in scan_past_frames()
1061 const int show_frame = cm->show_frame; in av1_update_level_info() local
1123 frame_header_count, tiles, show_frame, in av1_update_level_info()
1125 if (show_frame) { in av1_update_level_info()
[all …]
/dports/multimedia/aom/aom-3.2.0/av1/encoder/
H A Dlevel.c531 const int show_frame = cm->show_frame || show_existing_frame; in av1_decoder_model_process_frame() local
534 if (show_frame) ++decoder_model->num_shown_frame; in av1_decoder_model_process_frame()
654 if (show_frame) { in av1_decoder_model_process_frame()
973 record->show_frame = show_frame; in store_frame_record()
985 assert(buffer->buf[current_idx].show_frame); in count_frames()
994 if (!record->show_frame) continue; in count_frames()
1020 if (record->show_frame) { in scan_past_frames()
1055 const int show_frame = cm->show_frame; in av1_update_level_info() local
1116 frame_header_count, tiles, show_frame, in av1_update_level_info()
1118 if (show_frame) { in av1_update_level_info()
[all …]
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/libaom-sys-0.9.1/vendor/av1/encoder/
H A Dlevel.c537 const int show_frame = cm->show_frame || show_existing_frame; in av1_decoder_model_process_frame() local
540 if (show_frame) ++decoder_model->num_shown_frame; in av1_decoder_model_process_frame()
660 if (show_frame) { in av1_decoder_model_process_frame()
979 record->show_frame = show_frame; in store_frame_record()
991 assert(buffer->buf[current_idx].show_frame); in count_frames()
1000 if (!record->show_frame) continue; in count_frames()
1026 if (record->show_frame) { in scan_past_frames()
1061 const int show_frame = cm->show_frame; in av1_update_level_info() local
1123 frame_header_count, tiles, show_frame, in av1_update_level_info()
1125 if (show_frame) { in av1_update_level_info()
[all …]
/dports/net/gstreamer1-plugins-srtp/gst-plugins-bad-1.16.2/tools/element-templates/
H A Dvideosink19 video_sink_class->show_frame = GST_DEBUG_FUNCPTR (gst_replace_show_frame);
26 GST_DEBUG_OBJECT (replace, "show_frame");
/dports/net/gstreamer1-plugins-libmms/gst-plugins-bad-1.16.2/tools/element-templates/
H A Dvideosink19 video_sink_class->show_frame = GST_DEBUG_FUNCPTR (gst_replace_show_frame);
26 GST_DEBUG_OBJECT (replace, "show_frame");
/dports/multimedia/gstreamer1-plugins-x265/gst-plugins-bad-1.16.2/tools/element-templates/
H A Dvideosink19 video_sink_class->show_frame = GST_DEBUG_FUNCPTR (gst_replace_show_frame);
26 GST_DEBUG_OBJECT (replace, "show_frame");
/dports/multimedia/gstreamer1-plugins-msdk/gst-plugins-bad-1.16.2/tools/element-templates/
H A Dvideosink19 video_sink_class->show_frame = GST_DEBUG_FUNCPTR (gst_replace_show_frame);
26 GST_DEBUG_OBJECT (replace, "show_frame");
/dports/multimedia/gstreamer1-plugins-resindvd/gst-plugins-bad-1.16.2/tools/element-templates/
H A Dvideosink19 video_sink_class->show_frame = GST_DEBUG_FUNCPTR (gst_replace_show_frame);
26 GST_DEBUG_OBJECT (replace, "show_frame");
/dports/multimedia/gstreamer1-plugins-mplex/gst-plugins-bad-1.16.2/tools/element-templates/
H A Dvideosink19 video_sink_class->show_frame = GST_DEBUG_FUNCPTR (gst_replace_show_frame);
26 GST_DEBUG_OBJECT (replace, "show_frame");
/dports/multimedia/gstreamer1-plugins-rtmp/gst-plugins-bad-1.16.2/tools/element-templates/
H A Dvideosink19 video_sink_class->show_frame = GST_DEBUG_FUNCPTR (gst_replace_show_frame);
26 GST_DEBUG_OBJECT (replace, "show_frame");
/dports/multimedia/gstreamer1-plugins-smoothstreaming/gst-plugins-bad-1.16.2/tools/element-templates/
H A Dvideosink19 video_sink_class->show_frame = GST_DEBUG_FUNCPTR (gst_replace_show_frame);
26 GST_DEBUG_OBJECT (replace, "show_frame");
/dports/multimedia/gstreamer1-plugins-dash/gst-plugins-bad-1.16.2/tools/element-templates/
H A Dvideosink19 video_sink_class->show_frame = GST_DEBUG_FUNCPTR (gst_replace_show_frame);
26 GST_DEBUG_OBJECT (replace, "show_frame");
/dports/multimedia/gstreamer1-plugins-dts/gst-plugins-bad-1.16.2/tools/element-templates/
H A Dvideosink19 video_sink_class->show_frame = GST_DEBUG_FUNCPTR (gst_replace_show_frame);
26 GST_DEBUG_OBJECT (replace, "show_frame");
/dports/multimedia/gstreamer1-plugins-bad/gst-plugins-bad-1.16.2/tools/element-templates/
H A Dvideosink19 video_sink_class->show_frame = GST_DEBUG_FUNCPTR (gst_replace_show_frame);
26 GST_DEBUG_OBJECT (replace, "show_frame");

12345678910>>...73