OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:currBuff
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/libvideoeditor/vss/mcs/src/
M4MCS_API.c
411
bS->
currBuff
= 0;
437
bS->
currBuff
|= maskedValue << (32 - bS->bitPos);
443
bS->
currBuff
|= (maskedValue >> (temp));
446
bS->streamBuffer[bS->byteCnt++] = (M4OSA_UInt8)(bS->
currBuff
>> 24);
461
(M4OSA_UInt8)(( bS->
currBuff
>> 16) & 0xff);
476
(M4OSA_UInt8)(( bS->
currBuff
>> 8) & 0xff);
491
(M4OSA_UInt8)((bS->
currBuff
) &0xff);
506
bS->
currBuff
= 0;
508
bS->
currBuff
|= ( maskedValue &(( 1 << temp) - 1)) << (32 - temp);
526
bS->
currBuff
|= maskedValue << (32 - bS->bitPos)
[
all
...]
/frameworks/av/libvideoeditor/vss/mcs/inc/
M4MCS_InternalTypes.h
162
M4OSA_UInt32
currBuff
;
Completed in 30 milliseconds