Searched refs:deviceString (Results 1 - 6 of 6) sorted by relevance

/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
H A DOMX_G711Decoder.c1078 OMX_S16* deviceString = NULL; local
1163 deviceString = (OMX_S16*)ComponentConfigStructure;
1164 if (deviceString == NULL)
1170 dataPath = *deviceString;
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/
H A DOMX_G722Decoder.c1130 OMX_S16* deviceString = NULL; local
1191 deviceString = (OMX_S16*)ComponentConfigStructure;
1192 if (deviceString == NULL) {
1197 dataPath = (TI_OMX_DATAPATH)*deviceString;
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
H A DOMX_G726Decoder.c1152 OMX_S16* deviceString = NULL; local
1214 deviceString = (OMX_S16*)ComponentConfigStructure;
1215 if (deviceString == NULL) {
1220 dataPath = (TI_OMX_DATAPATH)*deviceString;
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
H A DOMX_WmaDecoder.c1210 OMX_S16* deviceString; local
1245 deviceString = (OMX_S16*)ComponentConfigStructure;
1246 if (deviceString == NULL)
1252 dataPath = *deviceString;
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
H A DOMX_AacDecoder.c1088 OMX_S16* deviceString = NULL; local
1173 deviceString = (OMX_S16*)ComponentConfigStructure;
1174 if (deviceString == NULL) {
1179 dataPath = (TI_OMX_DATAPATH)*deviceString;
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
H A DOMX_Mp3Decoder.c1100 OMX_S16* deviceString = NULL; local
1194 deviceString = (OMX_S16*)ComponentConfigStructure;
1195 if (deviceString == NULL) {
1199 dataPath = *deviceString;

Completed in 833 milliseconds