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

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DIccServiceTable.java62 byte currentByte = mServiceTable[i];
64 if ((currentByte & (1 << bit)) != 0) {
H A DIccUtils.java401 byte currentByte = 0x00;
405 currentByte = data[valueIndex++];
408 pixels[pixelIndex++] = bitToRGB((currentByte >> bitIndex-- ) & 0x01);
/frameworks/base/telephony/java/com/android/internal/telephony/cat/
H A DIconLoader.java246 byte currentByte = 0x00;
250 currentByte = data[valueIndex++];
253 pixels[pixelIndex++] = bitToBnW((currentByte >> bitIndex-- ) & 0x01);
305 byte currentByte = data[valueIndex++];
311 currentByte = data[valueIndex++];
314 int clutEntry = ((currentByte >> bitIndex) & mask);
/frameworks/media/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditorAudioDecoder.cpp270 M4OSA_UInt32 currentByte = 0; local
287 currentByte = startByte;
290 while( currentByte <= endByte) {
292 if( currentByte == startByte ) {
295 ui32Tmp = ui32Mask & ((M4OSA_UInt32)pData[currentByte]);
296 if( currentByte == endByte ) {
303 currentByte++;

Completed in 150 milliseconds