Home
last modified time | relevance | path

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

/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/inc/
DOMX_AmrDecoder.h826 OMX_U8 first_buff; member
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/inc/
DOMX_Mp3Dec_Utils.h764 OMX_U8 first_buff; member
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/inc/
DOMX_AacDec_Utils.h932 OMX_U8 first_buff; member
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/tests/
DWmaDecTest.c1633 static OMX_U8 first_buff = 0; in fill_data() local
1660 if(first_buff){ in fill_data()
1674 first_buff=1; in fill_data()
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/
DOMX_AmrDec_Utils.c1631 pComponentPrivate->first_buff = 0; in NBAMRDECHandleCommand()
1653 pComponentPrivate->first_buff = 0; in NBAMRDECHandleCommand()
2234 if(pComponentPrivate->first_buff == 0){ in NBAMRDECHandleDataBuf_FromApp()
2237 pComponentPrivate->first_buff = 1; in NBAMRDECHandleDataBuf_FromApp()
2695 if(pComponentPrivate->first_buff == 1){ in NBAMRDECLCML_Callback()
2696 pComponentPrivate->first_buff = 2; in NBAMRDECLCML_Callback()
DOMX_AmrDecoder.c350 pComponentPrivate->first_buff = 0; in OMX_ComponentInit()
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
DOMX_AacDec_Utils.c1737 pComponentPrivate->first_buff = 0; in AACDEC_HandleCommand()
1793 pComponentPrivate->first_buff = 0; in AACDEC_HandleCommand()
2238 if(pComponentPrivate->first_buff == 0){ in AACDEC_HandleDataBuf_FromApp()
2241 pComponentPrivate->first_buff = 1; in AACDEC_HandleDataBuf_FromApp()
2707 if(pComponentPrivate->first_buff == 1){ in AACDEC_LCML_Callback()
2708 pComponentPrivate->first_buff = 2; in AACDEC_LCML_Callback()
DOMX_AacDecoder.c313 pComponentPrivate->first_buff = 0; in OMX_ComponentInit()
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
DOMX_Mp3Dec_Utils.c1690 pComponentPrivate->first_buff = 0; in MP3DEC_HandleCommand()
2067 if(pComponentPrivate->first_buff == 0){ in MP3DEC_HandleDataBuf_FromApp()
2068 pComponentPrivate->first_buff = 1; in MP3DEC_HandleDataBuf_FromApp()
2516 if(pComponentPrivate->first_buff == 1){ in MP3DEC_LCML_Callback()
2517 pComponentPrivate->first_buff = 2; in MP3DEC_LCML_Callback()
DOMX_Mp3Decoder.c329 pComponentPrivate->first_buff = 0; in OMX_ComponentInit()