Searched refs:uProcId (Results 1 - 5 of 5) sorted by relevance

/hardware/ti/omap3/dspbridge/dspexec/
H A Ddspexec.c101 UINT uProcId = 0; /* default proc ID is 0. */ local
131 uProcId = atoi(optarg);
155 uProcId = index;
161 status = DSPProcessor_Attach(uProcId, NULL, &hProc);
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/
H A DJPEGTest.c1556 unsigned int uProcId = 0; /* default proc ID is 0. */ local
1576 uProcId = index;
1582 status = DSPProcessor_Attach(uProcId, NULL, &hProc);
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/test/
H A DJPEGTestEnc.c2067 unsigned int uProcId = 0; /* default proc ID is 0. */ local
2087 uProcId = index;
2093 status = DSPProcessor_Attach(uProcId, NULL, &hProc);
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/tests/
H A DVPPTest.c2397 unsigned int uProcId = 0; /* default proc ID is 0. */
2417 uProcId = index;
2423 status = DSPProcessor_Attach(uProcId, NULL, &hProc);
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/test/
H A DVideoEncTest.c3062 unsigned int uProcId = 0; /* default proc ID is 0. */ local
3082 uProcId = index;
3088 status = DSPProcessor_Attach(uProcId, NULL, &hProc);

Completed in 57 milliseconds