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

/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditor3gpReader.cpp1100 M4OSA_UInt8 *lbuffer; local
1102 lbuffer = (M4OSA_UInt8 *) pAu->dataAddress;
1105 lbuffer[0] = (size >> 24) & 0xFF;
1106 lbuffer[1] = (size >> 16) & 0xFF;
1107 lbuffer[2] = (size >> 8) & 0xFF;
1108 lbuffer[3] = (size) & 0xFF;

Completed in 61 milliseconds