Searched refs:M4AIR_create (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/libvideoeditor/vss/common/inc/
H A DM4AIR_API.h110 * M4OSA_ERR M4AIR_create(M4OSA_Context* pContext,M4AIR_InputFormatType inputFormat);
119 M4OSA_ERR M4AIR_create(M4OSA_Context* pContext,M4AIR_InputFormatType inputFormat);
/frameworks/av/libvideoeditor/vss/mcs/src/
H A DM4MCS_VideoPreProcessing.c353 err = M4AIR_create(&pC->m_air_context, M4AIR_kYUV420P);
/frameworks/av/libvideoeditor/vss/src/
H A DM4AIR_API.c62 M4AIR_kCreated, /**< State after M4AIR_create has been called */
110 * M4OSA_ERR M4AIR_create(M4OSA_Context* pContext,M4AIR_InputFormatType inputFormat)
119 M4OSA_ERR M4AIR_create(M4OSA_Context* pContext,M4AIR_InputFormatType inputFormat) function
H A DM4VSS3GPP_EditVideo.c3348 err = M4AIR_create(&pC->m_air_context, M4AIR_kYUV420P);
3351 M4AIR_create returned error 0x%x", err);
H A DM4xVSS_internal.c1399 err = M4AIR_create(&pC->m_air_context, M4AIR_kYUV420P);
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorTools.cpp1840 err = M4AIR_create(&m_air_context, M4AIR_kYUV420P);
1962 M4AIR_kCreated, /**< State after M4AIR_create has been called */
1999 * M4OSA_ERR M4AIR_create(M4OSA_Context* pContext,M4AIR_InputFormatType inputFormat)
2009 M4OSA_ERR M4AIR_create(M4OSA_Context* pContext,M4AIR_InputFormatType inputFormat) function

Completed in 546 milliseconds