Searched defs:m_air_context (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/libvideoeditor/vss/inc/
H A DM4xVSS_Internal.h261 M4OSA_Context m_air_context; member in struct:__anon275
H A DM4VSS3GPP_InternalTypes.h609 M4OSA_Context m_air_context; member in struct:__anon262
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorTools.cpp1684 M4OSA_Context m_air_context; local
1840 err = M4AIR_create(&m_air_context, M4AIR_kYUV420P);
1857 err = M4AIR_configure(m_air_context, &Params);
1862 M4AIR_cleanUp(m_air_context);
1874 err = M4AIR_get(m_air_context, pPlaneIn, pPlaneTemp);
1878 M4AIR_cleanUp(m_air_context);
1921 if (m_air_context != M4OSA_NULL) {
1922 M4AIR_cleanUp(m_air_context);
1923 m_air_context = M4OSA_NULL;
/frameworks/av/libvideoeditor/vss/mcs/inc/
H A DM4MCS_InternalTypes.h578 M4OSA_Context m_air_context; member in struct:__anon302

Completed in 533 milliseconds