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

  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
SSLRecordProtocol.java 225 return packetize(content_type, version, ciphered_fragment);
228 private byte[] packetize(byte type, byte[] version, byte[] fragment) { method in class:SSLRecordProtocol
285 packetize(ContentType.CHANGE_CIPHER_SPEC, version,
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
DecTestBench.c 46 u32 packetize = 0; variable
156 packetize = 1;
214 * (for packetize or nalUnitStream modes) */
473 global variables 'packetize' and 'nalUnitStream' to determine the
477 packetize - a single NAL-unit with start code prefix
497 if (!packetize && !nalUnitStream)

Completed in 620 milliseconds