HomeSort by relevance Sort by last modified time
    Searched refs:_urlLength (Results 1 - 10 of 10) sorted by null

  /external/opencore/fileformats/mp4/parser/src/
objectdescriptor.cpp 68 if (!AtomUtils::read8(fp, _urlLength))
71 _urlStringPtr = (uint8 *) oscl_malloc(_urlLength + 1); // +1 for the null termination
73 if (!AtomUtils::readByteData(fp, _urlLength, _urlStringPtr))
142 OSCL_TCHAR *pwbuf = (OSCL_TCHAR*) oscl_malloc(_urlLength * sizeof(OSCL_TCHAR));
148 oscl_UTF8ToUnicode((const char *)_urlStringPtr, _urlLength, pwbuf, _urlLength*sizeof(OSCL_TCHAR));
esdescriptor.cpp 89 if (!AtomUtils::read8(fp, _urlLength))
98 _urlStringPtr = (uint8 *)oscl_malloc(_urlLength + 1); // +1 for null termination
99 if (!AtomUtils::readByteData(fp, _urlLength, _urlStringPtr))
104 _urlStringPtr[_urlLength] = 0; // Set null-termination
107 OSCL_TCHAR *pwbuf = (OSCL_TCHAR*) oscl_malloc(_urlLength * sizeof(OSCL_TCHAR));
109 oscl_UTF8ToUnicode((const char *)_urlStringPtr, _urlLength, pwbuf, _urlLength*sizeof(OSCL_TCHAR));
112 numBytesRead += _urlLength;
initialobjectdescriptor.cpp 63 if (!AtomUtils::read8(fp, _urlLength))
66 _urlStringPtr = (uint8 *) oscl_malloc(_urlLength + 1); // +1 for the null termination
68 if (!AtomUtils::readByteData(fp, _urlLength, _urlStringPtr))
textsamplemodifiers.cpp 253 _urlLength = 0;
274 if (!AtomUtils::read8(buf, _urlLength))
281 PV_MP4_FF_ARRAY_NEW(NULL, uint8, (_urlLength), _pURL);
284 if (!AtomUtils::readByteData(buf, _urlLength, _pURL))
  /external/opencore/fileformats/mp4/parser/include/
objectdescriptor.h 70 return _urlLength;
81 uint8 _urlLength; // (8)
82 uint8 *_urlStringPtr; // (8)[_urlLength]
esdescriptor.h 90 return _urlLength;
167 uint8 _urlLength; // (8)
168 uint8 *_urlStringPtr; // (8)[_urlLength]
textsamplemodifiers.h 174 return (_urlLength);
195 uint8 _urlLength;
  /external/opencore/fileformats/mp4/composer/src/
esdescriptor.cpp 61 _urlLength = 0;
67 _urlLength = (uint8)(_urlString.get_size());
80 contents += _urlLength; // length of actual URL string
154 if (!PVA_FF_AtomUtils::render8(fp, _urlLength))
162 rendered += _urlLength + 1;
  /external/opencore/fileformats/mp4/composer/include/
esdescriptor.h 84 return _urlLength;
161 uint8 _urlLength; // (8)
162 PVA_FF_UTF8_HEAP_STRING _urlString; // (8)[_urlLength]
textsamplemodifiers.h 191 uint8 _urlLength;

Completed in 450 milliseconds