Searched refs:enCodecId (Results 1 – 5 of 5) sorted by relevance
56 RK_CODEC_ID_E enCodecId; member154 if (ctx->enCodecId <= RK_VIDEO_ID_Unused || in check_options()209 stAttr.enType = ctx->enCodecId; in mpi_create_vdec()225 if (ctx->enCodecId == RK_VIDEO_ID_MJPEG) { in mpi_create_vdec()253 stVdecPicBufAttr.enCodecType = ctx->enCodecId; in mpi_create_vdec()310 if (ctx->enCodecId == RK_VIDEO_ID_MJPEG || ctx->enCodecId == RK_VIDEO_ID_JPEG) { in mpi_create_stream_mode()590 if (ctx->u32InputMode == VIDEO_MODE_STREAM || ctx->enCodecId == RK_VIDEO_ID_MJPEG || in unit_test_mpi_vdec()591 ctx->enCodecId == RK_VIDEO_ID_JPEG) { in unit_test_mpi_vdec()651 RK_PRINT("input codecId : %d\n", ctx->enCodecId); in mpi_vdec_test_show_options()683 ctx.enCodecId = RK_VIDEO_ID_AVC; in main()[all …]
67 RK_CODEC_ID_E enCodecId; member78 if (ctx->enCodecId <= RK_VIDEO_ID_Unused || in check_options()104 stAttr.enType = ctx->enCodecId; in mpi_create_vdec()116 if (ctx->enCodecId == RK_VIDEO_ID_MJPEG) { in mpi_create_vdec()161 if (ctx->enCodecId == RK_VIDEO_ID_MJPEG || ctx->enCodecId == RK_VIDEO_ID_JPEG) { in mpi_create_stream_mode()951 RK_PRINT("vdec codecId : %d\n", ctx->enCodecId); in mpi_all_test_show_options()974 ctx.enCodecId = RK_VIDEO_ID_AVC; in main()981 OPT_INTEGER('C', "codec", &(ctx.enCodecId), in main()
85 RK_CODEC_ID_E enCodecId; member 808 pstAttr.enType = ctx->stParserCfg.enCodecId; in creat_vdec()
32 RK_CODEC_ID_E enCodecId; member
61 RK_S32 RK_MPI_VI_SetChnStreamCodec(VI_PIPE ViPipe, VI_CHN ViChn, const RK_CODEC_ID_E enCodecId);