aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcaoyifeng <caoyifeng@xiaomi.corp-partner.google.com>2023-06-01 00:08:21 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2023-06-01 00:08:21 +0000
commitd68356fe491e94f19c41235e792206897f20f5fd (patch)
treebda6e602e2947823dc4179fa92118bc49fb228c4
parent8557e475fce24bf24fcbdc888a3d5912f95e40c0 (diff)
parent6c94d6adca6cd22374adecb3534220c396ec0a91 (diff)
downloadlibhevc-d68356fe491e94f19c41235e792206897f20f5fd.tar.gz
Correct comment spelling error. am: 896bc610ac am: 7c09aaf136 am: 6e452c8471 am: dad2884470 am: f9170010a7 am: 6c94d6adca
Original change: https://android-review.googlesource.com/c/platform/external/libhevc/+/2608450 Change-Id: I471e59e8cb3c703ab698e0c4fd57383837beb4d2 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-rw-r--r--encoder/ihevce_api.h4
-rw-r--r--encoder/ihevce_hle_interface.c4
-rw-r--r--encoder/ihevce_hle_interface.h2
-rw-r--r--encoder/ihevce_plugin.c4
4 files changed, 7 insertions, 7 deletions
diff --git a/encoder/ihevce_api.h b/encoder/ihevce_api.h
index 28b2a1f..941402e 100644
--- a/encoder/ihevce_api.h
+++ b/encoder/ihevce_api.h
@@ -682,7 +682,7 @@ typedef struct
* parameters of encoder
*
* these new params can be passed as async commands
- * to the enocder by sending a IHEVCE_CMD_CTL_SETPARAMS command
+ * to the encoder by sending a IHEVCE_CMD_CTL_SETPARAMS command
*/
typedef struct
{
@@ -707,7 +707,7 @@ typedef struct
* parameters of encoder for dynamic resolution change
*
* these new params can be passed as synchromous commands
- * to the enocder by sending a IHEVCE_SYNCH_API_SET_RES_TAG command
+ * to the encoder by sending a IHEVCE_SYNCH_API_SET_RES_TAG command
*/
typedef struct
{
diff --git a/encoder/ihevce_hle_interface.c b/encoder/ihevce_hle_interface.c
index 4c1af64..e67cb9f 100644
--- a/encoder/ihevce_hle_interface.c
+++ b/encoder/ihevce_hle_interface.c
@@ -23,7 +23,7 @@
* \file ihevce_hle_interface.c
*
* \brief
-* This file contains all the functions related High level enocder
+* This file contains all the functions related High level encoder
* Interface layer
*
* \date
@@ -163,7 +163,7 @@ void ihevce_context_reset(enc_ctxt_t *ps_enc_ctxt)
* \brief
* High level Encoder create function
*
-* \param[in] High level enocder interface context pointer
+* \param[in] High level encoder interface context pointer
*
* \return
* success or fail
diff --git a/encoder/ihevce_hle_interface.h b/encoder/ihevce_hle_interface.h
index 2bdf3c1..5c0c898 100644
--- a/encoder/ihevce_hle_interface.h
+++ b/encoder/ihevce_hle_interface.h
@@ -22,7 +22,7 @@
* \file ihevce_hle_interface.h
*
* \brief
-* This file contains infertace prototypes of High level enocder interafce
+* This file contains infertace prototypes of High level encoder interafce
* structure and interface functions.
*
* \date
diff --git a/encoder/ihevce_plugin.c b/encoder/ihevce_plugin.c
index 9dbf376..00637fa 100644
--- a/encoder/ihevce_plugin.c
+++ b/encoder/ihevce_plugin.c
@@ -577,7 +577,7 @@ IV_API_CALL_STATUS_T
* \if Function name : ihevce_plugin_init \endif
*
* \brief
-* Initialises the enocder context and threads
+* Initialises the encoder context and threads
*
* \param[in] Static params pointer
*
@@ -1490,7 +1490,7 @@ static IHEVCE_PLUGIN_STATUS_T
* \if Function name : ihevce_close \endif
*
* \brief
-* De-Initialises the enocder context and threads
+* De-Initialises the encoder context and threads
*
* \param[in] Static params pointer
*