OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:memData
(Results
1 - 8
of
8
) sorted by null
/frameworks/av/media/libstagefright/codecs/common/include/
voType.h
173
* The init
memdata
flag.
176
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 */
/frameworks/av/media/libstagefright/codecs/aacenc/SampleCode/
AAC_E_SAMPLES.c
189
useData.
memData
= (VO_PTR)(&moper);
/frameworks/av/media/libstagefright/codecs/aacenc/src/
aacenc.c
59
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/
AMRWB_E_SAMPLE.c
130
useData.
memData
= (VO_PTR)(&moper);
/frameworks/av/media/libstagefright/codecs/aacenc/
AACEncoder.cpp
71
userData.
memData
= (VO_PTR) mMemOperator;
SoftAACEncoder.cpp
139
userData.
memData
= (VO_PTR) mMemOperator;
/frameworks/av/media/libstagefright/codecs/amrwbenc/
SoftAMRWBEncoder.cpp
132
userData.
memData
= (VO_PTR) mMemOperator;
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
voAMRWBEnc.c
[
all
...]
Completed in 3995 milliseconds