Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 91a45a42 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Add missing @addtogroup tags."

parents cb3046d0 ec6cd639
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -14,6 +14,15 @@
 * limitations under the License.
 */

/**
 * @addtogroup Media
 * @{
 */

/**
 * @file NdkMediaCodec.h
 */

/*
 * This file defines an NDK API.
 * Do not remove methods.
@@ -366,3 +375,5 @@ media_status_t AMediaCodecCryptoInfo_getEncryptedBytes(AMediaCodecCryptoInfo*, s
__END_DECLS

#endif //_NDK_MEDIA_CODEC_H

/** @} */
+10 −0
Original line number Diff line number Diff line
@@ -14,6 +14,14 @@
 * limitations under the License.
 */

/**
 * @addtogroup Media
 * @{
 */

/**
 * @file NdkMediaCrypto.h
 */

/*
 * This file defines an NDK API.
@@ -54,3 +62,5 @@ void AMediaCrypto_delete(AMediaCrypto* crypto);
__END_DECLS

#endif // _NDK_MEDIA_CRYPTO_H

/** @} */
+11 −0
Original line number Diff line number Diff line
@@ -14,6 +14,15 @@
 * limitations under the License.
 */

/**
 * @addtogroup Media
 * @{
 */

/**
 * @file NdkMediaDrm.h
 */

/*
 * This file defines an NDK API.
 * Do not remove methods.
@@ -451,3 +460,5 @@ media_status_t AMediaDrm_verify(AMediaDrm *, const AMediaDrmSessionId *sessionId
__END_DECLS

#endif //_NDK_MEDIA_DRM_H

/** @} */
+10 −0
Original line number Diff line number Diff line
@@ -14,6 +14,14 @@
 * limitations under the License.
 */

/**
 * @addtogroup Media
 * @{
 */

/**
 * @file NdkMediaError.h
 */

/*
 * This file defines an NDK API.
@@ -66,3 +74,5 @@ typedef enum {
__END_DECLS

#endif // _NDK_MEDIA_ERROR_H

/** @} */
+10 −0
Original line number Diff line number Diff line
@@ -14,6 +14,14 @@
 * limitations under the License.
 */

/**
 * @addtogroup Media
 * @{
 */

/**
 * @file NdkMediaExtractor.h
 */

/*
 * This file defines an NDK API.
@@ -163,3 +171,5 @@ enum {
__END_DECLS

#endif // _NDK_MEDIA_EXTRACTOR_H

/** @} */
Loading