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

/frameworks/av/libvideoeditor/vss/src/
H A DM4VSS3GPP_EditVideo.c2245 M4OSA_UInt8 *temp8 = (M4OSA_UInt8 *)(pAU->dataAddress); local
2248 temp32 = ( 0x000000ff & (M4OSA_UInt32)(*temp8))
2249 + (0x0000ff00 & ((M4OSA_UInt32)(*(temp8 + 1))) << 8)
2250 + (0x00ff0000 & ((M4OSA_UInt32)(*(temp8 + 2))) << 16)
2251 + (0xff000000 & ((M4OSA_UInt32)(*(temp8 + 3))) << 24);

Completed in 53 milliseconds