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

  /frameworks/av/media/libstagefright/include/
MPEG4Extractor.h 124 struct SINF {
125 SINF *next;
132 SINF *mFirstSINF;
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/
afstyles.h 66 STYLE_LATIN( s, S, sinf, SINF, ds, \
  /external/freetype/src/autofit/
afstyles.h 66 STYLE_LATIN( s, S, sinf, SINF, ds, \
  /frameworks/av/media/libstagefright/
MPEG4Extractor.cpp 396 SINF *sinf = mFirstSINF; local
397 while (sinf) {
398 SINF *next = sinf->next;
399 delete[] sinf->IPMPData;
400 delete sinf;
401 sinf = next;
590 SINF *sinf = mFirstSINF local
675 SINF *sinf = new SINF; local
726 SINF *sinf = mFirstSINF; local
    [all...]

Completed in 1008 milliseconds