Searched defs:nBytes (Results 1 - 11 of 11) sorted by relevance

/hardware/ti/omap3/dspbridge/inc/
H A Dmem.h320 DWORD nBytes; member in struct:MEM_PHYSICAL
/hardware/ti/omap3/dspbridge/libbridge/inc/
H A Dmem.h320 DWORD nBytes; member in struct:MEM_PHYSICAL
/hardware/bsp/intel/peripheral/libupm/src/mma7455/
H A Dmma7455.cxx40 int nBytes = 0; local
102 int nBytes = 0; local
105 nBytes = i2cReadReg (MMA7455_STATUS, &data, 0x1);
106 } while ( !(data & MMA7455_DRDY) && nBytes == mraa::SUCCESS);
108 if (nBytes == mraa::SUCCESS) {
113 nBytes = i2cReadReg (MMA7455_XOUTL, (unsigned char *) &xyz, 0x6);
114 if (nBytes == 0) {
/hardware/ti/omap4-aah/domx/test/sample_proxy/
H A Dtest_sample_proxy.c549 OMX_PTR pData, OMX_U32 nBytes, FILE * fp)
558 printf("\nnBytes = %d\n", nBytes);
563 nReadSize = fread(pData, 1, nBytes, fp);
564 if (nReadSize != nBytes)
548 SampleTest_ReadInputFile(SampleCompTestCtxt * pContext, OMX_PTR pData, OMX_U32 nBytes, FILE * fp) argument
/hardware/ti/omap4xxx/domx/test/sample_proxy/
H A Dtest_sample_proxy.c549 OMX_PTR pData, OMX_U32 nBytes, FILE * fp)
558 printf("\nnBytes = %d\n", nBytes);
563 nReadSize = fread(pData, 1, nBytes, fp);
564 if (nReadSize != nBytes)
548 SampleTest_ReadInputFile(SampleCompTestCtxt * pContext, OMX_PTR pData, OMX_U32 nBytes, FILE * fp) argument
/hardware/qcom/media/msm8974/mm-core/inc/
H A DQOMX_VideoExtensions.h296 * nBytes : When used with OMX_GetParameter for the encoder
308 * OMX_GetParamter with nBytes set to 0. In this
309 * case, when OMX_GetParameter returns, the nBytes
346 OMX_U32 nBytes; member in struct:QOMX_VIDEO_SYNTAXHDRTYPE
H A DOMX_QCOMExtns.h803 OMX_U32 nBytes; /** The number of bytes filled in to the buffer */ member in struct:QOMX_VIDEO_SYNTAXHDRTYPE
/hardware/qcom/media/msm8996/mm-core/inc/
H A DQOMX_VideoExtensions.h297 * nBytes : When used with OMX_GetParameter for the encoder
309 * OMX_GetParamter with nBytes set to 0. In this
310 * case, when OMX_GetParameter returns, the nBytes
347 OMX_U32 nBytes; member in struct:QOMX_VIDEO_SYNTAXHDRTYPE
H A DOMX_QCOMExtns.h905 OMX_U32 nBytes; /** The number of bytes filled in to the buffer */ member in struct:QOMX_VIDEO_SYNTAXHDRTYPE
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/tests/
H A DG729DecTest.c1396 OMX_U32 nBytes = 0; local
1416 nBytes = serial[1]>>3;
1417 pBufStructTemp->packetLength[j] = nBytes + 1;
1426 switch(nBytes){
1473 offset = offset + nBytes + 1;
/hardware/qcom/media/msm8974/mm-core/omxcore/inc/
H A DOMX_QCOMExtns.h364 OMX_U32 nBytes; /** The number of bytes filled in to the buffer */ member in struct:QOMX_VIDEO_SYNTAXHDRTYPE

Completed in 356 milliseconds