Searched refs:M4PTO3GPP (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/libvideoeditor/vss/inc/
H A DM4PTO3GPP_ErrorCodes.h39 #define ERR_PTO3GPP_UNDEFINED_OUTPUT_VIDEO_FORMAT M4OSA_ERR_CREATE( M4_ERR, M4PTO3GPP, 0x0001 )
43 M4OSA_ERR_CREATE( M4_ERR, M4PTO3GPP, 0x0002 )
47 M4OSA_ERR_CREATE( M4_ERR, M4PTO3GPP, 0x0003 )
51 M4OSA_ERR_CREATE( M4_ERR, M4PTO3GPP, 0x0004 )
54 #define ERR_PTO3GPP_INVALID_FILE_SIZE M4OSA_ERR_CREATE( M4_ERR, M4PTO3GPP, 0x0005 )
58 M4OSA_ERR_CREATE( M4_ERR, M4PTO3GPP, 0x0006 )
61 #define ERR_PTO3GPP_UNDEFINED_OUTPUT_AUDIO_FORMAT M4OSA_ERR_CREATE( M4_ERR, M4PTO3GPP, 0x0007 )
65 #define ERR_PTO3GPP_AMR_DECODER_INIT_ERROR M4OSA_ERR_CREATE( M4_ERR, M4PTO3GPP, 0x0020 )
68 #define ERR_PTO3GPP_AMR_DECODE_ERROR M4OSA_ERR_CREATE( M4_ERR, M4PTO3GPP, 0x0021 )
71 #define ERR_PTO3GPP_AMR_DECODER_DESTROY_ERROR M4OSA_ERR_CREATE( M4_ERR, M4PTO3GPP,
[all...]
/frameworks/av/libvideoeditor/osal/inc/
H A DM4OSA_CoreID.h156 #define M4PTO3GPP 0x017A macro
/frameworks/av/libvideoeditor/vss/common/inc/
H A DM4OSA_CoreID.h157 #define M4PTO3GPP 0x017A macro
/frameworks/av/libvideoeditor/vss/src/
H A DM4PTO3GPP_API.c114 * @brief Get the M4PTO3GPP version.
143 * @brief Initializes the M4PTO3GPP (allocates an execution context).
145 * @param pContext (OUT) Pointer on the M4PTO3GPP context to allocate
170 * Allocate the M4PTO3GPP context and return it to the user */
171 pC = (M4PTO3GPP_InternalContext*)M4OSA_32bitAlignedMalloc(sizeof(M4PTO3GPP_InternalContext), M4PTO3GPP,
251 * @brief Set the M4PTO3GPP input and output files.
253 * @param pContext (IN) M4PTO3GPP context
259 * @return M4ERR_STATE: M4PTO3GPP is not in an appropriate state for this function to be
512 M4PTO3GPP,(M4OSA_Char *)"pReaderAudioAU");
592 * @param pContext (IN) M4PTO3GPP contex
[all...]

Completed in 69 milliseconds