Home
last modified time | relevance | path

Searched refs:tPVMP3DecoderExternal (Results 1 – 10 of 10) sorted by relevance

/frameworks/av/media/libstagefright/codecs/mp3dec/include/
Dpvmp3decoder_api.h118 tPVMP3DecoderExternal struct
237 } tPVMP3DecoderExternal; argument
241 void pvmp3_InitDecoder(tPVMP3DecoderExternal *pExt,
246 ERROR_CODE pvmp3_framedecoder(tPVMP3DecoderExternal *pExt,
/frameworks/av/media/libstagefright/codecs/mp3dec/src/
Dpvmp3_framedecoder.h90 ERROR_CODE pvmp3_framedecoder(tPVMP3DecoderExternal *pExt,
97 void pvmp3_InitDecoder(tPVMP3DecoderExternal *pExt,
Dpvmp3_seek_synch.h91 ERROR_CODE pvmp3_frame_synch(tPVMP3DecoderExternal *pExt,
Dpvmp3_framedecoder.cpp157 ERROR_CODE pvmp3_framedecoder(tPVMP3DecoderExternal *pExt, in pvmp3_framedecoder()
654 void pvmp3_InitDecoder(tPVMP3DecoderExternal *pExt, in pvmp3_InitDecoder()
/frameworks/av/media/libstagefright/codecs/mp3dec/
DSoftMP3.h23 struct tPVMP3DecoderExternal;
54 tPVMP3DecoderExternal *mConfig;
DSoftMP3.cpp45 mConfig(new tPVMP3DecoderExternal), in SoftMP3()
/frameworks/av/media/codec2/components/mp3/
DC2SoftMp3Dec.h23 struct tPVMP3DecoderExternal;
59 tPVMP3DecoderExternal *mConfig;
DC2SoftMp3Dec.cpp144 mConfig = new tPVMP3DecoderExternal{}; in initDecoder()
/frameworks/av/media/libstagefright/codecs/mp3dec/test/
DMp3DecoderTest.cpp51 mConfig = new tPVMP3DecoderExternal{}; in SetUp()
57 tPVMP3DecoderExternal *mConfig;
Dmp3dec_test.cpp53 tPVMP3DecoderExternal config; in main()