mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-12-26 11:17:44 +01:00
fix[mpp]: Fix some typos
Signed-off-by: Herman Chen <herman.chen@rock-chips.com> Change-Id: Ie21c286c5884139d631845162da458a7ac1803a6
This commit is contained in:
parent
b68672dbb2
commit
b0c69ecb46
3 changed files with 3 additions and 3 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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(...)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue