Home
last modified time | relevance | path

Searched refs:keyframe (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.20/
H A D0009-matroska-demux-parse-Disable-QoS-lace-skipping-by-de.patch27 will instead skip until the next keyframe. */
39 will instead skip until the next keyframe. */
/OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-good/
H A D0009-matroska-demux-parse-Disable-QoS-lace-skipping-by-de.patch27 will instead skip until the next keyframe. */
39 will instead skip until the next keyframe. */
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22/
H A D0009-matroska-demux-parse-Disable-QoS-lace-skipping-by-de.patch27 will instead skip until the next keyframe. */
39 will instead skip until the next keyframe. */
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/vp9/
H A Dvp9d_parser.c666 s->last_keyframe = s->keyframe; in decode_parser_header()
667 s->keyframe = !mpp_get_bit1(&s->gb); in decode_parser_header()
668 vp9d_dbg(VP9D_DBG_HEADER, "frame_type %d", s->keyframe); in decode_parser_header()
675 s->got_keyframes += s->keyframe ? 1 : 0; in decode_parser_header()
677 s->keyframe, s->intraonly, s->got_keyframes); in decode_parser_header()
682 if (s->keyframe) { in decode_parser_header()
858 if (s->keyframe || s->errorres || s->intraonly) { in decode_parser_header()
1054 if (s->keyframe || s->errorres || in decode_parser_header()
1071 if (s->keyframe || s->errorres || s->intraonly) in decode_parser_header()
1089 if (s->keyframe || s->intraonly) { in decode_parser_header()
[all …]
H A Dvp9d_parser.h123 RK_U8 keyframe, last_keyframe; member
H A Dvp9d_parser2_syntax.c83 pic->frame_type = !s->keyframe; in vp9d_fill_picparams()
/OK3568_Linux_fs/external/gstreamer-rockchip/gst/rockchipmpp/
H A Dgstmppenc.c883 gst_mpp_enc_force_keyframe (GstVideoEncoder * encoder, gboolean keyframe) in gst_mpp_enc_force_keyframe() argument
889 if (!keyframe) { in gst_mpp_enc_force_keyframe()
915 gboolean keyframe; in gst_mpp_enc_loop() local
937 keyframe = GST_VIDEO_CODEC_FRAME_IS_FORCE_KEYFRAME (frame); in gst_mpp_enc_loop()
938 if (keyframe) in gst_mpp_enc_loop()
947 if (keyframe) in gst_mpp_enc_loop()
/OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/ffmpeg/ffmpeg/
H A D0001-avcodec-vp3-Add-missing-check-for-av_malloc.patch41 if (s->keyframe) {
/OK3568_Linux_fs/buildroot/package/open62541/
H A DConfig.in56 The PubSub messages differentiate between keyframe (all
/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/
H A DChangeLog213 was invoked with --resume the keyframe check prevented rtmpdump from continuing
245 frames and keep waiting for a keyframe with a timestamp of zero.
248 doesn't resend the keyframe, seeking in flash is unreliable
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Ddev-decoder.rst97 Instantaneous Decoder Refresh; a type of a keyframe in an H.264/HEVC-encoded
100 keyframe
124 any previous state/data present, e.g.: a keyframe (VP8/VP9) or
822 from a resume point (e.g. SPS or a keyframe). Any queued ``OUTPUT``
837 keyframe, the stale SPS/PPS inside decoder state would lead to undefined
H A Dext-ctrls-codec.rst1305 encoders. This is a general, codec-agnostic keyframe control.