Searched refs:codecType (Results 1 – 5 of 5) 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()
393 if (CODEC_DECODER == ctx->codecType) { in init()395 } else if (CODEC_ENCODER == ctx->codecType) { in init()398 mpp_err("found invalid codec type %d\n", ctx->codecType); in init()475 vpug.CodecType = ctx->codecType; in init()
312 ctx->codecType = CODEC_ENCODER; in vpu_encode_demo()341 ctx->codecType = cmd->codec_type; in vpu_encode_demo()602 ctx->codecType = cmd->codec_type; in vpu_decode_demo()
355 CODEC_TYPE codecType; member
343 CODEC_TYPE codecType; member