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 81 struct SINF {
82 SINF *next;
89 SINF *mFirstSINF;
  /frameworks/av/media/libstagefright/
MPEG4Extractor.cpp 287 SINF *sinf = mFirstSINF; local
288 while (sinf) {
289 SINF *next = sinf->next;
290 delete sinf->IPMPData;
291 delete sinf;
292 sinf = next;
398 SINF *sinf = mFirstSINF local
483 SINF *sinf = new SINF; local
535 SINF *sinf = mFirstSINF; local
    [all...]

Completed in 294 milliseconds