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

/frameworks/av/libvideoeditor/vss/mcs/src/
H A DM4MCS_API.c753 M4OSA_UInt32 nal_size_low16, nal_size_high16; local
814 nal_size_low16 = ( ( (M4OSA_UInt8 *)p_bs->Buffer)[2] << 8)
835 nal_size = ( nal_size_high16 << 16) + nal_size_low16;
1306 M4OSA_UInt32 nal_size_low16, nal_size_high16; local
1410 nal_size_low16 = ( p_bs->Buffer[2] << 8) + p_bs->Buffer[3];
1411 nal_size = ( nal_size_high16 << 16) + nal_size_low16;
1757 M4OSA_UInt32 nal_size_low16, nal_size_high16; local

Completed in 19 milliseconds