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

  /external/libxaac/test/
ixheaacd_fileifc.h 44 void *mp4Ctxt;
68 void *it_mp4_parser_init(void *mp4Ctxt, void *mallocAddr);
71 int it_mp4_get_audio_header(void *mp4Ctxt, void *audioheader);
74 int it_mp4_get_audio(void *mp4Ctxt, void *frameCtxt);
ixheaacd_fileifc.c 46 transport->mp4Ctxt = 0;
58 if ((transport->mp4Ctxt = it_mp4_parser_init(transport->fileCtxt, NULL)) ==
95 it_mp4_get_audio_header(transport->mp4Ctxt, &transport->headerCtxt);
113 it_mp4_get_audio(transport->mp4Ctxt, &transport->frameCtxt);
159 it_mp4_parser_close(transport->mp4Ctxt);

Completed in 60 milliseconds