mirror of
https://github.com/hardkernel/linux.git
synced 2026-03-26 12:30:23 +09:00
FROMGIT: media: docs: Deprecate mfc display delay controls
Deprecate mfc private display delay and display enable controls for
new clients and use the standard controls instead.
Acked-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Stanimir Varbanov <stanimir.varbanov@linaro.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
(cherry picked from commit 644bcc0315
git://linuxtv.org/media_tree.git master)
Bug: 183580457
Link: https://lkml.org/lkml/2021/1/15/175
Change-Id: Ifdb228bcb395391160727fc98852a2ace6903d2d
Signed-off-by: Dikshita Agarwal <dikshita@codeaurora.org>
This commit is contained in:
committed by
Todd Kjos
parent
f677d55e99
commit
9c6ccd3184
@@ -2803,6 +2803,11 @@ MFC 5.1 Control IDs
|
||||
feature can be used for example for generating thumbnails of videos.
|
||||
Applicable to the H264 decoder.
|
||||
|
||||
.. note::
|
||||
|
||||
This control is deprecated. Use the standard
|
||||
``V4L2_CID_MPEG_VIDEO_DEC_DISPLAY_DELAY_ENABLE`` control instead.
|
||||
|
||||
``V4L2_CID_MPEG_MFC51_VIDEO_DECODER_H264_DISPLAY_DELAY (integer)``
|
||||
Display delay value for H264 decoder. The decoder is forced to
|
||||
return a decoded frame after the set 'display delay' number of
|
||||
@@ -2810,6 +2815,11 @@ MFC 5.1 Control IDs
|
||||
of display order, in addition the hardware may still be using the
|
||||
returned buffer as a reference picture for subsequent frames.
|
||||
|
||||
.. note::
|
||||
|
||||
This control is deprecated. Use the standard
|
||||
``V4L2_CID_MPEG_VIDEO_DEC_DISPLAY_DELAY`` control instead.
|
||||
|
||||
``V4L2_CID_MPEG_MFC51_VIDEO_H264_NUM_REF_PIC_FOR_P (integer)``
|
||||
The number of reference pictures used for encoding a P picture.
|
||||
Applicable to the H264 encoder.
|
||||
|
||||
Reference in New Issue
Block a user