Home
last modified time | relevance | path

Searched defs:inPtr (Results 1 – 6 of 6) sorted by relevance

/external/opencore/oscl/oscl/osclbase/src/
Doscl_exclusive_ptr.h79 explicit OsclExclusivePtr(T* inPtr = 0) : _Ptr(inPtr) {}; in _Ptr() argument
218 explicit OsclExclusiveArrayPtr(T* inPtr = 0) : _Ptr(inPtr) {}; in _Ptr() argument
358 explicit OsclExclusivePtrA(T* inPtr = 0) : _Ptr(inPtr) {}; in _Ptr() argument
/external/opencore/codecs_v2/utilities/pv_config_parser/include/
Dpv_audio_config_parser.h27 uint8* inPtr; member
Dpv_video_config_parser.h27 uint8 *inPtr; member
/external/opencore/oscl/oscl/osclmemory/src/
Doscl_mem_auto_ptr.h84 explicit OSCLMemAutoPtr(T* inPtr = 0) : _Ptr(inPtr), _Ownership(inPtr != 0) {}; in _Ptr() argument
/external/opencore/codecs_v2/omx/omx_common/include/
Dpv_omx_config_parser.h65 OMX_U8* inPtr; //pointer to codec configuration header member
/external/opencore/fileformats/rawaac/parser/src/
Daacfileparser.cpp1435 explicit AutoPtrArrayContainer(PtrType *inPtr = 0) : in AutoPtrArrayContainer()