Searched refs:nBytes (Results 1 – 7 of 7) sorted by relevance
320 DWORD nBytes; member
549 OMX_PTR pData, OMX_U32 nBytes, FILE * fp) in SampleTest_ReadInputFile() argument558 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()
345 OMX_U32 nBytes; member
441 OMX_U32 nBytes; /** The number of bytes filled in to the buffer */ member
1396 OMX_U32 nBytes = 0; in fill_data_fromFile() local1416 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()
364 OMX_U32 nBytes; /** The number of bytes filled in to the buffer */ member