fix[mpp]: Fix some typos

Signed-off-by: Herman Chen <herman.chen@rock-chips.com>
Change-Id: Ie21c286c5884139d631845162da458a7ac1803a6
This commit is contained in:
Herman Chen 2025-09-11 18:08:24 +08:00
parent b68672dbb2
commit b0c69ecb46
3 changed files with 3 additions and 3 deletions

View file

@ -91,7 +91,7 @@ allocator.
MPI (Media Process Interface) / MPP MPI (Media Process Interface) / MPP
This module is on charge of interaction with external user. Mpi layer has two 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. 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 set to communicate with mpp. MppTask can carry different meta data and complete
complex work. complex work.

View file

@ -35,7 +35,7 @@ KMPP_OBJ_FUNC_DEFINE(KMPP_OBJ_NAME)
#undef KMPP_OBJ_FUNC_DEFINE #undef KMPP_OBJ_FUNC_DEFINE
/* entry and hook access funcitons */ /* entry and hook access functions */
#ifdef KMPP_OBJ_ENTRY_TABLE #ifdef KMPP_OBJ_ENTRY_TABLE
/* disable all hierarchy macro in header */ /* disable all hierarchy macro in header */
#define CFG_DEF_START(...) #define CFG_DEF_START(...)

View file

@ -365,7 +365,7 @@ static MPP_RET try_proc_dec_task(Mpp *mpp, DecTask *task)
* 1. Prepare process is controlled by need_split flag * 1. Prepare process is controlled by need_split flag
* If need_split flag is zero prepare function is just copy the input * If need_split flag is zero prepare function is just copy the input
* packet to task_dec->input_packet * 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 * of different coding type and find the start and end of one frame. Then
* copy data to task_dec->input_packet * copy data to task_dec->input_packet
* 2. On need_split mode if one input MppPacket contain multiple frame for * 2. On need_split mode if one input MppPacket contain multiple frame for