Home
last modified time | relevance | path

Searched refs:OSCL_TCHAR (Results 1 – 17 of 17) sorted by relevance

/external/opencore/fileformats/mp4/parser/src/
Dobjectdescriptor.cpp142 OSCL_TCHAR *pwbuf = (OSCL_TCHAR*) oscl_malloc(_urlLength * sizeof(OSCL_TCHAR)); in getUrlString()
148 … oscl_UTF8ToUnicode((const char *)_urlStringPtr, _urlLength, pwbuf, _urlLength*sizeof(OSCL_TCHAR)); in getUrlString()
Desdescriptor.cpp107 OSCL_TCHAR *pwbuf = (OSCL_TCHAR*) oscl_malloc(_urlLength * sizeof(OSCL_TCHAR)); in ESDescriptor()
109 … oscl_UTF8ToUnicode((const char *)_urlStringPtr, _urlLength, pwbuf, _urlLength*sizeof(OSCL_TCHAR)); in ESDescriptor()
/external/opencore/oscl/oscl/osclbase/src/
Doscl_types.h79 typedef oscl_wchar OSCL_TCHAR; typedef
/external/opencore/fileformats/mp4/composer/src/
Datomutils.cpp149 OSCL_TCHAR *stringptr = (OSCL_TCHAR *)data.get_cstr(); in renderUnicodeString()
Dmpeg4file.cpp1938 OSCL_TCHAR *date_ptr = (OSCL_TCHAR *)(creationDate.get_cstr()); in convertCreationTime()
/external/opencore/oscl/pvlogger/src/
Dpvlogger_file_appender.h37 …static TextFileAppender<Layout, LayoutBufferSize, Lock>* CreateAppender(const OSCL_TCHAR * filenam…
246 static BinaryFileAppender* CreateAppender(const OSCL_TCHAR * filename, uint32 cacheSize = 0)
Dpvlogger_mem_appender.h39 …static MemAppender<Layout, LayoutBufferSize, Lock>* CreateAppender(OSCL_TCHAR * filename, uint32 c…
/external/opencore/fileformats/mp4/parser/utils/mp4recognizer/src/
Datomutils.cpp249 OSCL_TCHAR outbuf[MAX_BUFF_SIZE]; in readNullTerminatedString()
298 OSCL_wHeapString<OsclMemAllocator> temp((const OSCL_TCHAR *)buf, index - 1); in readNullTerminatedUnicodeString()
434 OSCL_TCHAR outbuf[MAX_BUFF_SIZE]; in readUTF8String()
499 OSCL_wHeapString<OsclMemAllocator> temp((const OSCL_TCHAR *)buf, index); in readUnicodeString()
/external/opencore/pvmi/media_io/pvmiofileoutput/include/
Davi_write.h156 void InitializeAVI(OSCL_TCHAR *filename, int width, int height, int cc);
/external/opencore/engines/adapters/player/framemetadatautility/test/src/
Dtest_pv_frame_metadata_utility.cpp443 OSCL_TCHAR* cmd = NULL; in FindTestRange()
481 OSCL_TCHAR* cmd; in FindTestRange()
645 OSCL_TCHAR* cmd = NULL; in FindMemMgmtRelatedCmdLineParams()
699 OSCL_TCHAR* cmd = NULL; in FindLogLevel()
/external/opencore/engines/2way/test/src/
Dtest_engine.cpp97 OSCL_TCHAR* cmd = NULL; in FindTestRange()
140 OSCL_TCHAR* cmd; in FindTestRange()
/external/opencore/engines/author/test/src/
Dtest_pv_author_engine_logger.cpp49 #define KLogFile ((OSCL_TCHAR*) _STRLIT("pvauthorlog.txt"))
Dpvaetest.cpp1091 OSCL_TCHAR* cmd = NULL; in FindTestRange()
1132 OSCL_TCHAR* cmd; in FindTestRange()
1298 OSCL_TCHAR* cmd = NULL; in FindMemMgmtRelatedCmdLineParams()
/external/opencore/protocols/rtsp_client_engine/inc/
Dpvrtsp_client_engine_node.h347 static GetPostCorrelationObject *create(OSCL_TCHAR* aFileName = NULL);
365 bool construct(OSCL_TCHAR* aFileName);
/external/opencore/engines/player/test/src/
Dtest_pv_player_engine.cpp919 OSCL_TCHAR* cmd = NULL; in FindTestRange()
977 OSCL_TCHAR* cmd; in FindTestRange()
1206 OSCL_TCHAR* cmd = NULL; in FindCompressed()
1264 OSCL_TCHAR* cmd = NULL; in FindPacketSource()
1321 OSCL_TCHAR* cmd = NULL; in FindMemMgmtRelatedCmdLineParams()
1374 OSCL_TCHAR* cmd = NULL; in FindLoggerNode()
1512 OSCL_TCHAR* cmd = NULL; in FindLogLevel()
1569 OSCL_TCHAR* cmd = NULL; in FindLogText()
1614 OSCL_TCHAR* cmd = NULL; in FindLogMem()
1661 OSCL_TCHAR* cmd = NULL; in FindProxyEnabled()
/external/opencore/oscl/oscl/osclio/src/
Doscl_socket_serv_imp_pv.cpp1173 …appender = TextFileAppender<TimeAndIdLayout, 1024>::CreateAppender((OSCL_TCHAR*)filename.get_cstr(… in sockthreadmain2()
/external/opencore/protocols/rtsp_client_engine/src/
Dpvrtsp_client_engine_node.cpp5481 GetPostCorrelationObject* GetPostCorrelationObject::create(OSCL_TCHAR* aFileName) in create()
5493 bool GetPostCorrelationObject::construct(OSCL_TCHAR* aFileName) in construct()
5499 OSCL_TCHAR* aLocalFileName = aFileName; in construct()
5500 if (!aLocalFileName) aLocalFileName = (OSCL_TCHAR*)KGetPostCorrelationFile; in construct()