Home
last modified time | relevance | path

Searched refs:DWORD (Results 1 – 25 of 63) sorted by relevance

123

/hardware/ti/omap3/dspbridge/inc/
Dcfgdefs.h77 DWORD wNumMemWindows; /* Set to default */
79 DWORD dwMemBase[CFG_MAXMEMREGISTERS]; /* SHM virtual address */
80 DWORD dwMemLength[CFG_MAXMEMREGISTERS]; /* Length of the Base */
81 DWORD dwMemPhys[CFG_MAXMEMREGISTERS]; /* SHM Physical address */
84 DWORD dwOffsetForMonitor; /* The Shared memory starts from
87 DWORD dwBusType; /* Bus type for this device */
88 DWORD dwProgBase; /* DSP ProgBase */
89 DWORD dwProgLength; /* DSP ProgBase Length */
90 DWORD dwRegBase; /* DSP memory mapped register base */
91 DWORD dwRegLength; /* DSP Register Base Length */
[all …]
Dcmmdefs.h79 DWORD dwSMBasePA; /* Physical SM Base address(GPP). */
81 DWORD dwPAPAConvert; /* DSP PA to GPP PA Conversion. */
88 DWORD dwPA;
89 DWORD dwVA;
90 DWORD dwSize;
91 DWORD dwAttrs; /* [31-1 reserved ][0 - SM] */
95 DWORD dwSegBasePa; /* Start Phys address of SM segment */
97 DWORD dwGPPBasePA; /* Start Phys addr of Gpp SM seg */
99 DWORD dwDSPBaseVA; /* DSP virt base byte address */
102 DWORD dwSegBaseVa; /* Start Virt address of SM seg */
[all …]
Dcfg.h105 OUT DWORD * pdwAutoStart);
124 extern DSP_STATUS CFG_GetCDVersion(OUT DWORD * pdwVersion);
145 OUT DWORD * pdwValue);
230 extern DSP_STATUS CFG_GetObject(OUT DWORD * pdwValue, DWORD dwType);
325 IN DWORD dwValue);
342 extern DSP_STATUS CFG_SetObject(IN DWORD dwValue, IN DWORD dwType);
344 extern DSP_STATUS CFG_GetC55Procs(OUT DWORD * numProcs);
Ddbdefs.h167 typedef DWORD DSP_STATUS; /* API return code type */
350 DWORD dwCmd;
351 DWORD dwArg1;
352 DWORD dwArg2;
358 DWORD cbStruct;
375 DWORD cbStruct;
393 DWORD cbStruct;
417 DWORD cbStruct;
431 DWORD cbStruct;
444 DWORD cbStruct;
[all …]
Dqosti.h57 void DbgMsg(DWORD dwZone, char *szFormat, ...);
65 DSP_STATUS QosTI_DspMsg(DWORD dwCmd, DWORD dwArg1, DWORD dwArg2, DWORD *dwOut1,
66 DWORD *dwOut2);
Ddrv.h329 extern DWORD DRV_GetFirstDevObject();
343 extern DWORD DRV_GetFirstDevExtension();
382 extern DWORD DRV_GetNextDevObject(DWORD hDevObject);
398 extern DWORD DRV_GetNextDevExtension(DWORD hDevExtension);
469 extern DSP_STATUS DRV_RequestResources(IN DWORD dwContext,
470 OUT DWORD * pDevNodeString);
486 extern DSP_STATUS DRV_ReleaseResources(IN DWORD dwContext,
Dmem.h252 DWORD pPhysicalAddress, ULONG cBytes);
319 DWORD dwPhysAddr;
320 DWORD nBytes;
421 extern DWORD MEM_VirtualToPhysical(IN DWORD dwVirtAddr);
437 extern VOID MEM_ExtPhysPoolInit(IN DWORD poolPhysBase,
438 IN DWORD poolSize);
Dcsl.h160 extern VOID CSL_NumToAscii(OUT PSTR pstrNumber, IN DWORD dwNum);
201 IN DWORD cMax);
233 extern DWORD CSL_Strlen(IN CONST PSTR pstrSrc);
251 IN PSTR pszSrc, IN DWORD dwSize);
274 IN CONST PSTR pstrStr2, IN DWORD n);
349 extern DWORD CSL_Wstrlen(IN CONST TCHAR * ptstrSrc);
Drmstypes.h38 typedef DWORD RMS_WORD;
39 typedef DWORD RMS_CHAR;
40 typedef DWORD RMS_STATUS;
Dsync.h86 DWORD dwReserved1; /* For future expansion. */
87 DWORD dwReserved2; /* For future expansion. */
311 IN DWORD dwTimeOut);
340 IN DWORD dwTimeout,
Dcmm.h288 DWORD dwGPPBasePA,
290 DWORD dwDSPAddrOffset,
292 DWORD dwDSPBase,
295 DWORD dwGPPBaseBA);
/hardware/ti/omap3/dspbridge/libbridge/inc/
Dcmmdefs.h79 DWORD dwSMBasePA; /* Physical SM Base address(GPP). */
81 DWORD dwPAPAConvert; /* DSP PA to GPP PA Conversion. */
88 DWORD dwPA;
89 DWORD dwVA;
90 DWORD dwSize;
91 DWORD dwAttrs; /* [31-1 reserved ][0 - SM] */
95 DWORD dwSegBasePa; /* Start Phys address of SM segment */
97 DWORD dwGPPBasePA; /* Start Phys addr of Gpp SM seg */
99 DWORD dwDSPBaseVA; /* DSP virt base byte address */
102 DWORD dwSegBaseVa; /* Start Virt address of SM seg */
[all …]
Ddbdefs.h161 typedef DWORD DSP_STATUS; /* API return code type */
344 DWORD dwCmd;
345 DWORD dwArg1;
346 DWORD dwArg2;
352 DWORD cbStruct;
369 DWORD cbStruct;
385 DWORD cbStruct;
408 DWORD cbStruct;
420 DWORD cbStruct;
433 DWORD cbStruct;
[all …]
Dqosti.h53 void DbgMsg(DWORD dwZone, char *szFormat, ...);
61 DSP_STATUS QosTI_DspMsg(DWORD dwCmd, DWORD dwArg1, DWORD dwArg2, DWORD *dwOut1,
62 DWORD *dwOut2);
Dmem.h252 DWORD pPhysicalAddress, ULONG cBytes);
319 DWORD dwPhysAddr;
320 DWORD nBytes;
421 extern DWORD MEM_VirtualToPhysical(IN DWORD dwVirtAddr);
437 extern VOID MEM_ExtPhysPoolInit(IN DWORD poolPhysBase,
438 IN DWORD poolSize);
Dcsl.h161 extern VOID CSL_NumToAscii(OUT PSTR pstrNumber, IN DWORD dwNum);
202 IN DWORD cMax);
234 extern DWORD CSL_Strlen(IN CONST PSTR pstrSrc);
252 IN PSTR pszSrc, IN DWORD dwSize);
275 IN CONST PSTR pstrStr2, IN DWORD n);
350 extern DWORD CSL_Wstrlen(IN CONST TCHAR * ptstrSrc);
Drmstypes.h38 typedef DWORD RMS_WORD;
39 typedef DWORD RMS_CHAR;
40 typedef DWORD RMS_STATUS;
Dsync.h86 DWORD dwReserved1; /* For future expansion. */
87 DWORD dwReserved2; /* For future expansion. */
311 IN DWORD dwTimeOut);
340 IN DWORD dwTimeout,
Dcmm.h288 DWORD dwGPPBasePA,
290 DWORD dwDSPAddrOffset,
292 DWORD dwDSPBase,
295 DWORD dwGPPBaseBA);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/win32/
Dscaleopt.c128 movd DWORD PTR [edi-4], mm1 in horizontal_line_5_4_scale_mmx()
156 movd mm0, DWORD ptr [esi] // src[0]; in vertical_band_5_4_scale_mmx()
157 movd mm1, DWORD ptr [esi+ecx] // src[1]; in vertical_band_5_4_scale_mmx()
159 movd mm2, DWORD ptr [esi+ecx*2] in vertical_band_5_4_scale_mmx() local
195 movd DWORD PTR [edi], mm0 in vertical_band_5_4_scale_mmx()
196 movd DWORD PTR [edi+edx], mm1 in vertical_band_5_4_scale_mmx()
200 movd DWORD PTR [edi+edx*2], mm3 in vertical_band_5_4_scale_mmx()
209 movd DWORD PTR [eax+edx], mm5 in vertical_band_5_4_scale_mmx()
279 movd DWORD PTR [edi-3], mm1 in horizontal_line_5_3_scale_mmx()
342 movd mm0, DWORD ptr [esi] // src[0]; in vertical_band_5_3_scale_mmx()
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
Dvp9_sad_sse3.asm317 movd mm0, DWORD PTR [src_ptr]
318 movd mm1, DWORD PTR [ref_ptr]
320 movd mm2, DWORD PTR [src_ptr+src_stride]
321 movd mm3, DWORD PTR [ref_ptr+ref_stride]
326 movd mm4, DWORD PTR [ref_ptr+1]
327 movd mm5, DWORD PTR [ref_ptr+2]
329 movd mm2, DWORD PTR [ref_ptr+ref_stride+1]
330 movd mm3, DWORD PTR [ref_ptr+ref_stride+2]
343 movd mm0, DWORD PTR [src_ptr]
344 movd mm2, DWORD PTR [ref_ptr]
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
Dsad_sse3.asm522 movd mm0, DWORD PTR [src_ptr]
523 movd mm1, DWORD PTR [ref_ptr]
525 movd mm2, DWORD PTR [src_ptr+src_stride]
526 movd mm3, DWORD PTR [ref_ptr+ref_stride]
531 movd mm4, DWORD PTR [ref_ptr+1]
532 movd mm5, DWORD PTR [ref_ptr+2]
534 movd mm2, DWORD PTR [ref_ptr+ref_stride+1]
535 movd mm3, DWORD PTR [ref_ptr+ref_stride+2]
548 movd mm0, DWORD PTR [src_ptr]
549 movd mm2, DWORD PTR [ref_ptr]
[all …]
Dsubpixel_ssse3.asm48 movsxd rdx, DWORD PTR arg(5) ;table index
58 cmp esi, DWORD PTR [rax]
191 movsxd rdx, DWORD PTR arg(5) ;table index
298 movsxd rdx, DWORD PTR arg(5) ;table index
306 cmp esi, DWORD PTR [rax]
345 movd DWORD PTR [rdi], xmm0
391 movd DWORD PTR [rdi], xmm1
428 movsxd rdx, DWORD PTR arg(5) ;table index
435 cmp esi, DWORD PTR [rax]
443 movsxd rdx, DWORD PTR arg(1) ;pixels_per_line
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/
Dvp9_subpixel_8t_sse2.asm213 movsxd rax, DWORD PTR arg(1) ;pixels_per_line
214 movsxd rbx, DWORD PTR arg(3) ;out_pitch
216 movsxd rcx, DWORD PTR arg(4) ;output_height
281 movsxd rax, DWORD PTR arg(1) ;pixels_per_line
282 movsxd rbx, DWORD PTR arg(3) ;out_pitch
284 movsxd rcx, DWORD PTR arg(4) ;output_height
340 movsxd rax, DWORD PTR arg(1) ;pixels_per_line
341 movsxd rbx, DWORD PTR arg(3) ;out_pitch
343 movsxd rcx, DWORD PTR arg(4) ;output_height
393 movsxd rax, DWORD PTR arg(1) ;pixels_per_line
[all …]
/hardware/ti/omap3/dspbridge/libbridge/
Ddsptrap.c53 DWORD DSPTRAP_Trap(Trapped_Args *args, int cmd) in DSPTRAP_Trap()
55 DWORD dwResult = DSP_EHANDLE;/* returned from call into class driver */ in DSPTRAP_Trap()

123