Searched refs:memData (Results 1 - 8 of 8) sorted by relevance

/frameworks/av/media/libstagefright/codecs/common/include/
H A DvoType.h176 VO_IMF_USERMEMOPERATOR =0, /*!< memData is the pointer of memoperator function*/
177 VO_IMF_PREALLOCATEDBUFFER =1, /*!< memData is preallocated memory*/
187 VO_PTR memData; /*!<a pointer to VO_MEM_OPERATOR or a preallocated buffer */ member in struct:__anon470
/frameworks/av/media/libstagefright/codecs/aacenc/SampleCode/
H A DAAC_E_SAMPLES.c189 useData.memData = (VO_PTR)(&moper);
/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Daacenc.c59 if(pUserData == NULL || pUserData->memflag != VO_IMF_USERMEMOPERATOR || pUserData->memData == NULL )
78 pMemOP = (VO_MEM_OPERATOR *)pUserData->memData;
/frameworks/av/media/libstagefright/codecs/amrwbenc/SampleCode/
H A DAMRWB_E_SAMPLE.c130 useData.memData = (VO_PTR)(&moper);
/frameworks/av/media/libstagefright/codecs/aacenc/
H A DAACEncoder.cpp71 userData.memData = (VO_PTR) mMemOperator;
H A DSoftAACEncoder.cpp139 userData.memData = (VO_PTR) mMemOperator;
/frameworks/av/media/libstagefright/codecs/amrwbenc/
H A DSoftAMRWBEncoder.cpp132 userData.memData = (VO_PTR) mMemOperator;
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A DvoAMRWBEnc.c1615 if(pUserData == NULL || pUserData->memflag != VO_IMF_USERMEMOPERATOR || pUserData->memData == NULL )
1632 pMemOP = (VO_MEM_OPERATOR *)pUserData->memData;

Completed in 241 milliseconds