Home
last modified time | relevance | path

Searched refs:skip_frame (Results 1 – 25 of 474) sorted by relevance

12345678910>>...19

/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/tests/api/
H A Dapi-codec-param-test.c35 int skip_frame = codec_ctx->skip_frame; in try_decode_video_frame() local
54 codec_ctx->skip_frame = AVDISCARD_ALL; in try_decode_video_frame()
71 codec_ctx->skip_frame = skip_frame; in try_decode_video_frame()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/tests/api/
H A Dapi-codec-param-test.c35 int skip_frame = codec_ctx->skip_frame; in try_decode_video_frame() local
54 codec_ctx->skip_frame = AVDISCARD_ALL; in try_decode_video_frame()
71 codec_ctx->skip_frame = skip_frame; in try_decode_video_frame()
/dports/multimedia/QtAV/QtAV-1.13.0/src/codec/video/
H A DVideoDecoderFFmpeg.cpp46 Q_PROPERTY(DiscardType skip_frame READ skipFrame WRITE setSkipFrame) property in QtAV::VideoDecoderFFmpeg
198 , skip_frame(VideoDecoderFFmpeg::Default) in VideoDecoderFFmpegPrivate()
208 av_opt_set_int(codec_ctx, "skip_frame", (int64_t)skip_frame, 0); in open()
249 int skip_frame; member in QtAV::Q_DECL_FINAL
327 d.skip_frame = (int)value; in setSkipFrame()
334 return (DiscardType)d_func().skip_frame; in skipFrame()
/dports/multimedia/py-av/av-8.0.3/av/
H A Denum.pyx150 …a:`av.codec.context.SkipType`, which is the type of the :attr:`CodecContext.skip_frame` attribute::
155 >>> # The skip_frame attribute has a name and value:
156 >>> cc.skip_frame.name
158 >>> cc.skip_frame.value
162 >>> cc.skip_frame == 'DEFAULT'
164 >>> cc.skip_frame == 0
168 >>> cc.skip_frame = 'NONKEY'
169 >>> cc.skip_frame == 'NONKEY'
171 >>> cc.skip_frame == 32
/dports/multimedia/mpv/mpv-0.34.1/video/decode/
H A Dvd_lavc.c78 int skip_frame; member
110 {"vd-lavc-skipframe", OPT_DISCARD(skip_frame)},
135 .skip_frame = AVDISCARD_DEFAULT,
174 enum AVDiscard skip_frame; member
675 avctx->skip_frame = lavc_param->skip_frame; in init_avctx()
683 ctx->skip_frame = avctx->skip_frame; in init_avctx()
966 avctx->skip_frame = opts->framedrop; // normal framedrop in prepare_decoding()
968 avctx->skip_frame = AVDISCARD_NONREF; // hr-seek framedrop in prepare_decoding()
971 avctx->skip_frame = AVDISCARD_ALL; in prepare_decoding()
973 avctx->skip_frame = ctx->skip_frame; // normal playback in prepare_decoding()
[all …]
/dports/audio/Maaate/Maaate-0.3.1/src/mpeg/
H A DMPEGfile.cc60 if (!skip_frame()) //not a MPEG file in MPEGfile()
64 while (skip_frame()); in MPEGfile()
164 if (!skip_frame()) { in seek_window()
249 if (!skip_frame()) in next_window()
281 if (!skip_frame()) in skip_window()
661 MPEGfile::skip_frame() { in skip_frame() function in MPEGfile
/dports/graphics/gifski/gifski-1.5.0/cargo-crates/ffmpeg-next-4.4.0/src/codec/decoder/
H A Ddecoder.rs104 pub fn skip_frame(&mut self, value: Discard) { in skip_frame() method
106 (*self.as_mut_ptr()).skip_frame = value.into(); in skip_frame()
/dports/multimedia/libxine/xine-lib-1.2.11/src/post/goom/
H A Dxine_goom.c118 int skip_frame; member
347 this->skip_frame = 0; in goom_port_open()
487 if (!this->skip_frame) { in goom_port_put_buffer()
595 this->skip_frame = frame->draw(frame, XINE_ANON_STREAM); in goom_port_put_buffer()
600 _x_assert(this->skip_frame>0); in goom_port_put_buffer()
601 this->skip_frame--; in goom_port_put_buffer()
/dports/multimedia/gstreamer1-plugins-svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/App/DecApp/
H A DEbDecAppMain.c218 uint64_t skip_frame = config_ptr->skip_frames; in main() local
219 while (skip_frame) { in main()
222 skip_frame--; in main()
/dports/multimedia/svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/App/DecApp/
H A DEbDecAppMain.c218 uint64_t skip_frame = config_ptr->skip_frames; in main() local
219 while (skip_frame) { in main()
222 skip_frame--; in main()
/dports/multimedia/transcode/transcode-1.1.7/import/
H A Da52_decore.c166 goto skip_frame; in a52_decore()
245 skip_frame: in a52_decore()
/dports/multimedia/py-av/av-8.0.3/examples/basics/
H A Dsave_keyframes.py9 stream.codec_context.skip_frame = 'NONKEY'
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/ext/libav/
H A Dgstavviddec.c268 ffmpegdec->skip_frame = ffmpegdec->lowres = 0; in gst_ffmpegviddec_init()
485 ffmpegdec->context->skip_frame = ffmpegdec->skip_frame; in gst_ffmpegviddec_set_format()
1344 ffmpegdec->context->skip_frame = AVDISCARD_NONKEY; in gst_ffmpegviddec_do_qos()
1347 ffmpegdec->context->skip_frame = AVDISCARD_NONREF; in gst_ffmpegviddec_do_qos()
1364 ffmpegdec->context->skip_frame = ffmpegdec->skip_frame; in gst_ffmpegviddec_do_qos()
1370 if (diff > 0 && ffmpegdec->context->skip_frame != AVDISCARD_DEFAULT) { in gst_ffmpegviddec_do_qos()
1371 ffmpegdec->context->skip_frame = AVDISCARD_DEFAULT; in gst_ffmpegviddec_do_qos()
1376 else if (diff <= 0 && ffmpegdec->context->skip_frame != AVDISCARD_NONREF) { in gst_ffmpegviddec_do_qos()
1377 ffmpegdec->context->skip_frame = AVDISCARD_NONREF; in gst_ffmpegviddec_do_qos()
2141 ffmpegdec->skip_frame = ffmpegdec->context->skip_frame = in gst_ffmpegviddec_set_property()
[all …]
H A Dgstavviddec.h66 enum AVDiscard skip_frame; member
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/tests/ref/fate/
H A Dapi-mjpeg-codec-param96 skip_frame=0
236 skip_frame=0
H A Dapi-png-codec-param96 skip_frame=0
236 skip_frame=0
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/tests/ref/fate/
H A Dapi-png-codec-param97 skip_frame=0
240 skip_frame=0
H A Dapi-mjpeg-codec-param97 skip_frame=0
240 skip_frame=0
/dports/games/spacejunk/spacejunk-1.0.5/sge030809/
H A Dsge_shape.h273 void skip_frame(int skips); //A negative 'skips' indicates backwards
274 void next_frame(void){skip_frame(1);} in next_frame()
275 void prev_frame(void){skip_frame(-1);} in prev_frame()
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/io_anim_bvh/
H A Dimport_bvh.py552 skip_frame = 1
553 if num_frame > skip_frame:
554 num_frame = num_frame - skip_frame
579 bvh_loc = bvh_node.anim_data[frame_i + skip_frame][:3]
613 bvh_rot = bvh_node.anim_data[frame_i + skip_frame][3:]
/dports/multimedia/mencoder/mplayer-export-2021-12-29/libmpcodecs/
H A Dvd_ffmpeg.c133 static enum AVDiscard skip_frame; variable
392 avctx->skip_frame = str2AVDiscard(lavc_param_skip_frame_str); in init()
406 skip_frame = avctx->skip_frame; in init()
678 …flags|=(avctx->skip_idct<=AVDISCARD_DEFAULT && avctx->skip_frame<=AVDISCARD_DEFAULT && ctx->do_sli… in get_buffer()
889 avctx->skip_frame = skip_frame; in decode()
892 avctx->skip_frame = AVDISCARD_NONREF; in decode()
1032 skip_frame <= AVDISCARD_DEFAULT) in decode()
/dports/multimedia/mplayer/mplayer-export-2021-12-29/libmpcodecs/
H A Dvd_ffmpeg.c133 static enum AVDiscard skip_frame; variable
392 avctx->skip_frame = str2AVDiscard(lavc_param_skip_frame_str); in init()
406 skip_frame = avctx->skip_frame; in init()
678 …flags|=(avctx->skip_idct<=AVDISCARD_DEFAULT && avctx->skip_frame<=AVDISCARD_DEFAULT && ctx->do_sli… in get_buffer()
889 avctx->skip_frame = skip_frame; in decode()
892 avctx->skip_frame = AVDISCARD_NONREF; in decode()
1032 skip_frame <= AVDISCARD_DEFAULT) in decode()
/dports/games/exult/exult-snapshot-v1.7.0.20211128/flic/
H A Dplayfli.cc231 bool skip_frame = Game_window::get_instance()->get_frame_skipping() && SDL_GetTicks() >= ticks; in play() local
239 if (!dont_show && !skip_frame) { in play()
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Damfenc.h97 int skip_frame; member
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Damfenc.h97 int skip_frame; member

12345678910>>...19