This commit is contained in:
刘可亮
2024-06-04 19:00:30 +08:00
parent 990c72f5be
commit 0a13af6a1d
1668 changed files with 342810 additions and 37726 deletions

View File

@@ -102,16 +102,17 @@ struct mpp_dec_crop_info {
* @output_pos_y: start pos in y for output
*/
struct mpp_dec_output_pos {
int output_pos_x;
int output_pos_y;
int output_pos_x;
int output_pos_y;
};
enum mpp_codec_type {
MPP_CODEC_VIDEO_DECODER_H264 = 0x1000, // decoder
MPP_CODEC_VIDEO_DECODER_MJPEG,
MPP_CODEC_VIDEO_DECODER_PNG,
MPP_CODEC_VIDEO_DECODER_H264 = 0x1000, // decoder
MPP_CODEC_VIDEO_DECODER_MJPEG,
MPP_CODEC_VIDEO_DECODER_PNG,
MPP_CODEC_VIDEO_DECODER_AICP,
MPP_CODEC_VIDEO_ENCODER_H264 = 0x2000, // encoder
MPP_CODEC_VIDEO_ENCODER_H264 = 0x2000, // encoder
};
enum mpp_dec_cmd {