Home
last modified time | relevance | path

Searched refs:pvmp3_framedecoder (Results 1 – 8 of 8) sorted by relevance

/frameworks/av/media/libstagefright/codecs/mp3dec/src/
Dpvmp3_framedecoder.h90 ERROR_CODE pvmp3_framedecoder(tPVMP3DecoderExternal *pExt,
Dpvmp3_framedecoder.cpp157 ERROR_CODE pvmp3_framedecoder(tPVMP3DecoderExternal *pExt, in pvmp3_framedecoder() function
/frameworks/av/media/libstagefright/codecs/mp3dec/include/
Dpvmp3decoder_api.h246 ERROR_CODE pvmp3_framedecoder(tPVMP3DecoderExternal *pExt,
/frameworks/av/media/libstagefright/codecs/mp3dec/test/
Dmp3dec_test.cpp113 decoderErr = pvmp3_framedecoder(&config, decoderBuf); in main()
DMp3DecoderTest.cpp82 decoderErr = pvmp3_framedecoder(mConfig, decoderBuf); in DecodeFrames()
/frameworks/av/media/libstagefright/codecs/mp3dec/
DAndroid.bp14 "src/pvmp3_framedecoder.cpp",
DSoftMP3.cpp351 if ((decoderErr = pvmp3_framedecoder(mConfig, mDecoderBuf)) in onQueueFilled()
/frameworks/av/media/codec2/components/mp3/
DC2SoftMp3Dec.cpp412 if ((decoderErr = pvmp3_framedecoder(mConfig, mDecoderBuf)) in process()