diff options
Diffstat (limited to 'linux/Documentation/video4linux/cx2341x/fw-decoder-api.txt')
-rw-r--r-- | linux/Documentation/video4linux/cx2341x/fw-decoder-api.txt | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/linux/Documentation/video4linux/cx2341x/fw-decoder-api.txt b/linux/Documentation/video4linux/cx2341x/fw-decoder-api.txt index 5ebac91c4..34b5c3c7d 100644 --- a/linux/Documentation/video4linux/cx2341x/fw-decoder-api.txt +++ b/linux/Documentation/video4linux/cx2341x/fw-decoder-api.txt @@ -39,7 +39,7 @@ Param[2] ------------------------------------------------------------------------------- -Name CX2341X_DEC_PLAYBACK_SPEED +Name CX2341X_DEC_SET_PLAYBACK_SPEED Enum 3/0x03 Description Playback stream at speed other than normal. There are two modes of @@ -89,7 +89,7 @@ Param[0] ------------------------------------------------------------------------------- -Name CX2341X_DEC_DMA_BLOCKSIZE +Name CX2341X_DEC_SET_DMA_BLOCKSIZE Enum 8/0x08 Description Set DMA transfer block size. Counterpart to API 0xC9 @@ -99,7 +99,7 @@ Param[0] ------------------------------------------------------------------------------- -Name CX2341X_DEC_XFER_INFO +Name CX2341X_DEC_GET_XFER_INFO Enum 9/0x09 Description This API call may be used to detect an end of stream condtion. @@ -114,7 +114,7 @@ Result[3] ------------------------------------------------------------------------------- -Name CX2341X_DEC_DMA_STATUS +Name CX2341X_DEC_GET_DMA_STATUS Enum 10/0x0A Description Status of the last DMA transfer @@ -127,7 +127,7 @@ Result[1] ------------------------------------------------------------------------------- -Name CX2341X_DEC_DMA_FROM_HOST +Name CX2341X_DEC_SCHED_DMA_FROM_HOST Enum 11/0x0B Description Setup DMA from host operation. Counterpart to API 0xCC @@ -159,7 +159,7 @@ Description ------------------------------------------------------------------------------- -Name CX2341X_DEC_DISP_STANDARD +Name CX2341X_DEC_SET_STANDARD Enum 16/0x10 Description Selects display standard @@ -168,7 +168,7 @@ Param[0] ------------------------------------------------------------------------------- -Name CX2341X_DEC_GETVER +Name CX2341X_DEC_GET_VERSION Enum 17/0x11 Description Returns decoder firmware version information @@ -180,7 +180,7 @@ Result[0] ------------------------------------------------------------------------------- -Name CX2341X_DEC_STREAM_INPUT +Name CX2341X_DEC_SET_STREAM_INPUT Enum 20/0x14 Description Select decoder stream input port @@ -189,7 +189,7 @@ Param[0] ------------------------------------------------------------------------------- -Name CX2341X_DEC_TIMING_INFO +Name CX2341X_DEC_GET_TIMING_INFO Enum 21/0x15 Description Returns timing information from start of playback @@ -206,7 +206,7 @@ Result[4] ------------------------------------------------------------------------------- -Name CX2341X_DEC_SELECT_AUDIO +Name CX2341X_DEC_SET_AUDIO_MODE Enum 22/0x16 Description Select audio mode @@ -218,7 +218,7 @@ Param[1] ------------------------------------------------------------------------------- -Name CX2341X_DEC_EVENT_NOTIFICATION +Name CX2341X_DEC_SET_EVENT_NOTIFICATION Enum 23/0x17 Description Setup firmware to notify the host about a particular event. @@ -229,12 +229,12 @@ Param[1] Notification 0=disabled, 1=enabled Param[2] Interrupt bit -Param[32] +Param[3] Mailbox slot, -1 if no mailbox required. ------------------------------------------------------------------------------- -Name CX2341X_DEC_DISPLAY_BUFFERS +Name CX2341X_DEC_SET_DISPLAY_BUFFERS Enum 24/0x18 Description Number of display buffers. To decode all frames in reverse playback you @@ -257,7 +257,7 @@ Result[1] ------------------------------------------------------------------------------- -Name CX2341X_DEC_DECODE_SOURCE +Name CX2341X_DEC_SET_DECODER_SOURCE Enum 26/0x1A Description Selects decoder source. Ensure that the parameters passed to this @@ -273,7 +273,7 @@ Param[3] ------------------------------------------------------------------------------- -Name CX2341X_DEC_AUDIO_OUTPUT +Name CX2341X_DEC_SET_AUDIO_OUTPUT Enum 27/0x1B Description Select audio output format @@ -289,7 +289,7 @@ Param[0] '01' 4 channels '10' 6 channels '11' 6 channels with one line data mode - (for left justified MSB first mode, 20 bit only) + (for left justified MSB first mode, 20 bit only) 10:11 Unused 12:13 Channel format: '00' right justified MSB first mode @@ -310,7 +310,7 @@ Param[0] ------------------------------------------------------------------------------- -Name CX2341X_DEC_BUFFER +Name CX2341X_DEC_SET_PREBUFFERING Enum 30/0x1E Description Decoder prebuffering, when enabled up to 128KB are buffered for |