Lines Matching +full:video +full:- +full:interface
8 * http://www.apache.org/licenses/LICENSE-2.0
24 * @brief rockchip media process interface
66 ENC_INPUT_RGB565 = 4, /**< 16-bit RGB */
67 ENC_INPUT_BGR565 = 5, /**< 16-bit RGB */
68 ENC_INPUT_RGB555 = 6, /**< 15-bit RGB */
69 ENC_INPUT_BGR555 = 7, /**< 15-bit RGB */
70 ENC_INPUT_RGB444 = 8, /**< 12-bit RGB */
71 ENC_INPUT_BGR444 = 9, /**< 12-bit RGB */
72 ENC_INPUT_RGB888 = 10, /**< 24-bit RGB */
73 ENC_INPUT_BGR888 = 11, /**< 24-bit RGB */
74 ENC_INPUT_RGB101010 = 12, /**< 30-bit RGB */
75 ENC_INPUT_BGR101010 = 13 /**< 30-bit RGB */
257 * @brief Enumeration used to define the possible video compression codings.
262 * not differentiate between MPEG-4 and H.264 bit streams, it is
272 OMX_RK_VIDEO_CodingMPEG4, /**< MPEG-4 */
273 OMX_RK_VIDEO_CodingWMV, /**< Windows Media Video (WMV1,WMV2,WMV3)*/
274 OMX_RK_VIDEO_CodingRV, /**< all versions of Real Video */
279 OMX_RK_VIDEO_CodingVC1 = 0x01000000, /**< Windows Media Video (WMV1,WMV2,WMV3)*/
302 VPU_API_ERR_UNKNOW = -1,
303 VPU_API_ERR_BASE = -1000,
304 VPU_API_ERR_LIST_STREAM = VPU_API_ERR_BASE - 1,
305 VPU_API_ERR_INIT = VPU_API_ERR_BASE - 2,
306 VPU_API_ERR_VPU_CODEC_INIT = VPU_API_ERR_BASE - 3,
307 VPU_API_ERR_STREAM = VPU_API_ERR_BASE - 4,
308 VPU_API_ERR_FATAL_THREAD = VPU_API_ERR_BASE - 5,
309 VPU_API_EOS_STREAM_REACHED = VPU_API_ERR_BASE - 11,
323 RK_S32 rc_mode; /* 0 - CQP mode; 1 - CBR mode; 2 - FIXQP mode*/
350 * @brief vpu function interface
390 * @brief both send video stream packet to decoder and get video frame from
399 * @brief both send video frame to encoder and get encoded video stream from
415 * @brief send video stream packet to decoder only, async interface
422 * @brief get video frame from decoder only, async interface
429 * @brief send video frame to encoder only, async interface
436 * @brief get encoded video packet from encoder only, async interface
491 * vpu memory handle interface
505 * vpu memory allocator and manager interface