Home
last modified time | relevance | path

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

/external/opencore/codecs_v2/audio/mp3/dec/include/
Dpvmp3_decoder.h64 OSCL_IMPORT_REF int32 StartL(tPVMP3DecoderExternal * pExt,
70 OSCL_IMPORT_REF int32 ExecuteL(tPVMP3DecoderExternal * pExt);
75 OSCL_IMPORT_REF int32 SeekMp3Synchronization(tPVMP3DecoderExternal * pExt);
Dpvmp3decoder_api.h109 tPVMP3DecoderExternal struct
228 } tPVMP3DecoderExternal; argument
/external/opencore/codecs_v2/audio/mp3/dec/src/
Dpvmp3_framedecoder.h90 ERROR_CODE pvmp3_framedecoder(tPVMP3DecoderExternal *pExt,
97 void pvmp3_InitDecoder(tPVMP3DecoderExternal *pExt,
Dpvmp3_decoder.cpp192 OSCL_EXPORT_REF int32 CPvMP3_Decoder::StartL(tPVMP3DecoderExternal * pExt, in StartL()
276 OSCL_EXPORT_REF int32 CPvMP3_Decoder::ExecuteL(tPVMP3DecoderExternal * pExt) in ExecuteL()
420 tPVMP3DecoderExternal * pExt) in SeekMp3Synchronization()
Dpvmp3_seek_synch.h91 ERROR_CODE pvmp3_frame_synch(tPVMP3DecoderExternal *pExt,
Dpvmp3_seek_synch.cpp130 ERROR_CODE pvmp3_frame_synch(tPVMP3DecoderExternal *pExt, in pvmp3_frame_synch()
Dpvmp3_framedecoder.cpp157 ERROR_CODE pvmp3_framedecoder(tPVMP3DecoderExternal *pExt, in pvmp3_framedecoder()
650 void pvmp3_InitDecoder(tPVMP3DecoderExternal *pExt, in pvmp3_InitDecoder()
/external/opencore/codecs_v2/omx/omx_mp3/include/
Dmp3_dec.h57 tPVMP3DecoderExternal* iMP3DecExt;
/external/opencore/codecs_v2/omx/omx_mp3/src/
Dmp3_dec.cpp48 iMP3DecExt = OSCL_NEW(tPVMP3DecoderExternal, ()); in Mp3DecInit()