Home
last modified time | relevance | path

Searched refs:EMMCodecInputBuffer (Results 1 – 22 of 22) sorted by relevance

/hardware/ti/omap3/omx/system/src/openmax_il/lcml/inc/
DLCML_CodecInterface.h67 EMMCodecInputBuffer = 2000, enumerator
/hardware/ti/omap3/omx/system/src/openmax_il/lcml/src/
DLCML_DspCodec.c927 bufType = EMMCodecInputBuffer; in QueueBuffer()
935 bufType = EMMCodecInputBuffer; in QueueBuffer()
953 if (bufType == EMMCodecInputBuffer || !(streamId % 2)) in QueueBuffer()
1009 if(bufType == EMMCodecInputBuffer) in QueueBuffer()
1046 if (bufType == EMMCodecInputBuffer || !(streamId % 2)) in QueueBuffer()
1074 if (bufType == EMMCodecInputBuffer || !(streamId % 2)) in QueueBuffer()
1971 args[0] = (void *) EMMCodecInputBuffer; in MessagingThread()
2187 args[0] = (void *) EMMCodecInputBuffer; in MessagingThread()
2395 args[0] = (void *) EMMCodecInputBuffer; in MessagingThread()
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
DOMX_G729Enc_Utils.c980 EMMCodecInputBuffer, in G729ENC_HandleCommand()
1544 EMMCodecInputBuffer, in G729ENC_HandleDataBufFromApp()
1936 if((OMX_U32)args[0] == EMMCodecInputBuffer) in G729ENC_LCMLCallback()
2032 EMMCodecInputBuffer, in G729ENC_LCMLCallback()
2144 if ( args[2] == (void *)EMMCodecInputBuffer) in G729ENC_LCMLCallback()
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
DOMX_G726Enc_Utils.c931 EMMCodecInputBuffer, in G726ENC_HandleCommand()
1408 EMMCodecInputBuffer, in G726ENC_HandleDataBufFromApp()
1742 if((OMX_U32)args[0] == EMMCodecInputBuffer) { in G726ENC_LCMLCallback()
1795 if ( args[2] == (void *)EMMCodecInputBuffer) { in G726ENC_LCMLCallback()
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
DOMX_Mp3Dec_Utils.c1087 EMMCodecInputBuffer, in MP3DEC_HandleCommand()
1519 EMMCodecInputBuffer, in MP3DEC_HandleCommand()
1592 EMMCodecInputBuffer, in MP3DEC_HandleCommand()
1664 EMMCodecInputBuffer, in MP3DEC_HandleCommand()
2082 EMMCodecInputBuffer, in MP3DEC_HandleDataBuf_FromApp()
2402 if( args[0] == (void *)EMMCodecInputBuffer) { in MP3DEC_LCML_Callback()
2683 if ( args[2] == (void *)EMMCodecInputBuffer) { in MP3DEC_LCML_Callback()
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
DOMX_WbAmrDec_Utils.c1116 EMMCodecInputBuffer, in WBAMR_DEC_HandleCommand()
2229 EMMCodecInputBuffer, in WBAMR_DEC_HandleDataBuf_FromApp()
2238 EMMCodecInputBuffer, in WBAMR_DEC_HandleDataBuf_FromApp()
2247 EMMCodecInputBuffer, in WBAMR_DEC_HandleDataBuf_FromApp()
2583 if( ((OMX_U32)args [0] == EMMCodecInputBuffer) && in WBAMR_DEC_LCML_Callback()
2696 if ( args[2] == (void *)EMMCodecInputBuffer) { in WBAMR_DEC_LCML_Callback()
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
DOMX_G729Dec_Utils.c984 EMMCodecInputBuffer, in G729DECHandleCommand()
1516 EMMCodecInputBuffer, in G729DECHandleDataBuf_FromApp()
1788 if( (OMX_U32)args [0] == EMMCodecInputBuffer) { in G729DECLCML_Callback()
1877 if ( args[2] == (void *)EMMCodecInputBuffer) in G729DECLCML_Callback()
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
DOMX_G726Dec_Utils.c891 EMMCodecInputBuffer, in G726DEC_HandleCommand()
1365 EMMCodecInputBuffer, in G726DEC_HandleDataBuf_FromApp()
1651 if( args[0] == (void *)EMMCodecInputBuffer) { in G726DEC_LCML_Callback()
1834 if ( args[2] == (void *)EMMCodecInputBuffer) { in G726DEC_LCML_Callback()
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/
DOMX_AmrDec_Utils.c1119 EMMCodecInputBuffer, in NBAMRDECHandleCommand()
2251 EMMCodecInputBuffer, in NBAMRDECHandleDataBuf_FromApp()
2260 EMMCodecInputBuffer, in NBAMRDECHandleDataBuf_FromApp()
2269 EMMCodecInputBuffer, in NBAMRDECHandleDataBuf_FromApp()
2607 if( (OMX_U32)args [0] == EMMCodecInputBuffer) { in NBAMRDECLCML_Callback()
2736 if ( args[2] == (void *)EMMCodecInputBuffer) { in NBAMRDECLCML_Callback()
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/
DOMX_G722Enc_Utils.c1235 EMMCodecInputBuffer, in G722ENC_HandleDataBuf_FromApp()
1529 G722ENC_DPRINT(" %d EMMCodecInputBuffer = %p \n",__LINE__,(void *)EMMCodecInputBuffer); in G722ENC_LCML_Callback()
1533 if( args[0] == (void *)EMMCodecInputBuffer) { in G722ENC_LCML_Callback()
2288 EMMCodecInputBuffer, in G722ENC_CommandToExecuting()
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
DOMX_G711Enc_Utils.c910 EMMCodecInputBuffer, in G711ENC_HandleCommand()
1509 EMMCodecInputBuffer, in G711ENC_HandleDataBufFromApp()
1978 if((OMX_U32)args[0] == EMMCodecInputBuffer) { in G711ENC_LCMLCallback()
2021 if ( args[2] == (void *)EMMCodecInputBuffer) { in G711ENC_LCMLCallback()
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
DOMX_G711Dec_Utils.c989 EMMCodecInputBuffer, in G711DECHandleCommand()
1694 EMMCodecInputBuffer, in G711DECHandleDataBuf_FromApp()
1998 EMMCodecInputBuffer, in G711DECHandleDataBuf_FromLCML()
2179 if( (OMX_U32)args [0] == EMMCodecInputBuffer) { in G711DECLCML_Callback()
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
DOMX_AacDec_Utils.c1097 EMMCodecInputBuffer, in AACDEC_HandleCommand()
1527 EMMCodecInputBuffer, in AACDEC_HandleCommand()
1663 EMMCodecInputBuffer, in AACDEC_HandleCommand()
2254 EMMCodecInputBuffer, in AACDEC_HandleDataBuf_FromApp()
2603 if( args[0] == (void *)EMMCodecInputBuffer) { in AACDEC_LCML_Callback()
2878 if ( args[2] == (void *)EMMCodecInputBuffer) { in AACDEC_LCML_Callback()
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
DOMX_AacEnc_Utils.c1155 EMMCodecInputBuffer, in AACENCHandleCommand()
1947 EMMCodecInputBuffer, in AACENCHandleDataBuf_FromApp()
2392 …tPrivate_CC->dbg, " %d :: UTIL: EMMCodecInputBuffer = %p \n",__LINE__,(void *)EMMCodecInputBuffer); in AACENCLCML_Callback()
2404 if( (OMX_U32)args [0] == EMMCodecInputBuffer) in AACENCLCML_Callback()
2541 if ( args[2] == (void *)EMMCodecInputBuffer) in AACENCLCML_Callback()
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
DOMX_WmaDec_Utils.c1117 EMMCodecInputBuffer, in WMADECHandleCommand()
1512 EMMCodecInputBuffer, in WMADECHandleDataBuf_FromApp()
1987 if( (OMX_U32)args [0] == EMMCodecInputBuffer) { in WMADECLCML_Callback()
2089 if ( args[2] == (void *)EMMCodecInputBuffer) in WMADECLCML_Callback()
3223 EMMCodecInputBuffer, in WMADEC_CommandToExecuting()
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/
DOMX_WbAmrEnc_Utils.c1159 EMMCodecInputBuffer, in WBAMRENC_HandleCommand()
1961 EMMCodecInputBuffer, in WBAMRENC_HandleDataBufFromApp()
2363 if ((OMX_U32)args[0] == EMMCodecInputBuffer) { in WBAMRENC_LCMLCallback()
2556 if ( args[2] == (void *)EMMCodecInputBuffer) { in WBAMRENC_LCMLCallback()
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/
DOMX_G722Dec_Utils.c995 EMMCodecInputBuffer, in G722DEC_HandleCommand()
1473 EMMCodecInputBuffer, in G722DEC_HandleDataBuf_FromApp()
1694 if( args[0] == (void *)EMMCodecInputBuffer) { in G722DEC_LCML_Callback()
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
DOMX_AmrEnc_Utils.c1048 EMMCodecInputBuffer, in NBAMRENC_HandleCommand()
1827EMMCodecInputBuffer, in NBAMRENC_HandleDataBufFromApp()
2194 if((OMX_U32)args[0] == EMMCodecInputBuffer) { in NBAMRENC_LCMLCallback()
2370 if ( args[2] == (void *)EMMCodecInputBuffer) { in NBAMRENC_LCMLCallback()
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
DOMX_VideoEnc_Utils.c2617 EMMCodecInputBuffer, in OMX_VIDENC_Process_FilledInBuf()
2734 EMMCodecInputBuffer, in OMX_VIDENC_Queue_Mpeg4_Buffer()
2764 EMMCodecInputBuffer, in OMX_VIDENC_Queue_Mpeg4_Buffer()
3977 if ((int)argsCb [0] == EMMCodecInputBuffer) in OMX_VIDENC_LCML_Callback()
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
DOMX_JpegDec_Utils.c1821 EMMCodecInputBuffer, in HandleDataBuf_FromAppJpegDec()
2078 if ((int) argsCb [0] == EMMCodecInputBuffer) { in LCML_CallbackJpegDec()
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
DOMX_JpegEnc_Utils.c2686 EMMCodecInputBuffer, in HandleJpegEncDataBuf_FromApp()
2937 if ((int) argsCb [0] == EMMCodecInputBuffer ) { in JpegEncLCML_Callback()
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
DOMX_VPP_Utils.c2212 EMMCodecInputBuffer, in VPP_Process_FilledInBuf()
2705 case EMMCodecInputBuffer: in VPP_LCML_Callback()