Home
last modified time | relevance | path

Searched refs:nBytes (Results 1 – 7 of 7) sorted by relevance

/hardware/ti/omap3/dspbridge/inc/
Dmem.h320 DWORD nBytes; member
/hardware/ti/omap3/dspbridge/libbridge/inc/
Dmem.h320 DWORD nBytes; member
/hardware/ti/omap4xxx/domx/test/sample_proxy/
Dtest_sample_proxy.c549 OMX_PTR pData, OMX_U32 nBytes, FILE * fp) in SampleTest_ReadInputFile() argument
558 printf("\nnBytes = %d\n", nBytes); in SampleTest_ReadInputFile()
563 nReadSize = fread(pData, 1, nBytes, fp); in SampleTest_ReadInputFile()
564 if (nReadSize != nBytes) in SampleTest_ReadInputFile()
/hardware/qcom/media/mm-core/inc/
DQOMX_VideoExtensions.h345 OMX_U32 nBytes; member
DOMX_QCOMExtns.h441 OMX_U32 nBytes; /** The number of bytes filled in to the buffer */ member
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/tests/
DG729DecTest.c1396 OMX_U32 nBytes = 0; in fill_data_fromFile() local
1416 nBytes = serial[1]>>3; in fill_data_fromFile()
1417 pBufStructTemp->packetLength[j] = nBytes + 1; in fill_data_fromFile()
1426 switch(nBytes){ in fill_data_fromFile()
1473 offset = offset + nBytes + 1; in fill_data_fromFile()
/hardware/qcom/media/mm-core/omxcore/inc/
DOMX_QCOMExtns.h364 OMX_U32 nBytes; /** The number of bytes filled in to the buffer */ member