Home
last modified time | relevance | path

Searched refs:codecType (Results 1 – 4 of 4) sorted by relevance

/rockchip-linux_mpp/mpp/legacy/
H A Dvpu_api.cpp276 CODEC_TYPE codecType = CODEC_NONE; in vpu_open_context() local
320 && 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()
H A Dvpu_api_legacy.cpp417 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()
/rockchip-linux_mpp/test/
H A Dvpu_api_test.c300 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()
/rockchip-linux_mpp/inc/
H A Dvpu_api.h359 CODEC_TYPE codecType; member