Home
last modified time | relevance | path

Searched refs:mp4Ctxt (Results 1 – 2 of 2) sorted by relevance

/external/libxaac/test/
Dixheaacd_fileifc.h44 void *mp4Ctxt; member
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);
Dixheaacd_fileifc.c46 transport->mp4Ctxt = 0; in FileWrapper_Open()
61 if ((transport->mp4Ctxt = it_mp4_parser_init(transport->fileCtxt, NULL)) == in FileWrapper_Open()
101 it_mp4_get_audio_header(transport->mp4Ctxt, &transport->headerCtxt); in FileWrapper_Read()
119 it_mp4_get_audio(transport->mp4Ctxt, &transport->frameCtxt); in FileWrapper_Read()
165 it_mp4_parser_close(transport->mp4Ctxt); in FileWrapper_Close()