Searched refs:codecType (Results 1 – 4 of 4) sorted by relevance
276 CODEC_TYPE codecType = CODEC_NONE; in vpu_open_context() local320 && s->codecType == CODEC_DECODER && s->width <= 1920 in vpu_open_context()327 MppCtxType type = (s->codecType == CODEC_DECODER) ? (MPP_CTX_DEC) : in vpu_open_context()328 (s->codecType == CODEC_ENCODER) in vpu_open_context()347 codecType = s->codecType; in vpu_open_context()404 s->codecType = codecType; in vpu_open_context()
417 if (CODEC_DECODER == ctx->codecType) { in init()419 } else if (CODEC_ENCODER == ctx->codecType) { in init()422 mpp_err("found invalid codec type %d\n", ctx->codecType); in init()499 vpug.CodecType = ctx->codecType; in init()
300 ctx->codecType = CODEC_ENCODER; in vpu_encode_demo()329 ctx->codecType = cmd->codec_type; in vpu_encode_demo()590 ctx->codecType = cmd->codec_type; in vpu_decode_demo()
359 CODEC_TYPE codecType; member