Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/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.cpp393 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()
/OK3568_Linux_fs/external/mpp/test/
H A Dvpu_api_test.c312 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()
/OK3568_Linux_fs/external/mpp/inc/
H A Dvpu_api.h355 CODEC_TYPE codecType; member
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/mpp/include/rockchip/
H A Dvpu_api.h343 CODEC_TYPE codecType; member