mirror of
git://nv-tegra.nvidia.com/tegra/gst-src/gst-nvvideo4linux2.git
synced 2025-12-22 09:22:34 +03:00
21d90c16d522c5bc36972e446e68b30ffbafb3f5 - v4l2_nv_extensions.h 28d38d98f14debda660f7ba7813ba3466e0e7598 - nvbufsurface.h c3f21bd4363243ad1bca5b1d434b5896402eec14 - nvbuf_utils.h 80b3faf4a2e03de49089b320f0cf005d9a0a54ad - gst-v4l2/gstv4l2bufferpool.c 5948d70c07e87f9b1dc403789dcbed6acfa47ad9 - gst-v4l2/gstv4l2av1enc.c a6f39a3f80f770833a35db7bf41e2ae5de9b6ace - gst-v4l2/sei_parse.c d89a680415f6ff5acec2571cde0fce9054d8e81f - gst-v4l2/gstv4l2vp9enc.h fc92c71b8ced8e709d0cd6ac13423b29b9c3588c - gst-v4l2/gstv4l2.c 12edc3b0bb6c2a360e1000d16bd85d8038a7826d - gst-v4l2/gstv4l2videoenc.c 39fcb2f599e6906ab0fd7ab9a46fef3ea58a8cab - gst-v4l2/gstv4l2vp8enc.h 71be284b547ee68fb0e2cd14b0aeb14734a915a1 - gst-v4l2/gstv4l2bufferpool.h 6e1356a18283ae0cf5d7e09d9f76946877ee4a64 - gst-v4l2/Makefile 118d6cb4912f62afbf6b6f9e1d1c4be8d8516706 - gst-v4l2/gstv4l2object.c e8e973c103725b65232d32817e0305d12d6ff309 - gst-v4l2/gstv4l2h264enc.c b827fd6cb1e3b8ecebd6a07f8556e846e26cba17 - gst-v4l2/gstv4l2allocator.h 02d142337f4b96fcb0c9f2405a3cbe90c5917cca - gst-v4l2/gstv4l2vp9enc.c 85ff961e6bdfb02907033709ee001bc250af8e03 - gst-v4l2/gstv4l2object.h fbdc964b443c64094f5b3f6e2bcd29697bc27694 - gst-v4l2/gstv4l2videodec.h c81eacb7d88c4fb839506dd70055e30d7a9feeec - gst-v4l2/v4l2-utils.h cbc84dccd2506afa4c8f03849c95bb28c83ef4a3 - gst-v4l2/gstv4l2av1enc.h d29e3a719400c3cb27314366d48ec792a3c12363 - gst-v4l2/gstv4l2h265enc.h bb104683f5e4f7402e3f765a891e149edc794e02 - gst-v4l2/gstv4l2h264enc.h b1cd923335aa60985ff9866fba91a2068e8671c7 - gst-v4l2/LICENSE.gst-nvvideo4linux2 de0589228170e396cc3d0393020fade2987b4437 - gst-v4l2/gstv4l2videodec.c a002edef13a3bbbdc41e42a7fca40e574ad1bb3e - gst-v4l2/v4l2-utils.c 77b6cef2b4ba7b33b4383664d2f1ed339a2881ac - gst-v4l2/gstv4l2videoenc.h 73b03969d7ae0a8adb374c93999c43af88ea93b2 - gst-v4l2/v4l2_calls.c 807bc9859585a540b0f85e98f147756aab24e1bd - gst-v4l2/gstv4l2vp8enc.c ed77613908dddf791481ea198dfd75f988684226 - gst-v4l2/gstv4l2allocator.c 4a047575250eb3ccb6db1947ed36e9562fe000af - gst-v4l2/gstv4l2h265enc.c 499a9feb17ceabf1f1443923dffa1e0180bf5972 - gst-v4l2/gst/glib-compat-private.h 20c4f7c0cb89c83256650bc3353ed82154cf3a9d - gst-v4l2/gst/gst-i18n-plugin.h e864ee6647f3572b144403d799f68152e9900da1 - gst-v4l2/gst/gettext.h 522ab8fc8531a2c758b9278d29642f5b763fd3e7 - gst-v4l2/ext/videodev2.h a745675b051a2b8434a430c80fde3f245864ca89 - gst-v4l2/ext/v4l2-common.h 1636366b5a062e4bc1791b7bc3012ccf5635b363 - gst-v4l2/ext/v4l2-controls.h 72a34a694337f8f6da3bb94c9faced6730cbd2fc - gst-v4l2/ext/types-compat.h Change-Id: I39b53fb1818d035e300de9e509c29b30efe39246
80 lines
2.5 KiB
C
80 lines
2.5 KiB
C
/*
|
|
* Copyright (C) 2014 SUMOMO Computer Association.
|
|
* Author: ayaka <ayaka@soulik.info>
|
|
* Copyright (c) 2018-2021, NVIDIA CORPORATION. All rights reserved.
|
|
*
|
|
* This library is free software; you can redistribute it and/or
|
|
* modify it under the terms of the GNU Library General Public
|
|
* License as published by the Free Software Foundation; either
|
|
* version 2 of the License, or (at your option) any later version.
|
|
*
|
|
* This library is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
* Library General Public License for more details.
|
|
*
|
|
* You should have received a copy of the GNU Library General Public
|
|
* License along with this library; if not, write to the
|
|
* Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
|
|
* Boston, MA 02110-1301, USA.
|
|
*
|
|
*/
|
|
|
|
#ifndef __GST_V4L2_H264_ENC_H__
|
|
#define __GST_V4L2_H264_ENC_H__
|
|
|
|
#include <gst/gst.h>
|
|
#include "gstv4l2videoenc.h"
|
|
|
|
G_BEGIN_DECLS
|
|
#define GST_TYPE_V4L2_H264_ENC \
|
|
(gst_v4l2_h264_enc_get_type())
|
|
#define GST_V4L2_H264_ENC(obj) \
|
|
(G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_V4L2_H264_ENC,GstV4l2H264Enc))
|
|
#define GST_V4L2_H264_ENC_CLASS(klass) \
|
|
(G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_V4L2_H264_ENC,GstV4l2H264EncClass))
|
|
#define GST_IS_V4L2_H264_ENC(obj) \
|
|
(G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_V4L2_H264_ENC))
|
|
#define GST_IS_V4L2_H264_ENC_CLASS(obj) \
|
|
(G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_V4L2_H264_ENC))
|
|
typedef struct _GstV4l2H264Enc GstV4l2H264Enc;
|
|
typedef struct _GstV4l2H264EncClass GstV4l2H264EncClass;
|
|
|
|
struct _GstV4l2H264Enc
|
|
{
|
|
GstV4l2VideoEnc parent;
|
|
#ifdef USE_V4L2_TARGET_NV
|
|
guint profile;
|
|
guint nBFrames;
|
|
guint nRefFrames;
|
|
gboolean insert_sps_pps;
|
|
gboolean insert_aud;
|
|
gboolean insert_vui;
|
|
gboolean extended_colorformat;
|
|
gboolean EnableTwopassCBR;
|
|
gboolean SliceIntraRefreshEnable;
|
|
guint SliceIntraRefreshInterval;
|
|
gboolean disable_cabac_entropy_coding;
|
|
gboolean bit_packetization;
|
|
guint32 slice_header_spacing;
|
|
gboolean EnableMVBufferMeta;
|
|
guint poc_type;
|
|
gboolean enableLossless;
|
|
#endif
|
|
};
|
|
|
|
struct _GstV4l2H264EncClass
|
|
{
|
|
GstV4l2VideoEncClass parent_class;
|
|
};
|
|
|
|
GType gst_v4l2_h264_enc_get_type (void);
|
|
|
|
gboolean gst_v4l2_is_h264_enc (GstCaps * sink_caps, GstCaps * src_caps);
|
|
|
|
void gst_v4l2_h264_enc_register (GstPlugin * plugin, const gchar * basename,
|
|
const gchar * device_path, GstCaps * sink_caps, GstCaps * src_caps);
|
|
|
|
G_END_DECLS
|
|
#endif /* __GST_V4L2_H264_ENC_H__ */
|