From b0c69ecb461feca79c271691ba0c87e12570724b Mon Sep 17 00:00:00 2001 From: Herman Chen Date: Thu, 11 Sep 2025 18:08:24 +0800 Subject: [PATCH] fix[mpp]: Fix some typos Signed-off-by: Herman Chen Change-Id: Ie21c286c5884139d631845162da458a7ac1803a6 --- doc/design/1.mpp_design.txt | 2 +- kmpp/base/inc/kmpp_obj_func.h | 2 +- mpp/codec/mpp_dec_normal.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/design/1.mpp_design.txt b/doc/design/1.mpp_design.txt index fd02251c..da4b1484 100644 --- a/doc/design/1.mpp_design.txt +++ b/doc/design/1.mpp_design.txt @@ -91,7 +91,7 @@ allocator. MPI (Media Process Interface) / MPP This module is on charge of interaction with external user. Mpi layer has two ways for user. The simple way - User can use put/get packet/frame function set. -The advanced way - User has to config MppTask and use dequeue/enqueue funciton +The advanced way - User has to config MppTask and use dequeue/enqueue function set to communicate with mpp. MppTask can carry different meta data and complete complex work. diff --git a/kmpp/base/inc/kmpp_obj_func.h b/kmpp/base/inc/kmpp_obj_func.h index 020ce339..719d436a 100644 --- a/kmpp/base/inc/kmpp_obj_func.h +++ b/kmpp/base/inc/kmpp_obj_func.h @@ -35,7 +35,7 @@ KMPP_OBJ_FUNC_DEFINE(KMPP_OBJ_NAME) #undef KMPP_OBJ_FUNC_DEFINE -/* entry and hook access funcitons */ +/* entry and hook access functions */ #ifdef KMPP_OBJ_ENTRY_TABLE /* disable all hierarchy macro in header */ #define CFG_DEF_START(...) diff --git a/mpp/codec/mpp_dec_normal.cpp b/mpp/codec/mpp_dec_normal.cpp index 01652b73..03a270fb 100644 --- a/mpp/codec/mpp_dec_normal.cpp +++ b/mpp/codec/mpp_dec_normal.cpp @@ -365,7 +365,7 @@ static MPP_RET try_proc_dec_task(Mpp *mpp, DecTask *task) * 1. Prepare process is controlled by need_split flag * If need_split flag is zero prepare function is just copy the input * packet to task_dec->input_packet - * If need_split flag is non-zero prepare function will call split funciton + * If need_split flag is non-zero prepare function will call split function * of different coding type and find the start and end of one frame. Then * copy data to task_dec->input_packet * 2. On need_split mode if one input MppPacket contain multiple frame for