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

  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_seek_synch.h 91 ERROR_CODE pvmp3_frame_synch(tPVMP3DecoderExternal *pExt,
pvmp3_framedecoder.h 90 ERROR_CODE pvmp3_framedecoder(tPVMP3DecoderExternal *pExt,
97 void pvmp3_InitDecoder(tPVMP3DecoderExternal *pExt,
pvmp3_seek_synch.cpp 47 Data type of pointer to a tPVMP3DecoderExternal
130 ERROR_CODE pvmp3_frame_synch(tPVMP3DecoderExternal *pExt,
pvmp3_framedecoder.cpp 45 Data type of pointer to a tPVMP3DecoderExternal
157 ERROR_CODE pvmp3_framedecoder(tPVMP3DecoderExternal *pExt,
650 void pvmp3_InitDecoder(tPVMP3DecoderExternal *pExt,
  /frameworks/av/media/libstagefright/codecs/mp3dec/include/
pvmp3decoder_api.h 35 This include file defines the structure tPVMP3DecoderExternal
118 tPVMP3DecoderExternal
237 } tPVMP3DecoderExternal;
241 void pvmp3_InitDecoder(tPVMP3DecoderExternal *pExt,
246 ERROR_CODE pvmp3_framedecoder(tPVMP3DecoderExternal *pExt,
  /frameworks/av/media/libstagefright/codecs/mp3dec/
SoftMP3.h 23 struct tPVMP3DecoderExternal;
54 tPVMP3DecoderExternal *mConfig;
SoftMP3.cpp 45 mConfig(new tPVMP3DecoderExternal),

Completed in 896 milliseconds