Searched defs:pSubstring (Results 1 - 5 of 5) sorted by relevance

/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
H A DOMX_JpegDec_Utils.c2295 char *pSubstring = NULL; local
2306 pSubstring = strstr(pTunnelcComponentName, "OMX.TI.");
2307 if(pSubstring == NULL) {
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
H A DOMX_JpegEnc_Utils.c3116 char *pSubstring = NULL; local
3127 pSubstring = strstr(pTunnelcComponentName, "OMX.TI.");
3128 if(pSubstring == NULL) {
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
H A DOMX_VPP_Utils.c3445 char *pSubstring = NULL; local
3456 pSubstring = strstr(pTunnelcComponentName, "OMX.TI.");
3458 if(pSubstring == NULL) {
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
H A DOMX_VideoDecoder.c3535 char *pSubstring = NULL; local
3569 pSubstring = strstr(pTunnelcComponentName, "OMX.TI.");
3570 if(pSubstring == NULL) {
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
H A DOMX_VideoEncoder.c3904 char *pSubstring = NULL; local
3943 pSubstring = strstr(pTunnelcComponentName, "OMX.TI.");
3944 if (pSubstring == NULL)

Completed in 158 milliseconds