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

  /frameworks/av/media/libstagefright/include/
MPEG4Extractor.h 131 struct SINF {
132 SINF *next;
139 SINF *mFirstSINF;
  /external/freetype/src/autofit/
afstyles.h 66 STYLE_LATIN( s, S, sinf, SINF, ds, \
  /frameworks/av/media/libstagefright/
MPEG4Extractor.cpp 370 SINF *sinf = mFirstSINF; local
371 while (sinf) {
372 SINF *next = sinf->next;
373 delete[] sinf->IPMPData;
374 delete sinf;
375 sinf = next;
586 SINF *sinf = mFirstSINF local
671 SINF *sinf = new SINF; local
722 SINF *sinf = mFirstSINF; local
    [all...]

Completed in 58 milliseconds