Searched refs:DSP_PROCESSORINFO (Results 1 - 16 of 16) sorted by relevance

/hardware/ti/omap3/dspbridge/inc/
H A Dmgrpriv.h55 struct DSP_PROCESSORINFO tyBasic; /* user processor info */
H A DDSPManager.h124 * pProcessorInfo: Ptr to the DSP_PROCESSORINFO structure .
125 * uProcessorInfoSize: Size of DSP_PROCESSORINFO structure.
133 * DSP_ESIZE: The size of the specified DSP_PROCESSORINFO struct
139 OUT struct DSP_PROCESSORINFO *
H A Ddbdcddef.h86 struct DSP_PROCESSORINFO procObj; /* processor object. */
H A Ddbdefs.h476 * The DSP_PROCESSORINFO structure describes basic capabilities of a
479 struct DSP_PROCESSORINFO { struct
491 /*DSP_PROCESSORINFO, *DSP_HPROCESSORINFO;*/
H A Dwcdioctl.h86 struct DSP_PROCESSORINFO *pProcessorInfo;
/hardware/ti/omap3/dspbridge/libbridge/inc/
H A Dmgrpriv.h55 struct DSP_PROCESSORINFO tyBasic; /* user processor info */
H A DDSPManager.h124 * pProcessorInfo: Ptr to the DSP_PROCESSORINFO structure .
125 * uProcessorInfoSize: Size of DSP_PROCESSORINFO structure.
133 * DSP_ESIZE: The size of the specified DSP_PROCESSORINFO struct
139 OUT struct DSP_PROCESSORINFO *
H A Ddbdcddef.h86 struct DSP_PROCESSORINFO procObj; /* processor object. */
H A Ddbdefs.h465 * The DSP_PROCESSORINFO structure describes basic capabilities of a
468 struct DSP_PROCESSORINFO { struct
480 /*DSP_PROCESSORINFO, *DSP_HPROCESSORINFO;*/
H A Dwcdioctl.h86 struct DSP_PROCESSORINFO *pProcessorInfo;
/hardware/ti/omap3/dspbridge/dspexec/
H A Ddspexec.c108 struct DSP_PROCESSORINFO dspInfo;
151 (UINT)sizeof(struct DSP_PROCESSORINFO),&numProcs))) {
/hardware/ti/omap3/dspbridge/libbridge/
H A DDSPManager.c209 OUT struct DSP_PROCESSORINFO *pProcessorInfo,
218 if (!DSP_ValidWritePtr(pProcessorInfo, sizeof(struct DSP_PROCESSORINFO))
221 if (uProcessorInfoSize >= sizeof(struct DSP_PROCESSORINFO)) {
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/
H A DJPEGTest.c1559 struct DSP_PROCESSORINFO dspInfo;
1573 (unsigned int)sizeof(struct DSP_PROCESSORINFO),&numProcs))) {
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/test/
H A DJPEGTestEnc.c2070 struct DSP_PROCESSORINFO dspInfo;
2084 (unsigned int)sizeof(struct DSP_PROCESSORINFO),&numProcs))) {
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/tests/
H A DVPPTest.c2400 struct DSP_PROCESSORINFO dspInfo;
2414 (unsigned int)sizeof(struct DSP_PROCESSORINFO),&numProcs))) {
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/test/
H A DVideoEncTest.c3065 struct DSP_PROCESSORINFO dspInfo;
3079 (unsigned int)sizeof(struct DSP_PROCESSORINFO),&numProcs))) {

Completed in 329 milliseconds