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

  /frameworks/av/media/libstagefright/wifi-display/source/
TSPacketizer.h 50 status_t packetize(
TSPacketizer.cpp 441 status_t TSPacketizer::packetize( function in class:android::TSPacketizer
  /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)
  /frameworks/av/media/libstagefright/wifi-display/
MediaSender.cpp 461 mTSPacketizer->packetize(

Completed in 237 milliseconds