Searched refs:byteCnt (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/libvideoeditor/vss/mcs/src/
H A DM4MCS_API.c410 bS->byteCnt = 0;
446 bS->streamBuffer[bS->byteCnt++] = (M4OSA_UInt8)(bS->currBuff >> 24);
451 bS->byteCnt -= 1;
452 bS->prevPrevByte = bS->streamBuffer[bS->byteCnt++] = 0x03;
453 bS->prevByte = bS->streamBuffer[bS->byteCnt++] = byteOne;
460 byteOne = bS->streamBuffer[bS->byteCnt++] =
466 bS->byteCnt -= 1;
467 bS->prevPrevByte = bS->streamBuffer[bS->byteCnt++] = 0x03;
468 bS->prevByte = bS->streamBuffer[bS->byteCnt++] = byteOne;
475 byteOne = bS->streamBuffer[bS->byteCnt
606 M4OSA_UInt8 byteCnt = 0; local
[all...]
/frameworks/av/libvideoeditor/vss/mcs/inc/
H A DM4MCS_InternalTypes.h159 M4OSA_UInt32 byteCnt; member in struct:__anon297

Completed in 200 milliseconds