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

  /frameworks/av/media/libstagefright/include/
MPEG4Extractor.h 105 struct SINF {
106 SINF *next;
113 SINF *mFirstSINF;
  /frameworks/av/media/libstagefright/
MPEG4Extractor.cpp 362 SINF *sinf = mFirstSINF; local
363 while (sinf) {
364 SINF *next = sinf->next;
365 delete sinf->IPMPData;
366 delete sinf;
367 sinf = next;
537 SINF *sinf = mFirstSINF local
622 SINF *sinf = new SINF; local
674 SINF *sinf = mFirstSINF; local
    [all...]

Completed in 487 milliseconds