HomeSort by relevance Sort by last modified time
    Searched defs:coding (Results 1 - 2 of 2) sorted by null

  /external/libvorbis/doc/
02-bitpacking.tex 68 \subsubsection{coding bits into byte sequences}
101 \subsubsection{coding example}
121 Continue by coding the 3 bit integer value '-1' [b111]:
137 Continue by coding the 7 bit integer value '17' [b0010001]:
154 Continue by coding the 13 bit integer value '6969' [b110 11001110 01]:
219 the coding process. Thus, should this unused space be read, it will
  /external/qemu/telephony/
sms.c 756 data += 2; /* skip protocol identifer + coding scheme */
834 SmsCodingScheme coding,
860 if (coding == SMS_CODING_SCHEME_GSM7)
870 if (coding == SMS_CODING_SCHEME_GSM7)
882 else if (coding == SMS_CODING_SCHEME_UCS2)
917 SmsCodingScheme coding; local
925 coding = sms_get_coding_scheme( &data, end );
926 if (coding == SMS_CODING_SCHEME_UNKNOWN)
932 if ( sms_get_text_utf8( &data, end, (mtiByte & 0x40), coding, rope ) < 0 )
949 SmsCodingScheme coding; local
1121 int coding; local
    [all...]

Completed in 95 milliseconds