WIP FPC-III support
[linux/fpc-iii.git] / Documentation / userspace-api / media / dvb / video-get-frame-count.rst
blobb48ac8c58a412f7d037ac7fb2e8afee47bab9c37
1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
2 .. c:namespace:: DTV.video
4 .. _VIDEO_GET_FRAME_COUNT:
6 =====================
7 VIDEO_GET_FRAME_COUNT
8 =====================
10 Name
11 ----
13 VIDEO_GET_FRAME_COUNT
15 .. attention:: This ioctl is deprecated.
17 Synopsis
18 --------
20 .. c:macro:: VIDEO_GET_FRAME_COUNT
22 ``int ioctl(int fd, VIDEO_GET_FRAME_COUNT, __u64 *pts)``
24 Arguments
25 ---------
27 .. flat-table::
28     :header-rows:  0
29     :stub-columns: 0
31     -  .. row 1
33        -  int fd
35        -  File descriptor returned by a previous call to open().
37     -  .. row 2
39        -  int request
41        -  Equals VIDEO_GET_FRAME_COUNT for this command.
43     -  .. row 3
45        -  __u64 \*pts
47        -  Returns the number of frames displayed since the decoder was
48           started.
50 Description
51 -----------
53 This ioctl is obsolete. Do not use in new drivers. For V4L2 decoders
54 this ioctl has been replaced by the ``V4L2_CID_MPEG_VIDEO_DEC_FRAME``
55 control.
57 This ioctl call asks the Video Device to return the number of displayed
58 frames since the decoder was started.
60 Return Value
61 ------------
63 On success 0 is returned, on error -1 and the ``errno`` variable is set
64 appropriately. The generic error codes are described at the
65 :ref:`Generic Error Codes <gen-errors>` chapter.