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

  /external/opencore/fileformats/mp4/composer/src/
textsampleentry.cpp 44 if (_pBackgroundRGBA)
46 OSCL_FREE(_pBackgroundRGBA);
47 _pBackgroundRGBA = NULL;
86 _pBackgroundRGBA = (uint8 *)(OSCL_MALLOC(4 * sizeof(uint8)));
87 _pBackgroundRGBA[0] = pinfo->bkRgba[0];
88 _pBackgroundRGBA[1] = pinfo->bkRgba[1];
89 _pBackgroundRGBA[2] = pinfo->bkRgba[2];
90 _pBackgroundRGBA[3] = pinfo->bkRgba[3];
181 if (!PVA_FF_AtomUtils::renderByteData(fp, 4, (uint8 *)_pBackgroundRGBA))
  /external/opencore/fileformats/mp4/parser/src/
textsampleentry.cpp 43 _pBackgroundRGBA = NULL;
61 PV_MP4_FF_ARRAY_NEW(NULL, uint8, (4), _pBackgroundRGBA);
63 AtomUtils::readByteData(fp, 4, _pBackgroundRGBA);
94 if (_pBackgroundRGBA != NULL)
96 PV_MP4_ARRAY_DELETE(NULL, _pBackgroundRGBA);
oma2boxes.cpp 1006 _pBackgroundRGBA = NULL;
1031 PV_MP4_FF_ARRAY_NEW(NULL, uint8, (4), _pBackgroundRGBA);
1033 AtomUtils::readByteData(fp, 4, _pBackgroundRGBA);
1115 if (_pBackgroundRGBA != NULL)
1117 PV_MP4_ARRAY_DELETE(NULL, _pBackgroundRGBA);
    [all...]
  /external/opencore/fileformats/mp4/parser/include/
textsampleentry.h 70 return _pBackgroundRGBA;
98 uint8 *_pBackgroundRGBA;
oma2boxes.h 295 return _pBackgroundRGBA;
317 uint8 *_pBackgroundRGBA;
  /external/opencore/fileformats/mp4/composer/include/
textsampleentry.h 81 uint8 *_pBackgroundRGBA;

Completed in 149 milliseconds